Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 65) sorted by last modified time

123

/php-src/
H A DUPGRADING80 opcache.jit_buffer_size=0 to opcache.jit=disable and
159 Passing an empty string to disable the handler is still allowed,
H A Dconfigure.ac158 [AS_HELP_STRING([--disable-rpath],
821 …AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by…
986 [AS_HELP_STRING([--disable-short-tags],
1016 [AS_HELP_STRING([--disable-ipv6],
1103 [AS_HELP_STRING([--disable-all],
1196 dnl If CLI is disabled disable PEAR.
1244 [AS_HELP_STRING([--disable-fiber-asm],
H A Dphp.ini-development183 ; To disable this feature set this option to an empty value
330 ; This directive allows you to disable certain functions.
332 ; https://php.net/disable-functions
335 ; This directive allows you to disable certain classes.
337 ; https://php.net/disable-classes
352 ; is to disable this feature.
615 ; Set this to disable filtering control characters (the default).
700 ; Most likely, you won't want to disable this option globally. It causes $_POST
708 ; Its value may be 0 to disable the limit. It is ignored if POST data reading
722 ; disable this, simply set it to be empty.
[all …]
H A Dphp.ini-production183 ; To disable this feature set this option to an empty value
330 ; This directive allows you to disable certain functions.
332 ; https://php.net/disable-functions
335 ; This directive allows you to disable certain classes.
337 ; https://php.net/disable-classes
352 ; is to disable this feature.
617 ; Set this to disable filtering control characters (the default).
702 ; Most likely, you won't want to disable this option globally. It causes $_POST
710 ; Its value may be 0 to disable the limit. It is ignored if POST data reading
724 ; disable this, simply set it to be empty.
[all …]
/php-src/ext/libxml/
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()
H A Dphp_libxml.h170 PHP_LIBXML_API bool php_libxml_disable_entity_loader(bool disable);
H A Dlibxml_arginfo.h22 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, disable, _IS_BOOL, 0, "true")
H A Dlibxml.stub.php176 function libxml_disable_entity_loader(bool $disable = true): bool {} argument
/php-src/.github/actions/build-libmysqlclient/
H A Daction.yml28 --disable-all \
/php-src/.github/workflows/
H A Dnightly.yml437 # Hack to disable a test that hangs
570 --enable-debug --disable-zts
654 --disable-dom \
655 --disable-simplexml \
656 --disable-xml \
657 --disable-xmlreader \
658 --disable-xmlwriter \
660 --disable-opcache-jit \
665 --disable-mysqlnd-compression-support \
673 --disable-mbregex \
[all …]
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 \
H A Dclose-stale-prs.yml23 # Hack to skip issues, unfortunately there's no option to disable issues
H A Dclose-stale-feature-requests.yml24 # Hack to skip PRs, unfortunately there's no option to disable PRs
/php-src/.circleci/
H A Dconfig.yml152 --disable-phpdbg \
/php-src/build/
H A Dlibtool.m4196 [ --disable-libtool-lock Avoid locking (might break parallel builds)])
564 #[ --disable-libtool-lock avoid locking (might break parallel builds)])
1723 # We used to test for /lib/ld.so.1 and disable shared libraries on
1727 # people can always --disable-shared, the test was removed, and we
2060 # set the default shared flag to --disable-shared
2100 # set the default static flag to --disable-static
2141 # set the default to --disable-fast-install
4774 # (--disable-auto-import) libraries
5064 # (--disable-auto-import) libraries
/php-src/docs/
H A Drelease-process.md212 … && ./configure --enable-zts --disable-all --enable-debug --enable-opcache --enable-opcache-jit \
220 && ./configure --disable-all --enable-debug --enable-opcache --enable-opcache-jit \
516 … && ./configure --enable-zts --disable-all --enable-debug --enable-opcache --enable-opcache-jit \
524 && ./configure --disable-all --enable-debug --enable-opcache --enable-opcache-jit \
/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/sapi/fuzzer/
H A DREADME.md9 --disable-all \
/php-src/ext/dom/
H A Dconfig.m43 [AS_HELP_STRING([--disable-dom],
/php-src/ext/fileinfo/
H A Dconfig.m43 [AS_HELP_STRING([--disable-fileinfo],
/php-src/ext/posix/
H A Dconfig.m43 [AS_HELP_STRING([--disable-posix],
/php-src/Zend/
H A Dzend_vm_execute.h22 # pragma warning(disable : 4101)
H A DZend.m4284 [AS_HELP_STRING([--disable-zend-signals],
325 [AS_HELP_STRING([--disable-gcc-global-regs],
/php-src/ext/mysqli/tests/
H A Dmysqli_get_connection_stats_off.phpt2 mysqli_get_connection_stats() - disable via php.ini
/php-src/sapi/phpdbg/
H A Dconfig.m43 [AS_HELP_STRING([--disable-phpdbg],

Completed in 173 milliseconds

123