PHP 5.0 RC1

Some days ago, I compiled and installed PHP 5.0 RC1 on my local machine running OS X (10.3.3) and everything seems to work fine. If anyone is interested which ./configure command I used, here it is:
'./configure' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--with-apxs' '--with-ldap=/usr' '--with-kerberos=/usr' '--enable-cli' '--with-zlib-dir=/usr' '--enable-trans-sid' '--with-xml' '--enable-exif' '--enable-ftp' '--enable-mbstring' '--enable-dbx' '--enable-sockets' '--with-iodbc=/usr' '--with-config-file-path=/etc' '--with-mysql=/usr/local/mysql' '--with-gd' '--with-libxml-dir=/sw' '--with-jpeg-dir=/sw' '--with-png-dir=/sw'
The bold options are those I added to the standard Apple configure string used for the bundled version of PHP.

This entry was posted in Developer. Bookmark the permalink.

Comments are closed.