mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
Merge branch 'PHP-5.5'
* PHP-5.5: Fix long-standing visual pain point: the misalignment of './configure help' text. Whitespace changes and a couple of grammar fixes.
This commit is contained in:
commit
4c3c9d1fe5
14
build/libtool.m4
vendored
14
build/libtool.m4
vendored
@ -193,11 +193,11 @@ AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
|
||||
enable_win32_dll=yes, enable_win32_dll=no)
|
||||
|
||||
AC_ARG_ENABLE([libtool-lock],
|
||||
[ --disable-libtool-lock avoid locking (might break parallel builds)])
|
||||
[ --disable-libtool-lock Avoid locking (might break parallel builds)])
|
||||
test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
|
||||
|
||||
AC_ARG_WITH([pic],
|
||||
[ --with-pic try to use only PIC/non-PIC objects [default=use both]],
|
||||
[ --with-pic Try to use only PIC/non-PIC objects [default=use both]],
|
||||
[pic_mode="$withval"],
|
||||
[pic_mode=default])
|
||||
test -z "$pic_mode" && pic_mode=default
|
||||
@ -1919,7 +1919,7 @@ fi
|
||||
AC_DEFUN([_LT_AC_TAGCONFIG],
|
||||
[AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||
AC_ARG_WITH([tags],
|
||||
[ --with-tags[=TAGS] include additional configurations [automatic]
|
||||
[ --with-tags[=TAGS] Include additional configurations [automatic]
|
||||
],
|
||||
[tagnames="$withval"])
|
||||
|
||||
@ -2023,7 +2023,7 @@ AC_DEFUN([AC_ENABLE_SHARED],
|
||||
[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
|
||||
AC_ARG_ENABLE([shared],
|
||||
changequote(<<, >>)dnl
|
||||
<< --enable-shared[=PKGS] build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
|
||||
<< --enable-shared[=PKGS] Build shared libraries [default=>>AC_ENABLE_SHARED_DEFAULT],
|
||||
changequote([, ])dnl
|
||||
[p=${PACKAGE-default}
|
||||
case $enableval in
|
||||
@ -2063,7 +2063,7 @@ AC_DEFUN([AC_ENABLE_STATIC],
|
||||
[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
|
||||
AC_ARG_ENABLE([static],
|
||||
changequote(<<, >>)dnl
|
||||
<< --enable-static[=PKGS] build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
|
||||
<< --enable-static[=PKGS] Build static libraries [default=>>AC_ENABLE_STATIC_DEFAULT],
|
||||
changequote([, ])dnl
|
||||
[p=${PACKAGE-default}
|
||||
case $enableval in
|
||||
@ -2103,7 +2103,7 @@ AC_DEFUN([AC_ENABLE_FAST_INSTALL],
|
||||
[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
|
||||
AC_ARG_ENABLE([fast-install],
|
||||
changequote(<<, >>)dnl
|
||||
<< --enable-fast-install[=PKGS] optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
|
||||
<< --enable-fast-install[=PKGS] Optimize for fast installation [default=>>AC_ENABLE_FAST_INSTALL_DEFAULT],
|
||||
changequote([, ])dnl
|
||||
[p=${PACKAGE-default}
|
||||
case $enableval in
|
||||
@ -2241,7 +2241,7 @@ fi
|
||||
# find the pathname to the GNU or non-GNU linker
|
||||
AC_DEFUN([AC_PROG_LD],
|
||||
[AC_ARG_WITH([gnu-ld],
|
||||
[ --with-gnu-ld assume the C compiler uses GNU ld [default=no]],
|
||||
[ --with-gnu-ld Assume the C compiler uses GNU ld [default=no]],
|
||||
[test "$withval" = no || with_gnu_ld=yes],
|
||||
[with_gnu_ld=no])
|
||||
AC_REQUIRE([LT_AC_PROG_SED])dnl
|
||||
|
@ -1006,7 +1006,7 @@ dnl Check if all enabled by default extensions should be disabled
|
||||
dnl
|
||||
|
||||
AC_ARG_ENABLE(all,
|
||||
[ --disable-all Disable all extensions which are enabled by default
|
||||
[ --disable-all Disable all extensions which are enabled by default
|
||||
], [
|
||||
PHP_ENABLE_ALL=$enableval
|
||||
])
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(bz2, for BZip2 support,
|
||||
[ --with-bz2[=DIR] Include BZip2 support])
|
||||
[ --with-bz2[=DIR] Include BZip2 support])
|
||||
|
||||
if test "$PHP_BZ2" != "no"; then
|
||||
if test -r $PHP_BZ2/include/bzlib.h; then
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(curl, for cURL support,
|
||||
[ --with-curl[=DIR] Include cURL support])
|
||||
[ --with-curl[=DIR] Include cURL support])
|
||||
|
||||
if test "$PHP_CURL" != "no"; then
|
||||
if test -r $PHP_CURL/include/curl/easy.h; then
|
||||
|
@ -557,10 +557,10 @@ PHP_ARG_WITH(cdb,,
|
||||
[ --without-cdb[=DIR] DBA: CDB support (bundled)], $php_dba_enable, no)
|
||||
|
||||
PHP_ARG_ENABLE(inifile,,
|
||||
[ --disable-inifile DBA: INI support (bundled)], $php_dba_enable, no)
|
||||
[ --disable-inifile DBA: INI support (bundled)], $php_dba_enable, no)
|
||||
|
||||
PHP_ARG_ENABLE(flatfile,,
|
||||
[ --disable-flatfile DBA: FlatFile support (bundled)], $php_dba_enable, no)
|
||||
[ --disable-flatfile DBA: FlatFile support (bundled)], $php_dba_enable, no)
|
||||
|
||||
# CDB
|
||||
if test "$PHP_CDB" = "yes"; then
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(enchant,for ENCHANT support,
|
||||
[ --with-enchant[=DIR] Include enchant support.
|
||||
[ --with-enchant[=DIR] Include enchant support.
|
||||
GNU Aspell version 1.1.3 or higher required.])
|
||||
|
||||
if test "$PHP_ENCHANT" != "no"; then
|
||||
|
@ -5,7 +5,7 @@ dnl
|
||||
dnl Check for regex library type
|
||||
dnl
|
||||
PHP_ARG_WITH(regex,,
|
||||
[ --with-regex=TYPE regex library type: system, php. [TYPE=php]
|
||||
[ --with-regex=TYPE Regex library type: system, php. [TYPE=php]
|
||||
WARNING: Do NOT use unless you know what you are doing!], php, no)
|
||||
|
||||
case $PHP_REGEX in
|
||||
|
@ -5,7 +5,7 @@ PHP_ARG_ENABLE(filter, whether to enable input filter support,
|
||||
[ --disable-filter Disable input filter support], yes)
|
||||
|
||||
PHP_ARG_WITH(pcre-dir, pcre install prefix,
|
||||
[ --with-pcre-dir FILTER: pcre install prefix], no, no)
|
||||
[ --with-pcre-dir FILTER: pcre install prefix], no, no)
|
||||
|
||||
if test "$PHP_FILTER" != "no"; then
|
||||
|
||||
|
@ -7,11 +7,11 @@ dnl Configure options
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(gd, for GD support,
|
||||
[ --with-gd[=DIR] Include GD support. DIR is the GD library base
|
||||
[ --with-gd[=DIR] Include GD support. DIR is the GD library base
|
||||
install directory [BUNDLED]])
|
||||
if test -z "$PHP_VPX_DIR"; then
|
||||
PHP_ARG_WITH(vpx-dir, for the location of libvpx,
|
||||
[ --with-vpx-dir[=DIR] GD: Set the path to libvpx install prefix], no, no)
|
||||
[ --with-vpx-dir[=DIR] GD: Set the path to libvpx install prefix], no, no)
|
||||
fi
|
||||
|
||||
if test -z "$PHP_JPEG_DIR"; then
|
||||
@ -39,10 +39,10 @@ PHP_ARG_WITH(t1lib, for T1lib support,
|
||||
[ --with-t1lib[=DIR] GD: Include T1lib support. T1lib version >= 5.0.0 required], no, no)
|
||||
|
||||
PHP_ARG_ENABLE(gd-native-ttf, whether to enable truetype string function in GD,
|
||||
[ --enable-gd-native-ttf GD: Enable TrueType string function], no, no)
|
||||
[ --enable-gd-native-ttf GD: Enable TrueType string function], no, no)
|
||||
|
||||
PHP_ARG_ENABLE(gd-jis-conv, whether to enable JIS-mapped Japanese font support in GD,
|
||||
[ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support], no, no)
|
||||
[ --enable-gd-jis-conv GD: Enable JIS-mapped Japanese font support], no, no)
|
||||
|
||||
dnl
|
||||
dnl Checks for the configure options
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(gettext,for GNU gettext support,
|
||||
[ --with-gettext[=DIR] Include GNU gettext support])
|
||||
[ --with-gettext[=DIR] Include GNU gettext support])
|
||||
|
||||
if test "$PHP_GETTEXT" != "no"; then
|
||||
for i in $PHP_GETTEXT /usr/local /usr; do
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(gmp, for GNU MP support,
|
||||
[ --with-gmp[=DIR] Include GNU MP support])
|
||||
[ --with-gmp[=DIR] Include GNU MP support])
|
||||
|
||||
if test "$PHP_GMP" != "no"; then
|
||||
|
||||
|
@ -2,7 +2,7 @@ dnl $Id$
|
||||
dnl config.m4 for extension hash
|
||||
|
||||
PHP_ARG_WITH(mhash, for mhash support,
|
||||
[ --with-mhash[=DIR] Include mhash support])
|
||||
[ --with-mhash[=DIR] Include mhash support])
|
||||
|
||||
PHP_ARG_ENABLE(hash, whether to enable hash support,
|
||||
[ --disable-hash Disable hash support], yes)
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(iconv, for iconv support,
|
||||
[ --without-iconv[=DIR] Exclude iconv support], yes)
|
||||
[ --without-iconv[=DIR] Exclude iconv support], yes)
|
||||
|
||||
if test "$PHP_ICONV" != "no"; then
|
||||
|
||||
|
@ -95,7 +95,7 @@ AC_DEFUN([PHP_IMAP_SSL_CHK], [
|
||||
|
||||
|
||||
PHP_ARG_WITH(imap,for IMAP support,
|
||||
[ --with-imap[=DIR] Include IMAP support. DIR is the c-client install prefix])
|
||||
[ --with-imap[=DIR] Include IMAP support. DIR is the c-client install prefix])
|
||||
|
||||
PHP_ARG_WITH(kerberos,for IMAP Kerberos support,
|
||||
[ --with-kerberos[=DIR] IMAP: Include Kerberos support. DIR is the Kerberos install prefix], no, no)
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(interbase,for InterBase support,
|
||||
[ --with-interbase[=DIR] Include InterBase support. DIR is the InterBase base
|
||||
[ --with-interbase[=DIR] Include InterBase support. DIR is the InterBase base
|
||||
install directory [/usr/interbase]])
|
||||
|
||||
if test "$PHP_INTERBASE" != "no"; then
|
||||
|
@ -63,7 +63,7 @@ AC_DEFUN([PHP_LDAP_SASL_CHECKS], [
|
||||
])
|
||||
|
||||
PHP_ARG_WITH(ldap,for LDAP support,
|
||||
[ --with-ldap[=DIR] Include LDAP support])
|
||||
[ --with-ldap[=DIR] Include LDAP support])
|
||||
|
||||
PHP_ARG_WITH(ldap-sasl,for LDAP Cyrus SASL support,
|
||||
[ --with-ldap-sasl[=DIR] LDAP: Include Cyrus SASL support], no, no)
|
||||
|
@ -344,19 +344,19 @@ PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
|
||||
[ --enable-mbstring Enable multibyte string support])
|
||||
|
||||
PHP_ARG_ENABLE([mbregex], [whether to enable multibyte regex support],
|
||||
[ --disable-mbregex MBSTRING: Disable multibyte regex support], yes, no)
|
||||
[ --disable-mbregex MBSTRING: Disable multibyte regex support], yes, no)
|
||||
|
||||
PHP_ARG_ENABLE([mbregex_backtrack], [whether to check multibyte regex backtrack],
|
||||
[ --disable-mbregex-backtrack
|
||||
MBSTRING: Disable multibyte regex backtrack check], yes, no)
|
||||
MBSTRING: Disable multibyte regex backtrack check], yes, no)
|
||||
|
||||
PHP_ARG_WITH(libmbfl, [for external libmbfl],
|
||||
[ --with-libmbfl[=DIR] MBSTRING: Use external libmbfl. DIR is the libmbfl base
|
||||
install directory [BUNDLED]], no, no)
|
||||
install directory [BUNDLED]], no, no)
|
||||
|
||||
PHP_ARG_WITH(onig, [for external oniguruma],
|
||||
[ --with-onig[=DIR] MBSTRING: Use external oniguruma. DIR is the oniguruma install prefix.
|
||||
If DIR is not set, the bundled oniguruma will be used], no, no)
|
||||
If DIR is not set, the bundled oniguruma will be used], no, no)
|
||||
|
||||
if test "$PHP_MBSTRING" != "no"; then
|
||||
AC_DEFINE([HAVE_MBSTRING],1,[whether to have multibyte string support])
|
||||
|
@ -21,7 +21,7 @@ AC_DEFUN([PHP_MCRYPT_CHECK_VERSION],[
|
||||
|
||||
|
||||
PHP_ARG_WITH(mcrypt, for mcrypt support,
|
||||
[ --with-mcrypt[=DIR] Include mcrypt support])
|
||||
[ --with-mcrypt[=DIR] Include mcrypt support])
|
||||
|
||||
if test "$PHP_MCRYPT" != "no"; then
|
||||
for i in $PHP_MCRYPT /usr/local /usr; do
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(mssql,for MSSQL support via FreeTDS,
|
||||
[ --with-mssql[=DIR] Include MSSQL-DB support. DIR is the FreeTDS home
|
||||
[ --with-mssql[=DIR] Include MSSQL-DB support. DIR is the FreeTDS home
|
||||
directory [/usr/local/freetds]])
|
||||
|
||||
if test "$PHP_MSSQL" != "no"; then
|
||||
|
@ -40,13 +40,14 @@ AC_DEFUN([PHP_MYSQL_SOCKET_SEARCH], [
|
||||
|
||||
|
||||
PHP_ARG_WITH(mysql, for MySQL support,
|
||||
[ --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base
|
||||
[ --with-mysql[=DIR] Include MySQL support. DIR is the MySQL base
|
||||
directory, if no DIR is passed or the value is
|
||||
mysqlnd the MySQL native driver will be used])
|
||||
|
||||
PHP_ARG_WITH(mysql-sock, for specified location of the MySQL UNIX socket,
|
||||
[ --with-mysql-sock[=SOCKPATH] MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer.
|
||||
If unspecified, the default locations are searched], no, no)
|
||||
[ --with-mysql-sock[=SOCKPATH]
|
||||
MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer.
|
||||
If unspecified, the default locations are searched], no, no)
|
||||
|
||||
if test -z "$PHP_ZLIB_DIR"; then
|
||||
PHP_ARG_WITH(zlib-dir, for the location of libz,
|
||||
|
@ -3,13 +3,14 @@ dnl $Id$
|
||||
dnl config.m4 for extension mysqli
|
||||
|
||||
PHP_ARG_WITH(mysqli, for MySQLi support,
|
||||
[ --with-mysqli[=FILE] Include MySQLi support. FILE is the path
|
||||
[ --with-mysqli[=FILE] Include MySQLi support. FILE is the path
|
||||
to mysql_config. If no value or mysqlnd is passed
|
||||
as FILE, the MySQL native driver will be used])
|
||||
|
||||
PHP_ARG_ENABLE(embedded_mysqli, whether to enable embedded MySQLi support,
|
||||
[ --enable-embedded-mysqli MYSQLi: Enable embedded support
|
||||
Note: Does not work with MySQL native driver!], no, no)
|
||||
[ --enable-embedded-mysqli
|
||||
MYSQLi: Enable embedded support
|
||||
Note: Does not work with MySQL native driver!], no, no)
|
||||
|
||||
if test "$PHP_MYSQLI" = "yes" || test "$PHP_MYSQLI" = "mysqlnd"; then
|
||||
dnl This needs to be set in any extension which wishes to use mysqlnd
|
||||
|
@ -8,11 +8,11 @@ PHP_ARG_ENABLE(mysqlnd, whether to enable mysqlnd,
|
||||
|
||||
PHP_ARG_ENABLE(mysqlnd_compression_support, whether to disable compressed protocol support in mysqlnd,
|
||||
[ --disable-mysqlnd-compression-support
|
||||
Disable support for the MySQL compressed protocol in mysqlnd], yes, no)
|
||||
Disable support for the MySQL compressed protocol in mysqlnd], yes, no)
|
||||
|
||||
if test -z "$PHP_ZLIB_DIR"; then
|
||||
PHP_ARG_WITH(zlib-dir, for the location of libz,
|
||||
[ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no)
|
||||
[ --with-zlib-dir[=DIR] mysqlnd: Set the path to libz install prefix], no, no)
|
||||
fi
|
||||
|
||||
dnl If some extension uses mysqlnd it will get compiled in PHP core
|
||||
|
@ -103,7 +103,7 @@ dnl --with-oci8=shared,instantclient,/path/to/client/dir/lib
|
||||
dnl or
|
||||
dnl --with-oci8=shared,/path/to/oracle/home
|
||||
PHP_ARG_WITH(oci8, for Oracle Database OCI8 support,
|
||||
[ --with-oci8[=DIR] Include Oracle Database OCI8 support. DIR defaults to \$ORACLE_HOME.
|
||||
[ --with-oci8[=DIR] Include Oracle Database OCI8 support. DIR defaults to \$ORACLE_HOME.
|
||||
Use --with-oci8=instantclient,/path/to/instant/client/lib
|
||||
to use an Oracle Instant Client installation])
|
||||
|
||||
|
@ -101,7 +101,7 @@ dnl configure options
|
||||
dnl
|
||||
if test -z "$ODBC_TYPE"; then
|
||||
PHP_ARG_WITH(adabas,,
|
||||
[ --with-adabas[=DIR] Include Adabas D support [/usr/local]])
|
||||
[ --with-adabas[=DIR] Include Adabas D support [/usr/local]])
|
||||
|
||||
if test "$PHP_ADABAS" != "no"; then
|
||||
AC_MSG_CHECKING([for Adabas support])
|
||||
@ -128,7 +128,7 @@ fi
|
||||
|
||||
if test -z "$ODBC_TYPE"; then
|
||||
PHP_ARG_WITH(sapdb,,
|
||||
[ --with-sapdb[=DIR] Include SAP DB support [/usr/local]])
|
||||
[ --with-sapdb[=DIR] Include SAP DB support [/usr/local]])
|
||||
|
||||
if test "$PHP_SAPDB" != "no"; then
|
||||
AC_MSG_CHECKING([for SAP DB support])
|
||||
@ -146,7 +146,7 @@ fi
|
||||
|
||||
if test -z "$ODBC_TYPE"; then
|
||||
PHP_ARG_WITH(solid,,
|
||||
[ --with-solid[=DIR] Include Solid support [/usr/local/solid]])
|
||||
[ --with-solid[=DIR] Include Solid support [/usr/local/solid]])
|
||||
|
||||
if test "$PHP_SOLID" != "no"; then
|
||||
AC_MSG_CHECKING(for Solid support)
|
||||
@ -171,7 +171,7 @@ fi
|
||||
|
||||
if test -z "$ODBC_TYPE"; then
|
||||
PHP_ARG_WITH(ibm-db2,,
|
||||
[ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]])
|
||||
[ --with-ibm-db2[=DIR] Include IBM DB2 support [/home/db2inst1/sqllib]])
|
||||
|
||||
if test "$PHP_IBM_DB2" != "no"; then
|
||||
AC_MSG_CHECKING(for IBM DB2 support)
|
||||
@ -208,7 +208,7 @@ fi
|
||||
|
||||
if test -z "$ODBC_TYPE"; then
|
||||
PHP_ARG_WITH(ODBCRouter,,
|
||||
[ --with-ODBCRouter[=DIR] Include ODBCRouter.com support [/usr]])
|
||||
[ --with-ODBCRouter[=DIR] Include ODBCRouter.com support [/usr]])
|
||||
|
||||
if test "$PHP_ODBCROUTER" != "no"; then
|
||||
AC_MSG_CHECKING(for ODBCRouter.com support)
|
||||
@ -228,7 +228,7 @@ fi
|
||||
|
||||
if test -z "$ODBC_TYPE"; then
|
||||
PHP_ARG_WITH(empress,,
|
||||
[ --with-empress[=DIR] Include Empress support [\$EMPRESSPATH]
|
||||
[ --with-empress[=DIR] Include Empress support [\$EMPRESSPATH]
|
||||
(Empress Version >= 8.60 required)])
|
||||
|
||||
if test "$PHP_EMPRESS" != "no"; then
|
||||
@ -291,7 +291,7 @@ fi
|
||||
|
||||
if test -z "$ODBC_TYPE"; then
|
||||
PHP_ARG_WITH(birdstep,,
|
||||
[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]])
|
||||
[ --with-birdstep[=DIR] Include Birdstep support [/usr/local/birdstep]])
|
||||
|
||||
if test "$PHP_BIRDSTEP" != "no"; then
|
||||
AC_MSG_CHECKING(for Birdstep support)
|
||||
@ -338,15 +338,14 @@ fi
|
||||
|
||||
if test -z "$ODBC_TYPE"; then
|
||||
PHP_ARG_WITH(custom-odbc,,
|
||||
[ --with-custom-odbc[=DIR]
|
||||
Include user defined ODBC support. DIR is ODBC install base
|
||||
[ --with-custom-odbc[=DIR] Include user defined ODBC support. DIR is ODBC install base
|
||||
directory [/usr/local]. Make sure to define CUSTOM_ODBC_LIBS and
|
||||
have some odbc.h in your include dirs. f.e. you should define
|
||||
following for Sybase SQL Anywhere 5.5.00 on QNX, prior to
|
||||
running this configure script:
|
||||
CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\"
|
||||
LDFLAGS=-lunix
|
||||
CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"])
|
||||
CPPFLAGS=\"-DODBC_QNX -DSQLANY_BUG\"
|
||||
LDFLAGS=-lunix
|
||||
CUSTOM_ODBC_LIBS=\"-ldblib -lodbc\"])
|
||||
|
||||
if test "$PHP_CUSTOM_ODBC" != "no"; then
|
||||
AC_MSG_CHECKING(for a custom ODBC support)
|
||||
@ -366,7 +365,7 @@ fi
|
||||
|
||||
if test -z "$ODBC_TYPE"; then
|
||||
PHP_ARG_WITH(iodbc,,
|
||||
[ --with-iodbc[=DIR] Include iODBC support [/usr/local]])
|
||||
[ --with-iodbc[=DIR] Include iODBC support [/usr/local]])
|
||||
|
||||
if test "$PHP_IODBC" != "no"; then
|
||||
AC_MSG_CHECKING(for iODBC support)
|
||||
@ -387,7 +386,7 @@ fi
|
||||
|
||||
if test -z "$ODBC_TYPE"; then
|
||||
PHP_ARG_WITH(esoob,,
|
||||
[ --with-esoob[=DIR] Include Easysoft OOB support [/usr/local/easysoft/oob/client]])
|
||||
[ --with-esoob[=DIR] Include Easysoft OOB support [/usr/local/easysoft/oob/client]])
|
||||
|
||||
if test "$PHP_ESOOB" != "no"; then
|
||||
AC_MSG_CHECKING(for Easysoft ODBC-ODBC Bridge support)
|
||||
@ -407,7 +406,7 @@ fi
|
||||
|
||||
if test -z "$ODBC_TYPE"; then
|
||||
PHP_ARG_WITH(unixODBC,,
|
||||
[ --with-unixODBC[=DIR] Include unixODBC support [/usr/local]])
|
||||
[ --with-unixODBC[=DIR] Include unixODBC support [/usr/local]])
|
||||
|
||||
if test "$PHP_UNIXODBC" != "no"; then
|
||||
AC_MSG_CHECKING(for unixODBC support)
|
||||
@ -428,7 +427,7 @@ fi
|
||||
|
||||
if test -z "$ODBC_TYPE"; then
|
||||
PHP_ARG_WITH(dbmaker,,
|
||||
[ --with-dbmaker[=DIR] Include DBMaker support])
|
||||
[ --with-dbmaker[=DIR] Include DBMaker support])
|
||||
|
||||
if test "$PHP_DBMAKER" != "no"; then
|
||||
AC_MSG_CHECKING(for DBMaker support)
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_ENABLE(opcache, whether to enable Zend OPcache support,
|
||||
[ --enable-opcache Enable Zend OPcache support], yes)
|
||||
[ --enable-opcache Enable Zend OPcache support], yes)
|
||||
|
||||
if test "$PHP_OPCACHE" != "no"; then
|
||||
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(openssl, for OpenSSL support,
|
||||
[ --with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 0.9.6)])
|
||||
[ --with-openssl[=DIR] Include OpenSSL support (requires OpenSSL >= 0.9.6)])
|
||||
|
||||
PHP_ARG_WITH(kerberos, for Kerberos support,
|
||||
[ --with-kerberos[=DIR] OPENSSL: Include Kerberos support], no, no)
|
||||
|
@ -4,7 +4,7 @@ dnl
|
||||
|
||||
PHP_ARG_WITH(pdo-firebird,for Firebird support for PDO,
|
||||
[ --with-pdo-firebird[=DIR] PDO: Firebird support. DIR is the Firebird base
|
||||
install directory [/opt/firebird]])
|
||||
install directory [/opt/firebird]])
|
||||
|
||||
if test "$PHP_PDO_FIREBIRD" != "no"; then
|
||||
|
||||
|
@ -4,12 +4,12 @@ dnl vim: se ts=2 sw=2 et:
|
||||
|
||||
PHP_ARG_WITH(pdo-mysql, for MySQL support for PDO,
|
||||
[ --with-pdo-mysql[=DIR] PDO: MySQL support. DIR is the MySQL base directory
|
||||
If no value or mysqlnd is passed as DIR, the
|
||||
MySQL native driver will be used])
|
||||
If no value or mysqlnd is passed as DIR, the
|
||||
MySQL native driver will be used])
|
||||
|
||||
if test -z "$PHP_ZLIB_DIR"; then
|
||||
PHP_ARG_WITH(zlib-dir, for the location of libz,
|
||||
[ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
|
||||
[ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
|
||||
fi
|
||||
|
||||
if test "$PHP_PDO_MYSQL" != "no"; then
|
||||
|
@ -42,11 +42,11 @@ AC_DEFUN([AC_PDO_OCI_CHECK_LIB_DIR],[
|
||||
|
||||
PHP_ARG_WITH(pdo-oci, Oracle OCI support for PDO,
|
||||
[ --with-pdo-oci[=DIR] PDO: Oracle OCI support. DIR defaults to \$ORACLE_HOME.
|
||||
Use --with-pdo-oci=instantclient,prefix,version
|
||||
for an Oracle Instant Client SDK.
|
||||
For example on Linux with 11.2 RPMs use:
|
||||
Use --with-pdo-oci=instantclient,prefix,version
|
||||
for an Oracle Instant Client SDK.
|
||||
For example on Linux with 11.2 RPMs use:
|
||||
--with-pdo-oci=instantclient,/usr,11.2
|
||||
With 10.2 RPMs use:
|
||||
With 10.2 RPMs use:
|
||||
--with-pdo-oci=instantclient,/usr,10.2.0.4])
|
||||
|
||||
if test "$PHP_PDO_OCI" != "no"; then
|
||||
|
@ -3,25 +3,25 @@ dnl config.m4 for extension pdo_odbc
|
||||
dnl vim:et:sw=2:ts=2:
|
||||
|
||||
define([PDO_ODBC_HELP_TEXT],[[
|
||||
include and lib dirs are looked for under 'dir'.
|
||||
|
||||
'flavour' can be one of: ibm-db2, iODBC, unixODBC, generic
|
||||
If ',dir' part is omitted, default for the flavour
|
||||
you have selected will used. e.g.:
|
||||
|
||||
--with-pdo-odbc=unixODBC
|
||||
|
||||
will check for unixODBC under /usr/local. You may attempt
|
||||
to use an otherwise unsupported driver using the \"generic\"
|
||||
flavour. The syntax for generic ODBC support is:
|
||||
|
||||
--with-pdo-odbc=generic,dir,libname,ldflags,cflags
|
||||
include and lib dirs are looked for under 'dir'.
|
||||
|
||||
When build as shared the extension filename is always pdo_odbc.so]])
|
||||
'flavour' can be one of: ibm-db2, iODBC, unixODBC, generic
|
||||
If ',dir' part is omitted, default for the flavour
|
||||
you have selected will be used. e.g.:
|
||||
|
||||
--with-pdo-odbc=unixODBC
|
||||
|
||||
will check for unixODBC under /usr/local. You may attempt
|
||||
to use an otherwise unsupported driver using the \"generic\"
|
||||
flavour. The syntax for generic ODBC support is:
|
||||
|
||||
--with-pdo-odbc=generic,dir,libname,ldflags,cflags
|
||||
|
||||
When built as 'shared' the extension filename is always pdo_odbc.so]])
|
||||
|
||||
PHP_ARG_WITH(pdo-odbc, for ODBC v3 support for PDO,
|
||||
[ --with-pdo-odbc=flavour,dir
|
||||
PDO: Support for 'flavour' ODBC driver.]PDO_ODBC_HELP_TEXT)
|
||||
PDO: Support for 'flavour' ODBC driver.]PDO_ODBC_HELP_TEXT)
|
||||
|
||||
|
||||
AC_DEFUN([PDO_ODBC_CHECK_HEADER],[
|
||||
|
@ -4,7 +4,7 @@ dnl vim:et:sw=2:ts=2:
|
||||
|
||||
PHP_ARG_WITH(pdo-pgsql,for PostgreSQL support for PDO,
|
||||
[ --with-pdo-pgsql[=DIR] PDO: PostgreSQL support. DIR is the PostgreSQL base
|
||||
install directory or the path to pg_config])
|
||||
install directory or the path to pg_config])
|
||||
|
||||
if test "$PHP_PDO_PGSQL" != "no"; then
|
||||
|
||||
|
@ -4,8 +4,8 @@ dnl vim:et:sw=2:ts=2:
|
||||
|
||||
PHP_ARG_WITH(pdo-sqlite, for sqlite 3 support for PDO,
|
||||
[ --without-pdo-sqlite[=DIR]
|
||||
PDO: sqlite 3 support. DIR is the sqlite base
|
||||
install directory [BUNDLED]], $PHP_PDO)
|
||||
PDO: sqlite 3 support. DIR is the sqlite base
|
||||
install directory [BUNDLED]], $PHP_PDO)
|
||||
|
||||
if test "$PHP_PDO_SQLITE" != "no"; then
|
||||
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(pgsql,for PostgreSQL support,
|
||||
[ --with-pgsql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL
|
||||
[ --with-pgsql[=DIR] Include PostgreSQL support. DIR is the PostgreSQL
|
||||
base install directory or the path to pg_config])
|
||||
|
||||
if test "$PHP_PGSQL" != "no"; then
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(pspell,for PSPELL support,
|
||||
[ --with-pspell[=DIR] Include PSPELL support.
|
||||
[ --with-pspell[=DIR] Include PSPELL support.
|
||||
GNU Aspell version 0.50.0 or higher required])
|
||||
|
||||
if test "$PHP_PSPELL" != "no"; then
|
||||
|
@ -3,11 +3,11 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(libedit,for libedit readline replacement,
|
||||
[ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only)])
|
||||
[ --with-libedit[=DIR] Include libedit readline replacement (CLI/CGI only)])
|
||||
|
||||
if test "$PHP_LIBEDIT" = "no"; then
|
||||
PHP_ARG_WITH(readline,for readline support,
|
||||
[ --with-readline[=DIR] Include readline support (CLI/CGI only)])
|
||||
[ --with-readline[=DIR] Include readline support (CLI/CGI only)])
|
||||
else
|
||||
dnl "register" the --with-readline option to preven invalid "unknown configure option" warning
|
||||
php_with_readline=no
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(recode,for recode support,
|
||||
[ --with-recode[=DIR] Include recode support])
|
||||
[ --with-recode[=DIR] Include recode support])
|
||||
|
||||
if test "$PHP_RECODE" != "no"; then
|
||||
RECODE_LIST="$PHP_RECODE /usr/local /usr /opt"
|
||||
|
@ -6,7 +6,7 @@ PHP_ARG_ENABLE(simplexml, whether to enable SimpleXML support,
|
||||
|
||||
if test -z "$PHP_LIBXML_DIR"; then
|
||||
PHP_ARG_WITH(libxml-dir, libxml2 install dir,
|
||||
[ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no)
|
||||
[ --with-libxml-dir=DIR SimpleXML: libxml2 install prefix], no, no)
|
||||
fi
|
||||
|
||||
if test "$PHP_SIMPLEXML" != "no"; then
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(snmp,for SNMP support,
|
||||
[ --with-snmp[=DIR] Include SNMP support])
|
||||
[ --with-snmp[=DIR] Include SNMP support])
|
||||
|
||||
PHP_ARG_WITH(openssl-dir,OpenSSL dir for SNMP,
|
||||
[ --with-openssl-dir[=DIR] SNMP: openssl install prefix], no, no)
|
||||
|
@ -6,7 +6,7 @@ PHP_ARG_ENABLE(soap, whether to enable SOAP support,
|
||||
|
||||
if test -z "$PHP_LIBXML_DIR"; then
|
||||
PHP_ARG_WITH(libxml-dir, libxml2 install dir,
|
||||
[ --with-libxml-dir=DIR SOAP: libxml2 install prefix], no, no)
|
||||
[ --with-libxml-dir=DIR SOAP: libxml2 install prefix], no, no)
|
||||
fi
|
||||
|
||||
if test "$PHP_SOAP" != "no"; then
|
||||
|
@ -3,7 +3,7 @@ dnl config.m4 for extension sqlite3
|
||||
dnl vim:et:ts=2:sw=2
|
||||
|
||||
PHP_ARG_WITH(sqlite3, whether to enable the SQLite3 extension,
|
||||
[ --without-sqlite3[=DIR] Do not include SQLite3 support. DIR is the prefix to
|
||||
[ --without-sqlite3[=DIR] Do not include SQLite3 support. DIR is the prefix to
|
||||
SQLite3 installation directory.], yes)
|
||||
|
||||
if test $PHP_SQLITE3 != "no"; then
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(sybase-ct, for Sybase-CT support,
|
||||
[ --with-sybase-ct[=DIR] Include Sybase-CT support. DIR is the Sybase home
|
||||
[ --with-sybase-ct[=DIR] Include Sybase-CT support. DIR is the Sybase home
|
||||
directory [/home/sybase]])
|
||||
|
||||
if test "$PHP_SYBASE_CT" != "no"; then
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(tidy,for TIDY support,
|
||||
[ --with-tidy[=DIR] Include TIDY support])
|
||||
[ --with-tidy[=DIR] Include TIDY support])
|
||||
|
||||
if test "$PHP_TIDY" != "no"; then
|
||||
|
||||
|
@ -7,11 +7,11 @@ PHP_ARG_ENABLE(wddx,whether to enable WDDX support,
|
||||
|
||||
if test -z "$PHP_LIBXML_DIR"; then
|
||||
PHP_ARG_WITH(libxml-dir, libxml2 install dir,
|
||||
[ --with-libxml-dir=DIR WDDX: libxml2 install prefix], no, no)
|
||||
[ --with-libxml-dir=DIR WDDX: libxml2 install prefix], no, no)
|
||||
fi
|
||||
|
||||
PHP_ARG_WITH(libexpat-dir, libexpat dir for WDDX,
|
||||
[ --with-libexpat-dir=DIR WDDX: libexpat dir for XMLRPC-EPI (deprecated)],no,no)
|
||||
[ --with-libexpat-dir=DIR WDDX: libexpat dir for XMLRPC-EPI (deprecated)],no,no)
|
||||
|
||||
if test "$PHP_WDDX" != "no"; then
|
||||
|
||||
|
@ -7,11 +7,11 @@ PHP_ARG_ENABLE(xml,whether to enable XML support,
|
||||
|
||||
if test -z "$PHP_LIBXML_DIR"; then
|
||||
PHP_ARG_WITH(libxml-dir, libxml2 install dir,
|
||||
[ --with-libxml-dir=DIR XML: libxml2 install prefix], no, no)
|
||||
[ --with-libxml-dir=DIR XML: libxml2 install prefix], no, no)
|
||||
fi
|
||||
|
||||
PHP_ARG_WITH(libexpat-dir, libexpat install dir,
|
||||
[ --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated)], no, no)
|
||||
[ --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated)], no, no)
|
||||
|
||||
if test "$PHP_XML" != "no"; then
|
||||
|
||||
|
@ -7,7 +7,7 @@ PHP_ARG_ENABLE(xmlreader, whether to enable XMLReader support,
|
||||
|
||||
if test -z "$PHP_LIBXML_DIR"; then
|
||||
PHP_ARG_WITH(libxml-dir, libxml2 install dir,
|
||||
[ --with-libxml-dir=DIR XMLReader: libxml2 install prefix], no, no)
|
||||
[ --with-libxml-dir=DIR XMLReader: libxml2 install prefix], no, no)
|
||||
fi
|
||||
|
||||
if test "$PHP_XMLREADER" != "no"; then
|
||||
|
@ -8,18 +8,18 @@ sinclude(libxmlrpc/acinclude.m4)
|
||||
sinclude(libxmlrpc/xmlrpc.m4)
|
||||
|
||||
PHP_ARG_WITH(xmlrpc, for XMLRPC-EPI support,
|
||||
[ --with-xmlrpc[=DIR] Include XMLRPC-EPI support])
|
||||
[ --with-xmlrpc[=DIR] Include XMLRPC-EPI support])
|
||||
|
||||
if test -z "$PHP_LIBXML_DIR"; then
|
||||
PHP_ARG_WITH(libxml-dir, libxml2 install dir,
|
||||
[ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix], no, no)
|
||||
[ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix], no, no)
|
||||
fi
|
||||
|
||||
PHP_ARG_WITH(libexpat-dir, libexpat dir for XMLRPC-EPI,
|
||||
[ --with-libexpat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI (deprecated)],no,no)
|
||||
[ --with-libexpat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI (deprecated)],no,no)
|
||||
|
||||
PHP_ARG_WITH(iconv-dir, iconv dir for XMLRPC-EPI,
|
||||
[ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI],no,no)
|
||||
[ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI],no,no)
|
||||
|
||||
if test "$PHP_XMLRPC" != "no"; then
|
||||
|
||||
|
@ -7,7 +7,7 @@ PHP_ARG_ENABLE(xmlwriter, whether to enable XMLWriter support,
|
||||
|
||||
if test -z "$PHP_LIBXML_DIR"; then
|
||||
PHP_ARG_WITH(libxml-dir, libxml2 install dir,
|
||||
[ --with-libxml-dir=DIR XMLWriter: libxml2 install prefix], no, no)
|
||||
[ --with-libxml-dir=DIR XMLWriter: libxml2 install prefix], no, no)
|
||||
fi
|
||||
|
||||
if test "$PHP_XMLWRITER" != "no"; then
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(xsl, for XSL support,
|
||||
[ --with-xsl[=DIR] Include XSL support. DIR is the libxslt base
|
||||
[ --with-xsl[=DIR] Include XSL support. DIR is the libxslt base
|
||||
install directory (libxslt >= 1.1.0 required)])
|
||||
|
||||
if test "$PHP_XSL" != "no"; then
|
||||
|
@ -11,7 +11,7 @@ if test -z "$PHP_ZLIB_DIR"; then
|
||||
fi
|
||||
|
||||
PHP_ARG_WITH(pcre-dir, pcre install prefix,
|
||||
[ --with-pcre-dir ZIP: pcre install prefix], no, no)
|
||||
[ --with-pcre-dir ZIP: pcre install prefix], no, no)
|
||||
|
||||
if test "$PHP_ZIP" != "no"; then
|
||||
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(zlib,for ZLIB support,
|
||||
[ --with-zlib[=DIR] Include ZLIB support (requires zlib >= 1.0.9)])
|
||||
[ --with-zlib[=DIR] Include ZLIB support (requires zlib >= 1.0.9)])
|
||||
|
||||
PHP_ARG_WITH(zlib-dir,if the location of ZLIB install directory is defined,
|
||||
[ --with-zlib-dir=<DIR> Define the location of zlib install directory], no, no)
|
||||
|
@ -20,7 +20,7 @@ fi
|
||||
|
||||
dnl Apache 1.x shared module
|
||||
PHP_ARG_WITH(apxs,,
|
||||
[ --with-apxs[=FILE] Build shared Apache 1.x module. FILE is the optional
|
||||
[ --with-apxs[=FILE] Build shared Apache 1.x module. FILE is the optional
|
||||
pathname to the Apache apxs tool [apxs]], no, no)
|
||||
|
||||
AC_MSG_CHECKING([for Apache 1.x module support via DSO through APXS])
|
||||
@ -123,7 +123,7 @@ fi
|
||||
|
||||
dnl Apache 1.x static module
|
||||
PHP_ARG_WITH(apache,,
|
||||
[ --with-apache[=DIR] Build Apache 1.x module. DIR is the top-level Apache
|
||||
[ --with-apache[=DIR] Build Apache 1.x module. DIR is the top-level Apache
|
||||
build directory [/usr/local/apache]], no, no)
|
||||
|
||||
AC_MSG_CHECKING([for Apache 1.x module support])
|
||||
@ -237,7 +237,7 @@ if test -z "$enable_mod_charset" && test "$with_mod_charset"; then
|
||||
fi
|
||||
|
||||
PHP_ARG_ENABLE(mod-charset, whether to enable Apache charset compatibility option,
|
||||
[ --enable-mod-charset APACHE: Enable transfer tables for mod_charset (Rus Apache)], no, no)
|
||||
[ --enable-mod-charset APACHE: Enable transfer tables for mod_charset (Rus Apache)], no, no)
|
||||
|
||||
if test "$PHP_MOD_CHARSET" = "yes"; then
|
||||
AC_DEFINE(USE_TRANSFER_TABLES, 1, [ ])
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(apxs2,,
|
||||
[ --with-apxs2[=FILE] Build shared Apache 2.0 Handler module. FILE is the optional
|
||||
[ --with-apxs2[=FILE] Build shared Apache 2.0 Handler module. FILE is the optional
|
||||
pathname to the Apache apxs tool [apxs]], no, no)
|
||||
|
||||
AC_MSG_CHECKING([for Apache 2.0 handler-module support via DSO through APXS])
|
||||
|
@ -239,7 +239,7 @@ if test -z "$enable_mod_charset" && test "$with_mod_charset"; then
|
||||
fi
|
||||
|
||||
PHP_ARG_ENABLE(mod-charset, whether to enable Apache charset compatibility option,
|
||||
[ --enable-mod-charset APACHE (hooks): Enable transfer tables for mod_charset (Rus Apache)], no, no)
|
||||
[ --enable-mod-charset APACHE (hooks): Enable transfer tables for mod_charset (Rus Apache)], no, no)
|
||||
|
||||
if test "$PHP_MOD_CHARSET" = "yes"; then
|
||||
AC_DEFINE(USE_TRANSFER_TABLES, 1, [ ])
|
||||
|
@ -4,7 +4,7 @@ dnl
|
||||
|
||||
RESULT=no
|
||||
PHP_ARG_WITH(caudium,,
|
||||
[ --with-caudium[=DIR] Build PHP as a Pike module for use with Caudium.
|
||||
[ --with-caudium[=DIR] Build PHP as a Pike module for use with Caudium.
|
||||
DIR is the Caudium server dir [/usr/local/caudium/server]], no, no)
|
||||
|
||||
AC_MSG_CHECKING([for Caudium support])
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_ENABLE(embed,,
|
||||
[ --enable-embed[=TYPE] EXPERIMENTAL: Enable building of embedded SAPI library
|
||||
[ --enable-embed[=TYPE] EXPERIMENTAL: Enable building of embedded SAPI library
|
||||
TYPE is either 'shared' or 'static'. [TYPE=shared]], no, no)
|
||||
|
||||
AC_MSG_CHECKING([for embedded SAPI library support])
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_ENABLE(fpm,,
|
||||
[ --enable-fpm Enable building of the fpm SAPI executable], no, no)
|
||||
[ --enable-fpm Enable building of the fpm SAPI executable], no, no)
|
||||
|
||||
dnl configure checks {{{
|
||||
AC_DEFUN([AC_FPM_STDLIBS],
|
||||
@ -557,11 +557,11 @@ if test "$PHP_FPM" != "no"; then
|
||||
AC_FPM_SELECT
|
||||
|
||||
PHP_ARG_WITH(fpm-user,,
|
||||
[ --with-fpm-user[=USER] Set the user for php-fpm to run as. (default: nobody)], nobody, no)
|
||||
[ --with-fpm-user[=USER] Set the user for php-fpm to run as. (default: nobody)], nobody, no)
|
||||
|
||||
PHP_ARG_WITH(fpm-group,,
|
||||
[ --with-fpm-group[=GRP] Set the group for php-fpm to run as. For a system user, this
|
||||
should usually be set to match the fpm username (default: nobody)], nobody, no)
|
||||
[ --with-fpm-group[=GRP] Set the group for php-fpm to run as. For a system user, this
|
||||
should usually be set to match the fpm username (default: nobody)], nobody, no)
|
||||
|
||||
PHP_ARG_WITH(fpm-systemd,,
|
||||
[ --with-fpm-systemd Activate systemd integration], no, no)
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(isapi, for Zeus ISAPI support,
|
||||
[ --with-isapi[=DIR] Build PHP as an ISAPI module for use with Zeus], no, no)
|
||||
[ --with-isapi[=DIR] Build PHP as an ISAPI module for use with Zeus], no, no)
|
||||
|
||||
if test "$PHP_ISAPI" != "no"; then
|
||||
if test "$PHP_ISAPI" = "yes"; then
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(milter, for Milter support,
|
||||
[ --with-milter[=DIR] Build PHP as Milter application], no, no)
|
||||
[ --with-milter[=DIR] Build PHP as Milter application], no, no)
|
||||
|
||||
if test "$PHP_MILTER" != "no"; then
|
||||
if test "$PHP_MILTER" = "yes"; then
|
||||
|
@ -3,7 +3,7 @@ dnl $Id$
|
||||
dnl
|
||||
|
||||
PHP_ARG_WITH(pi3web, for Pi3Web support,
|
||||
[ --with-pi3web[=DIR] Build PHP as Pi3Web module], no, no)
|
||||
[ --with-pi3web[=DIR] Build PHP as Pi3Web module], no, no)
|
||||
|
||||
if test "$PHP_PI3WEB" != "no"; then
|
||||
if test "$PHP_PI3WEB" = "yes"; then
|
||||
|
@ -7,7 +7,7 @@ PHP_ARG_WITH(roxen,,
|
||||
directory, normally /usr/local/roxen/server], no, no)
|
||||
|
||||
PHP_ARG_ENABLE(roxen-zts, whether Roxen module is build using ZTS,
|
||||
[ --enable-roxen-zts ROXEN: Build the Roxen module using Zend Thread Safety], no, no)
|
||||
[ --enable-roxen-zts ROXEN: Build the Roxen module using Zend Thread Safety], no, no)
|
||||
|
||||
RESULT=
|
||||
AC_MSG_CHECKING([for Roxen/Pike support])
|
||||
|
Loading…
Reference in New Issue
Block a user