Home
last modified time | relevance | path

Searched refs:enabled (Results 426 – 450 of 455) sorted by relevance

1...<<111213141516171819

/PHP-7.4/ext/mysqli/
H A Dconfig.m4112 AC_DEFINE([MYSQLI_USE_MYSQLND], 1, [Whether mysqlnd is enabled])
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_append.phpt16 die("skip: debug functionality not enabled");
H A Dmysqli_debug_mysqlnd_control_string.phpt16 die("skip: debug functionality not enabled");
/PHP-7.4/
H A Dphp.ini-development354 ; encodings. To use this feature, mbstring extension must be enabled.
682 ; This option is enabled by default.
780 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
1005 ; with rsh/ssh enabled is insecure.
1511 ; http://php.net/session.upload-progress.enabled
1512 ;session.upload_progress.enabled = On
1741 ; http://php.net/soap.wsdl-cache-enabled
1768 ; Determines if Zend OPCache is enabled
1771 ; Determines if Zend OPCache is enabled for the CLI version of PHP
1941 ; "preload" - enabled in CLI scripts and preloaded files (default)
[all …]
H A Dphp.ini-production354 ; encodings. To use this feature, mbstring extension must be enabled.
682 ; This option is enabled by default.
780 ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
1005 ; with rsh/ssh enabled is insecure.
1511 ; http://php.net/session.upload-progress.enabled
1512 ;session.upload_progress.enabled = On
1741 ; http://php.net/soap.wsdl-cache-enabled
1768 ; Determines if Zend OPCache is enabled
1771 ; Determines if Zend OPCache is enabled for the CLI version of PHP
1941 ; "preload" - enabled in CLI scripts and preloaded files (default)
[all …]
H A Dconfigure.ac1035 dnl Check if all enabled by default extensions should be disabled.
1038 [Disable all extensions which are enabled by default])],
1145 … PEAR requires XML to be enabled. Add --enable-xml to the configure line. (or --without-pear)"
1596 dnl Warn about Apache if oci8 extension is enabled on Linux.
H A DUPGRADING105 enabled). This means that the size of the $matches will always be the same.
108 . Installation of PEAR (including PECL) is no longer enabled by default. It
109 can be explicitly enabled using --with-pear. This option is deprecated and
H A DNEWS571 enabled and mysqlnd used). (Kamil Tekiela)
627 compression is enabled). (Nikita)
2244 . Disabled LOCAL INFILE by default, can be enabled using php.ini directive
2334 . Fixed bug #77361 (configure fails on 64-bit AIX when opcache enabled).
2679 . Fixed bug #76711 (OPcache enabled triggers false-positive "Illegal string
/PHP-7.4/ext/pdo_mysql/
H A Dconfig.m431 AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
/PHP-7.4/ext/pdo_odbc/
H A Dconfig.m429 AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
/PHP-7.4/ext/pdo_mysql/tests/
H A Dmysql_pdo_test.inc165 return (preg_match('/PDO Driver for MySQL.*enabled/', $tmp) &&
H A Dpdo_mysql___construct.phpt109 // hostnames > 1024 chars break on some NIS-enabled FreeBSD...
/PHP-7.4/docs/
H A Dinput-filter.md85 php_info_print_table_row( 2, "My Input Filter Support", "enabled" );
H A Dself-contained-extensions.md92 extension will be enabled by `PHP_NEW_EXTENSION` in shared mode.
H A Dstreams.md86 There are some network enabled relatives in `php_network.h`:
/PHP-7.4/win32/build/
H A Dconfig.w32.phpize.in133 SSE and SSE2 are enabled by default. The best optimization specified will \
H A Dconfig.w32359 SSE and SSE2 are enabled by default. The best instruction set specified will \
/PHP-7.4/ext/pdo_oci/
H A Dconfig.m467 AC_MSG_ERROR([PDO is not enabled! Add --enable-pdo to your configure line.])
/PHP-7.4/sapi/phpdbg/
H A Dxml.md201 - disabled: empty value if enabled, non-empty if enabled
333 - readline: yes/no - readline enabled or disabled
334 - libedit: yes/no - libedit enabled or disabled
/PHP-7.4/ext/oci8/tests/
H A Dbug70700.phpt9 if (!extension_loaded('mbstring')) die('skip mbstring is not enabled');
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c1930 && ZCG(enabled) && accel_startup_ok) { in persistent_compile_file()
2365 if (!ZCG(enabled) || !accel_startup_ok) { in accel_activate()
2499 if (!ZCG(enabled) || !accel_startup_ok) { in accel_post_deactivate()
2916 if (ZCG(enabled) == 0) { in accel_startup()
3046 if (ZCG(enabled) && accel_startup_ok && in accel_post_startup()
3078 if (!ZCG(enabled) || !accel_startup_ok) { in accel_shutdown()
4347 ZCG(enabled) = 0; in accel_preload()
4400 ZCG(enabled) = 1; in accel_preload()
4685 if (!ZCG(enabled) || !accel_startup_ok) { in accel_finish_startup()
/PHP-7.4/ext/dba/
H A Dconfig.m4614 dnl Bundled modules that should be enabled by default if any other option is
615 dnl enabled
/PHP-7.4/build/
H A Dpkg.m4201 dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags
/PHP-7.4/ext/oci8/
H A Dconfig.m4237 …AC_DEFINE(HAVE_OCI8_DTRACE,1,[Defined to 1 if PHP OCI8 DTrace support was enabled during configura…
/PHP-7.4/ext/phar/phar/
H A Dpharcommand.inc255 …package PHP_Archive not installed: generated phar will require PHP's phar extension be enabled.\n";
1587 $v = $v ? 'enabled' : 'disabled';

Completed in 122 milliseconds

1...<<111213141516171819