<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<copyright>Copyright 1998 - 2023 DPG Media B.V.</copyright>
		<pubDate>Thu, 12 Jan 2023 01:17:52 GMT</pubDate>
		<lastBuildDate>Thu, 12 Jan 2023 01:17:52 GMT</lastBuildDate>
		<docs>https://tweakers.net/reviews/76</docs>
		<description>Tweakblogs.net is de weblog service van Tweakers, de grootste hardwaresite en techcommunity van Nederland.</description>
		<image>
			<link>https://tweakblogs.net/</link>
			<title>Tweakblogs.net</title>
			<url>https://tweakers.net/g/if/logo.gif</url>
			<height></height><width></width>
			<description>Tweakblogs.net</description>
		</image>
		<language>nl-nl</language>
		<link>https://meangry.tweakblogs.net</link>
		<title>Me Angry?</title>
		<webMaster>gathering@tweakers.net</webMaster>
		<item>
			<title>Compiling PHP 5.3.1 with mcrypt on Snow Leopard</title>
			<link>https://meangry.tweakblogs.net/blog/3189/compiling-php-531-with-mcrypt-on-snow-leopard.html#r_44689</link>
			<description>I have the Mac OS X 10.6.2 Snow Leopard, and as far as I know it comes with PHP 5.3.0

Do I still need to download PHP 5.3.1? Sorry I complete n00b here.</description><dc:creator>Steve</dc:creator>
			<category></category>
			<comments>https://meangry.tweakblogs.net/blog/3189/compiling-php-531-with-mcrypt-on-snow-leopard.html#r_44689#reacties</comments>
			<guid isPermaLink="false">https://meangry.tweakblogs.net/blog/3189#r_44689</guid>
			<pubDate>Wed, 24 Mar 2010 01:10:23 GMT</pubDate>
		</item>
		<item>
			<title>Compiling PHP 5.3.1 with mcrypt on Snow Leopard</title>
			<link>https://meangry.tweakblogs.net/blog/3189/compiling-php-531-with-mcrypt-on-snow-leopard.html#r_38978</link>
			<description>Thank you for these instructions. It made it possible for me to install a local copy of Zen Cart for development purposes.</description><dc:creator>Marianne Tromp</dc:creator>
			<category></category>
			<comments>https://meangry.tweakblogs.net/blog/3189/compiling-php-531-with-mcrypt-on-snow-leopard.html#r_38978#reacties</comments>
			<guid isPermaLink="false">https://meangry.tweakblogs.net/blog/3189#r_38978</guid>
			<pubDate>Mon, 01 Feb 2010 22:12:40 GMT</pubDate>
		</item>
		<item>
			<title>Compiling PHP 5.3.1 with mcrypt on Snow Leopard</title>
			<link>https://meangry.tweakblogs.net/blog/3189/compiling-php-531-with-mcrypt-on-snow-leopard.html#r_36357</link>
			<description>At which point do you get that error? While compiling PHP? If so, which PHP package did you use?</description><dc:creator>--MeAngry--</dc:creator>
			<category></category>
			<comments>https://meangry.tweakblogs.net/blog/3189/compiling-php-531-with-mcrypt-on-snow-leopard.html#r_36357#reacties</comments>
			<guid isPermaLink="false">https://meangry.tweakblogs.net/blog/3189#r_36357</guid>
			<pubDate>Sun, 03 Jan 2010 17:12:43 GMT</pubDate>
		</item>
		<item>
			<title>Compiling PHP 5.3.1 with mcrypt on Snow Leopard</title>
			<link>https://meangry.tweakblogs.net/blog/3189/compiling-php-531-with-mcrypt-on-snow-leopard.html#r_36284</link>
			<description>Nothing works, the Snow Leo throws this:

i686-apple-darwin10-gcc-4.2.1: ext/mcrypt/mcrypt.o: No such file or directory
make: *** [libs/libphp5.bundle] Error 1

And if i remove mcrypt from the list of features to be configured, then a big iconv errors appears (i have applied the patch)</description><dc:creator>iongion</dc:creator>
			<category></category>
			<comments>https://meangry.tweakblogs.net/blog/3189/compiling-php-531-with-mcrypt-on-snow-leopard.html#r_36284#reacties</comments>
			<guid isPermaLink="false">https://meangry.tweakblogs.net/blog/3189#r_36284</guid>
			<pubDate>Sat, 02 Jan 2010 11:03:11 GMT</pubDate>
		</item>
		<item>
			<title>Compiling PHP 5.3.1 with mcrypt on Snow Leopard</title>
			<link>https://meangry.tweakblogs.net/blog/3189/compiling-php-531-with-mcrypt-on-snow-leopard.html#r_33927</link>
			<description>I am actually familiar with the Entropy packages, but last time I checked these were not compatible with Snow Leopard. The module just wouldn&#039;t run, that&#039;s why I decided to compile my own binaries. 

But Entropy is indeed a good suggestion for users of Leopard!</description><dc:creator>--MeAngry--</dc:creator>
			<category></category>
			<comments>https://meangry.tweakblogs.net/blog/3189/compiling-php-531-with-mcrypt-on-snow-leopard.html#r_33927#reacties</comments>
			<guid isPermaLink="false">https://meangry.tweakblogs.net/blog/3189#r_33927</guid>
			<pubDate>Fri, 04 Dec 2009 12:43:41 GMT</pubDate>
		</item>
		<item>
			<title>Compiling PHP 5.3.1 with mcrypt on Snow Leopard</title>
			<link>https://meangry.tweakblogs.net/blog/3189/compiling-php-531-with-mcrypt-on-snow-leopard.html#r_33914</link>
			<description>I always consider compiling from source as one of the last options. For decent support of extensions in php 5.3 I use the entropy packages.

http://www2.entropy.ch/download/Entropy%20PHP%205.3.0-3.pkg

This installs a separate PHP 5.3 environment that can be easily linked into apache, so it allows an upgrade path for the build-in PHP environment in (snow) leopard. I am a pretty heavy user of PHP functionality, so I need support for a lot of extensions and compiler options for my projects (pcntl, shmop, msg_queues, memcache, mcrypt, gd, imap, xml, ...). The Entropy package delivers these functionalities and I have yet to see any problem with it.</description><dc:creator>DexterDee</dc:creator>
			<category></category>
			<comments>https://meangry.tweakblogs.net/blog/3189/compiling-php-531-with-mcrypt-on-snow-leopard.html#r_33914#reacties</comments>
			<guid isPermaLink="false">https://meangry.tweakblogs.net/blog/3189#r_33914</guid>
			<pubDate>Fri, 04 Dec 2009 09:39:51 GMT</pubDate>
		</item>
	</channel>
</rss>