Searched refs:disable (Results 1 – 25 of 59) sorted by relevance
123
/PHP-5.3/ext/standard/tests/strings/ |
H A D | money_format_basic1.phpt | 47 // Same again but disable grouping character 48 echo "Format again but disable grouping character\n"; 73 Format again but disable grouping character
|
/PHP-5.3/ext/ctype/ |
H A D | config.m4 | 6 [ --disable-ctype Disable ctype functions], yes)
|
/PHP-5.3/ext/tokenizer/ |
H A D | config.m4 | 7 [ --disable-tokenizer Disable tokenizer support], yes)
|
/PHP-5.3/sapi/cgi/ |
H A D | CHANGES | 8 --disable-path-info-check CGI: If this is disabled, paths such as 28 --disable-path-info-check or "cgi.fix_pathinfo=0".
|
/PHP-5.3/ext/json/ |
H A D | config.m4 | 6 [ --disable-json Disable JavaScript Object Serialization support], yes)
|
/PHP-5.3/ext/mysqlnd/ |
H A D | config9.m4 | 9 PHP_ARG_ENABLE(mysqlnd_compression_support, whether to disable compressed protocol support in mysql… 10 [ --disable-mysqlnd-compression-support
|
/PHP-5.3/ext/xmlwriter/ |
H A D | config.m4 | 6 [ --disable-xmlwriter Disable XMLWriter support], yes)
|
/PHP-5.3/ext/libxml/ |
H A D | config0.m4 | 6 [ --disable-libxml Disable LIBXML support], yes)
|
H A D | php_libxml.h | 97 PHP_LIBXML_API zend_bool php_libxml_disable_entity_loader(zend_bool disable TSRMLS_DC);
|
H A D | libxml.c | 109 ZEND_ARG_INFO(0, disable) 837 PHP_LIBXML_API zend_bool php_libxml_disable_entity_loader(zend_bool disable TSRMLS_DC) in php_libxml_disable_entity_loader() 841 LIBXML(entity_loader_disabled) = disable; in php_libxml_disable_entity_loader() 849 zend_bool disable = 1; in PHP_FUNCTION() local 851 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|b", &disable) == FAILURE) { in PHP_FUNCTION() 855 RETURN_BOOL(php_libxml_disable_entity_loader(disable TSRMLS_CC)); in PHP_FUNCTION()
|
/PHP-5.3/ext/xmlreader/ |
H A D | config.m4 | 6 [ --disable-xmlreader Disable XMLReader support], yes)
|
/PHP-5.3/ext/fileinfo/ |
H A D | config.m4 | 5 [ --disable-fileinfo Disable fileinfo support], yes)
|
/PHP-5.3/ext/simplexml/ |
H A D | config.m4 | 5 [ --disable-simplexml Disable SimpleXML support], yes)
|
/PHP-5.3/ext/phar/ |
H A D | config.m4 | 5 [ --disable-phar Disable phar support], yes)
|
H A D | config.w32 | 4 ARG_ENABLE("phar", "disable phar support", "yes");
|
/PHP-5.3/ext/session/ |
H A D | config.m4 | 6 [ --disable-session Disable session support], yes)
|
/PHP-5.3/ext/hash/ |
H A D | config.m4 | 8 [ --disable-hash Disable hash support], yes)
|
/PHP-5.3/ext/posix/ |
H A D | config.m4 | 6 [ --disable-posix Disable POSIX-like functions], yes)
|
/PHP-5.3/ext/filter/ |
H A D | config.m4 | 5 [ --disable-filter Disable input filter support], yes)
|
/PHP-5.3/ext/dom/ |
H A D | config.m4 | 6 [ --disable-dom Disable DOM support], yes)
|
/PHP-5.3/ext/mysqli/tests/ |
H A D | mysqli_get_connection_stats_off.phpt | 2 mysqli_get_connection_stats() - disable via php.ini
|
H A D | mysqli_real_escape_string_nobackslash.phpt | 48 …printf("[011] Cannot disable NO_BACKSLASH_ESCAPES, [%d] %s\n", mysqli_errno($link), mysqli_error($…
|
/PHP-5.3/ext/xml/ |
H A D | config.m4 | 6 [ --disable-xml Disable XML support], yes)
|
/PHP-5.3/Zend/ |
H A D | README.ZEND_MM | 10 The new manager's "configure" has no "--disable-zend-memory-manager" option,
|
/PHP-5.3/ext/session/tests/ |
H A D | 008-php4.2.3.phpt | 66 …riables as a source of data, unless register_globals is enabled. You can disable this functionalit…
|
Completed in 25 milliseconds
123