Home
last modified time | relevance | path

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

123

/php-src/ext/opcache/jit/
H A DDockerfile.arm64.example15 RUN ./configure --enable-debug --disable-all --enable-opcache && make clean && make -j$(nproc)
/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.yml124 --${{ matrix.debug && 'enable' || 'disable' }}-debug
125 --${{ matrix.zts && 'enable' || 'disable' }}-zts
223 configurationParameters: --enable-debug --disable-zts
276 # and other operations, so we disable it during benchmarking.
302 --disable-debug \
/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/ext/session/
H A Dconfig.m43 [AS_HELP_STRING([--disable-session],
/php-src/Zend/tests/
H A Dgh10072.phpt7 opcache.jit=disable
/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/mysqlnd/
H A Dconfig9.m420 [AS_HELP_STRING([--disable-mysqlnd-compression-support],
/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.m4287 [AS_HELP_STRING([--disable-zend-signals],
328 [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 Dlibxml.c1168 PHP_LIBXML_API bool php_libxml_disable_entity_loader(bool disable) /* {{{ */ in php_libxml_disable_entity_loader() argument
1172 LIBXML(entity_loader_disabled) = disable; in php_libxml_disable_entity_loader()
1179 bool disable = 1; in PHP_FUNCTION() local
1183 Z_PARAM_BOOL(disable) in PHP_FUNCTION()
1186 RETURN_BOOL(php_libxml_disable_entity_loader(disable)); in PHP_FUNCTION()
H A Dphp_libxml.h183 PHP_LIBXML_API bool php_libxml_disable_entity_loader(bool disable);
/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…

Completed in 93 milliseconds

123