mirror of
https://github.com/php/php-src.git
synced 2024-11-30 05:13:56 +08:00
2c0ad3ee25
fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.
10 lines
401 B
Plaintext
10 lines
401 B
Plaintext
# $Source$
|
|
# $Id$
|
|
|
|
define_option with-informix 'Informix support?' yesnodir \
|
|
"no $INFORMIXDIR Informix home" \
|
|
' Whether to build PHP with Informix support. If you have not set up your\n
|
|
Informix environment, enter what $INFORMIXDIR is usually set to here.\n
|
|
You MUST set $INFORMIXDIR before trying to compile!\n
|
|
More info about Informix can be found at http://www.informix.com/.'
|