Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.3: Enable the built-in PHP module' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3: Enable the built-in PHP module
Authored by: fds on Nov 13, '03 03:11:07PM

He provides a whole lot more of the PHP extensions pre-compiled than Apple does.

If you don't know about these extensions and aren't missing them alreaedy, you probably don't need them though.



[ Reply to This | # ]
10.3: Enable the built-in PHP module
Authored by: bluehz on Nov 13, '03 07:33:25PM
You can find the same info as creating the phpinfo page in the terminal - enter php -i

Taking a quick look at the default Panther install of PHP 4.3.2 I see it is compiled with:

./configure \
--prefix=/usr/local/php \
--with-config-file-path=/usr/local/php/lib \
--with-apxs \
--with-iconv=/usr/local/php \
--with-openssl=/usr \
--with-zlib=/usr \
--with-mysql \
--with-pgsql=/Users/marc/entropy-cvs/php-module/build/postgresql-build \
--with-gd \
--with-png-dir=/usr/local/php \
--with-freetype-dir=/usr/local/php \
--with-t1lib=/usr/local/php \
--with-jpeg-dir=/usr/local/php \
--with-tiff-dir=/usr/local/php \
--with-curl=/usr/local/php \
--with-mcal=/usr/local/php \
--with-mcrypt=/usr/local/php \
--with-mhash=/usr/local/php \
--with-mcve=/usr/local/php \
--with-pdflib=/usr/local/php \
--with-imap=../imap-2002d \
--with-imap-ssl=/usr \
--with-expat-dir=/usr/local/php \
--with-gettext=/usr/local/php \
--with-dom=/usr/local/php \
--with-dom-xslt=/usr/local/php \
--with-dom-exslt=/usr/local/php \
--with-ldap \
--with-xmlrpc \
--with-xml \
--with-iodbc \
--with-xslt-sablot=/usr/local/php \
--enable-xslt \
--enable-sockets \
--enable-dbx \
--enable-dbase \
--enable-trans-sid \
--enable-exif \
--enable-wddx \
--enable-ftp \
--enable-mbstring
Thats a pretty extensive list - pretty much what I use when I compile it myself on my linux box.

[ Reply to This | # ]
10.3: Enable the built-in PHP module
Authored by: cilly on Nov 15, '03 08:40:53AM

Hm, are you using Mac OS X Panther Server?

---
cilly



[ Reply to This | # ]