Home
last modified time | relevance | path

Searched refs:disable (Results 26 – 50 of 65) sorted by relevance

123

/php-src/.github/workflows/
H A Dclose-stale-feature-requests.yml24 # Hack to skip PRs, unfortunately there's no option to disable PRs
H A Dpush.yml123 --${{ matrix.debug && 'enable' || 'disable' }}-debug
124 --${{ matrix.zts && 'enable' || 'disable' }}-zts
176 configurationParameters: --enable-debug --disable-zts
229 # and other operations, so we disable it during benchmarking.
254 --disable-debug \
/php-src/ext/session/
H A Dconfig.m43 [AS_HELP_STRING([--disable-session],
/php-src/ext/phar/
H A Dconfig.w323 ARG_ENABLE("phar", "disable phar support", "yes");
/php-src/ext/mysqli/tests/
H A Dmysqli_get_connection_stats_off.phpt2 mysqli_get_connection_stats() - disable via php.ini
H A Dmysqli_real_escape_string_nobackslash.phpt47 …printf("[011] Cannot disable NO_BACKSLASH_ESCAPES, [%d] %s\n", mysqli_errno($link), mysqli_error($…
/php-src/Zend/tests/
H A Dgh10072.phpt7 opcache.jit=disable
/php-src/ext/mysqlnd/
H A Dconfig9.m411 [AS_HELP_STRING([--disable-mysqlnd-compression-support],
/php-src/ext/posix/
H A Dconfig.m43 [AS_HELP_STRING([--disable-posix],
/php-src/.github/actions/test-linux/
H A Daction.yml10 default: 'disable'
/php-src/ext/opcache/
H A Dconfig.m43 [AS_HELP_STRING([--disable-opcache],
9 [AS_HELP_STRING([--disable-huge-code-pages],
16 [AS_HELP_STRING([--disable-opcache-jit],
/php-src/Zend/
H A DREADME.md57 also you can use ANY mask to disable specialization according operand's op_type.
130 You can disable opcode specialization using `--without-specializer`.
H A DZend.m4284 [AS_HELP_STRING([--disable-zend-signals],
325 [AS_HELP_STRING([--disable-gcc-global-regs],
/php-src/sapi/cgi/
H A Dconfig9.m42 [AS_HELP_STRING([--disable-cgi],
/php-src/sapi/cli/
H A Dconfig.m42 [AS_HELP_STRING([--disable-cli],
/php-src/ext/libxml/
H A Dlibxml_arginfo.h22 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, disable, _IS_BOOL, 0, "true")
H A Dphp_libxml.h170 PHP_LIBXML_API bool php_libxml_disable_entity_loader(bool disable);
H A Dlibxml.c1167 PHP_LIBXML_API bool php_libxml_disable_entity_loader(bool disable) /* {{{ */ in php_libxml_disable_entity_loader() argument
1171 LIBXML(entity_loader_disabled) = disable; in php_libxml_disable_entity_loader()
1178 bool disable = 1; in PHP_FUNCTION() local
1182 Z_PARAM_BOOL(disable) in PHP_FUNCTION()
1185 RETURN_BOOL(php_libxml_disable_entity_loader(disable)); in PHP_FUNCTION()
/php-src/sapi/phpdbg/
H A Dconfig.m43 [AS_HELP_STRING([--disable-phpdbg],
/php-src/ext/pdo_odbc/tests/
H A Dlong_columns.phpt41 // configure --disable-all --enable-cli --enable-zts --enable-pdo --with-pdo-odbc --enable-debug
42 // configure --disable-all --enable-cli --enable-pdo --with-pdo-odbc=unixODBC,/usr,/usr --with-unix…
/php-src/.circleci/
H A Dconfig.yml152 --disable-phpdbg \
/php-src/ext/mbstring/
H A Dconfig.m4146 [AS_HELP_STRING([--disable-mbregex],
/php-src/win32/build/
H A Dconfig.w3268 ARG_WITH('mp', 'Tell Visual Studio use up to [n,auto,disable] processes for compilation', 'auto');
71 if (PHP_MP != 'disable') {
75 // no from disable-all
/php-src/ext/standard/tests/file/
H A Drename_variation13-win32.phpt31 /* disable notice so we don't get the array to string conversion notice for "$name" where $name = a…
/php-src/sapi/fuzzer/
H A DREADME.md9 --disable-all \

Completed in 207 milliseconds

123