Searched refs:enable (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_3/ext/bcmath/libbcmath/ |
| H A D | configure | 108 -enable-* | --enable-*) 109 ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'` 177 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) 178 --enable-FEATURE[=ARG] include FEATURE [ARG=yes] 185 echo "--enable and --with options recognized:$ac_help"
|
| /PHP_5_3/ext/ |
| H A D | ext_skel | 121 dnl Otherwise use enable: 123 dnl PHP_ARG_ENABLE($extname, whether to enable $extname support, 125 dnl [ --enable-$extname Enable $extname support]) 182 // ARG_ENABLE("$extname", "enable $extname support", "no"); 289 4. $ ./configure --[with|enable]-$extname
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 51 ** These #defines should enable >2GB file support on POSIX if the 63 ** without this option, LFS is enable. But LFS does not exist in the kernel 419 ** We need to define _XOPEN_SOURCE as follows in order to enable 432 # define _XOPEN_SOURCE 500 /* Needed to enable pthread recursive mutexes */ 1175 ** functions to enable blocking locks with timeouts, to change the 2059 ** <dd> ^This option is used to enable or disable the enforcement of 2062 ** positive to enable FK enforcement or negative to leave FK enforcement 2069 ** <dd> ^This option is used to enable or disable [CREATE TRIGGER | triggers]. 2072 ** positive to enable triggers or negative to leave the setting unchanged. 2992 ** by default, but future releases of SQLite might enable UR 47585 sqlite3_enable_shared_cache(int enable) argument [all...] |
| /PHP_5_3/ |
| H A D | makerpm | 68 --enable-force-cgi-redirect \ 69 --enable-safe-mode \ 73 --enable-xml \ 74 --enable-wddx \ 76 --enable-shared \ 85 --enable-cli \ 87 --enable-safe-mode \ 91 --enable-xml \ 92 --enable-wddx \ 94 --enable [all...] |
| /PHP_5_3/ext/com_dotnet/ |
| H A D | com_handlers.c | 586 void php_com_object_enable_event_sink(php_com_dotnet_object *obj, int enable TSRMLS_DC) 598 if (enable) {
|
| H A D | php_com_dotnet_internal.h | 83 void php_com_object_enable_event_sink(php_com_dotnet_object *obj, int enable TSRMLS_DC);
|
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 2118 ZEND_ARG_INFO(0, enable)
|
| H A D | streamsfuncs.c | 1457 /* {{{ proto int stream_socket_enable_crypto(resource stream, bool enable [, int cryptokind [, resource sessionstream]]) 1464 zend_bool enable; local 1467 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rb|lr", &zstream, &enable, &cryptokind, &zsessstream) == FAILURE) { 1481 } else if (enable) { 1486 ret = php_stream_xport_crypto_enable(stream, enable TSRMLS_CC);
|
Completed in 146 milliseconds