| Article: |
PHP 4.3 and Mac OS X | |
| Subject: | Features List ? | |
| Date: | 2003-02-11 17:23:40 | |
| From: | anonymous2 | |
| Where can I find a comprehensive list of the options available for enabling during install? The list on php.net (http://www.php.net/manual/en/install.configure.php) does not include many of those mentioned in the article (--enable-ftp, jpg, gif, etc). | ||
Showing messages 1 through 1 of 1.
-
Features List ?
2003-02-28 20:07:59 tychay [View]



./configure --help
There is no "complete" list since you can unpack any PHP extension into the ext/* directory and do a ./buildconf before the ./configure. (Note ./buildconf nowadays might require a later version of autoconf, automake or libtool than Apple provides), but that is a start.
Usually, if there is something missing from the ./configure --help that is documented elsewhere, that feature was removed. (This is not always the case though).
Take care,
terry chay
tychay at php dot net