Home
last modified time | relevance | path

Searched refs:option (Results 201 – 225 of 237) sorted by relevance

12345678910

/PHP-8.0/
H A Dphp.ini-production17 ; 6. The directory from the --with-config-file-path compile time option, or the
173 ; To disable this feature set this option to an empty value
261 ; Valid values for this option are 'off', 'on', or a specific buffer size
284 ; and every HTML block. Turning this option on has serious performance
301 ; overridden by the max_depth option on individual unserialize() calls.
691 ; This option is enabled by default.
827 ; is supported by Apache. When this option is set to 1, PHP will send
1267 ; Tuning: This option enables statement caching, and specifies how
1460 ; Use this option with caution.
1926 ; option.
[all …]
H A DUPGRADING562 . The 'salt' option of password_hash() is no longer supported. If the 'salt'
563 option is used a warning is generated, the provided salt is ignored, and a
621 stream context option, e.g.
786 . Added a new option pm.status_listen that allows getting status from
849 . The remove_path option of ZipArchive::addGlob() and ::addPattern() is now
851 option), whereas formerly it was treated as directory name.
1082 . When mysqlnd is not used (which is the default and recommended option),
H A DNEWS229 . Fixed CURLOPT_TLSAUTH_TYPE is not treated as a string option. (Pierrick)
286 . Fixed bug GH-8466 (ini_get() is optimized out when the option does not
738 . Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option).
1014 . Fixed bug #80682 (opcache doesn't honour pcre.jit option). (Remi)
1345 . Add pm.status_listen option. (Jakub Zelenka)
/PHP-8.0/sapi/fpm/
H A Dwww.conf.in254 ; Default Value: value of the listen option
353 ; be killed. This option should be used when the 'max_execution_time' ini option
359 ; The timeout set by 'request_terminate_timeout' ini option is not engaged after
362 ; This option will enable timeout limit to be applied unconditionally
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_option.phpt2 PAM: SHA-256, option: MYSQLI_SERVER_PUBLIC_KEY
H A Dmysqli_pam_sha256_public_key_option_invalid.phpt2 PAM: SHA-256, option: MYSQLI_SERVER_PUBLIC_KEY (invalid)
H A Dmysqli_debug_mysqlnd_control_string.phpt206 // mysqlnd only option
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_arginfo.h130 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
/PHP-8.0/ext/intl/
H A Dphp_intl.stub.php92 function intlcal_set_repeated_wall_time_option(IntlCalendar $calendar, int $option): bool {} argument
94 function intlcal_set_skipped_wall_time_option(IntlCalendar $calendar, int $option): bool {} argument
/PHP-8.0/build/
H A Dax_func_which_gethostbyname_r.m441 # option) any later version.
H A Dpkg.m410 dnl (at your option) any later version.
H A Dlibtool.m4724 # Check whether the given compiler option works
732 # Insert the option either (1) after the last *FLAGS variable, or
736 # The option is referenced via a variable to avoid confusing sed.
769 # Check whether the given compiler option works
2346 [AC_CACHE_CHECK([for $LD option to reload object files],
2582 # nm: unknown option "B" ignored
4129 # (at your option) any later version.
4603 opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4738 AC_MSG_CHECKING([for $compiler option to produce PIC])
5313 # If we're using GNU nm, then we don't want the "-C" option.
[all …]
/PHP-8.0/Zend/
H A DREADME.md134 file requires `--with-lines` option. By default ZE2 uses the following command
/PHP-8.0/ext/openssl/tests/
H A Dbug81713.phpt231 openssl_pkcs12_export(): Argument #5 ($options) option extracerts array item must not contain any n…
237 openssl_pkcs12_export_to_file(): Argument #5 ($options) option extracerts array item must not conta…
/PHP-8.0/ext/odbc/
H A Dodbc_arginfo.h147 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_commands.c29 …sqlnd_command, set_option)(MYSQLND_CONN_DATA * const conn, const enum_mysqlnd_server_option option) in MYSQLND_METHOD()
37 int2store(buffer, (unsigned int) option); in MYSQLND_METHOD()
/PHP-8.0/ext/openssl/
H A Dxp_ssl.c2327 static int php_openssl_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam)… in php_openssl_sockop_set_option() argument
2333 switch (option) { in php_openssl_sockop_set_option()
2461 php_stream_socket_ops.set_option(stream, option, value, ptrparam); in php_openssl_sockop_set_option()
2490 return php_stream_socket_ops.set_option(stream, option, value, ptrparam); in php_openssl_sockop_set_option()
/PHP-8.0/ext/bcmath/libbcmath/
H A DLICENSE162 and you may at your option offer warranty protection in exchange for a
227 This option is useful when you wish to copy part of the code of
424 "any later version", you have the option of following the terms and
486 version 2 of the License, or (at your option) any later version.
/PHP-8.0/docs/
H A Dstreams.md62 don't need to be able to write to the original file/URL, use this option to
165 `STREAM_MUST_SEEK` option to php_stream_open_wrapper();
/PHP-8.0/ext/mysqli/
H A Dmysqli_arginfo.h201 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
545 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
/PHP-8.0/main/streams/
H A Dstreams.c1370 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam) in _php_stream_set_option() argument
1375 ret = stream->ops->set_option(stream, option, value, ptrparam); in _php_stream_set_option()
1379 switch(option) { in _php_stream_set_option()
/PHP-8.0/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc13 * version 2.1 of the License, or (at your option) any later version.
/PHP-8.0/ext/mbstring/libmbfl/
H A DLICENSE159 and you may at your option offer warranty protection in exchange for a
224 This option is useful when you wish to copy part of the code of
420 "any later version", you have the option of following the terms and
/PHP-8.0/ext/standard/
H A Dbasic_functions_arginfo.h429 ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
480 ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
489 ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
496 ZEND_ARG_TYPE_INFO(0, option, IS_STRING, 0)
800 ZEND_ARG_TYPE_INFO(0, option, IS_LONG, 0)
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt108 // what about long values for a valid option ...

Completed in 125 milliseconds

12345678910