mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +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.
12 lines
401 B
Plaintext
12 lines
401 B
Plaintext
# $Source$
|
|
# $Id$
|
|
|
|
define_option with-sybase 'Sybase support?' yesnodir \
|
|
'no /home/sybase Sybase install' \
|
|
' Whether to build PHP with Sybase support (DBLib only).\n
|
|
More info about Sybase can be found at http://www.sybase.com/.'
|
|
|
|
define_option with-sybase-ct 'Sybase-CT support?' yesnodir \
|
|
'no /home/sybase Sybase-CT install' \
|
|
' Whether to build PHP with Sybase-CT support.'
|