Home
last modified time | relevance | path

Searched refs:option (Results 176 – 200 of 223) sorted by relevance

123456789

/PHP-7.4/sapi/fpm/
H A Dphp-fpm.conf.in56 ; option that can potentionaly improve logging performance and memory usage
57 ; for some heavy logging scenarios. This option is ignored if logging to syslog
H A Dwww.conf.in337 ; be killed. This option should be used when the 'max_execution_time' ini option
343 ; The timeout set by 'request_terminate_timeout' ini option is not engaged after
346 ; This option will enable timeout limit to be applied unconditionally
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h319 …d_execute_com_set_option)(MYSQLND_CONN_DATA * const conn, const enum_mysqlnd_server_option option);
379 …__set_client_option)(MYSQLND_VIO * const vio, enum_mysqlnd_client_option option, const char * cons…
487 …d_conn_data__set_server_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_server_option option);
488 …lient_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_client_option option, const char * cons…
525 …ion_2d)(MYSQLND_CONN_DATA * const conn, const enum_mysqlnd_client_option option, const char * cons…
1121 …__set_client_option)(MYSQLND_PFC * const pfc, enum_mysqlnd_client_option option, const char * cons…
H A Dmysqlnd_vio.c327 …, set_client_option)(MYSQLND_VIO * const net, enum_mysqlnd_client_option option, const char * cons… in MYSQLND_METHOD()
330 DBG_INF_FMT("option=%u", option); in MYSQLND_METHOD()
331 switch (option) { in MYSQLND_METHOD()
H A Dmysqlnd_connection.c376 …nd_conn_data, set_server_option)(MYSQLND_CONN_DATA * const conn, enum_mysqlnd_server_option option) in MYSQLND_METHOD()
382 ret = conn->command->set_option(conn, option); in MYSQLND_METHOD()
1632 enum_mysqlnd_client_option option,
1639 DBG_INF_FMT("conn=%llu option=%u", conn->thread_id, option);
1644 switch (option) {
1655 ret = conn->vio->data->m.set_client_option(conn->vio, option, value);
1660 …ret = conn->protocol_frame_codec->data->m.set_client_option(conn->protocol_frame_codec, option, va…
1802 const enum_mysqlnd_client_option option,
1810 DBG_INF_FMT("conn=%llu option=%u", conn->thread_id, option);
1815 switch (option) {
H A Dmysqlnd_commands.c31 …sqlnd_command, set_option)(MYSQLND_CONN_DATA * const conn, const enum_mysqlnd_server_option option) in MYSQLND_METHOD()
39 int2store(buffer, (unsigned int) option); in MYSQLND_METHOD()
/PHP-7.4/ext/mysqli/
H A Dconfig.m434 dnl ext/pdo_mysql/config.m4 also depends on this configure option.
H A Dmysqli_fe.c304 ZEND_ARG_INFO(0, option)
309 ZEND_ARG_INFO(0, option)
/PHP-7.4/ext/sysvsem/tests/
H A Dnowait.phpt2 Test sem_acquire with nowait option
/PHP-7.4/ext/ldap/
H A Dldap.c3035 zend_long option; in PHP_FUNCTION() local
3045 switch (option) { in PHP_FUNCTION()
3076 if (ldap_get_option(ld->link, option, &val)) { in PHP_FUNCTION()
3204 zend_long option; in PHP_FUNCTION() local
3219 switch (option) { in PHP_FUNCTION()
3252 if (ldap_set_option(ldap, option, &val)) { in PHP_FUNCTION()
3327 if (ldap_set_option(ldap, option, ZSTR_VAL(val))) { in PHP_FUNCTION()
3344 if (ldap_set_option(ldap, option, val)) { in PHP_FUNCTION()
3365 rc = ldap_set_option(ldap, option, ctrls); in PHP_FUNCTION()
4709 ZEND_ARG_INFO(0, option)
[all …]
/PHP-7.4/ext/pdo_mysql/
H A Dconfig.m418 dnl macro and --with-mysql-sock configure option.
/PHP-7.4/
H A Dphp.ini-development17 ; 6. The directory from the --with-config-file-path compile time option, or the
162 ; To disable this feature set this option to an empty value
250 ; Valid values for this option are 'off', 'on', or a specific buffer size
273 ; and every HTML block. Turning this option on has serious performance
290 ; overridden by the max_depth option on individual unserialize() calls.
682 ; This option is enabled by default.
818 ; is supported by Apache. When this option is set to 1, PHP will send
1258 ; Tuning: This option enables statement caching, and specifies how
1451 ; Use this option with caution.
1927 ; option.
[all …]
H A Dphp.ini-production17 ; 6. The directory from the --with-config-file-path compile time option, or the
162 ; To disable this feature set this option to an empty value
250 ; Valid values for this option are 'off', 'on', or a specific buffer size
273 ; and every HTML block. Turning this option on has serious performance
290 ; overridden by the max_depth option on individual unserialize() calls.
682 ; This option is enabled by default.
818 ; is supported by Apache. When this option is set to 1, PHP will send
1258 ; Tuning: This option enables statement caching, and specifies how
1451 ; Use this option with caution.
1927 ; option.
[all …]
H A DUPGRADING.INTERNALS276 - new --enable-rtld-now build option allow to switch dlopen behavior
307 --enable-option-checking=fatal option can be used in the configure step
H A DREADME.md52 The `-j` option shall set the maximum number of jobs `make` can use for the
H A DUPGRADING42 with the STREAM_OPTION_READ_BUFFER option. Custom stream wrapper
109 can be explicitly enabled using --with-pear. This option is deprecated and
144 when used with an option that expects an array.
357 . A new 'max_depth' option for unserialize(), as well as an
494 . proc_open() on Windows can be passed a "create_process_group" option. It
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h233 static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam);
/PHP-7.4/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)
/PHP-7.4/ext/mbstring/
H A Dmbstring.c71 onig_search(reg, str, end, start, range, region, option)
73 onig_match(re, str, end, at, region, option)
393 ZEND_ARG_INFO(0, option)
470 ZEND_ARG_INFO(0, option)
477 ZEND_ARG_INFO(0, option)
484 ZEND_ARG_INFO(0, option)
496 ZEND_ARG_INFO(0, option)
501 ZEND_ARG_INFO(0, option)
506 ZEND_ARG_INFO(0, option)
511 ZEND_ARG_INFO(0, option)
[all …]
/PHP-7.4/ext/pspell/
H A Dpspell.c814 static void pspell_config_path(INTERNAL_FUNCTION_PARAMETERS, char *option) in pspell_config_path() argument
831 pspell_config_replace(config, option, value); in pspell_config_path()
/PHP-7.4/build/
H A Dax_func_which_gethostbyname_r.m441 # option) any later version.
/PHP-7.4/Zend/
H A DREADME.md134 file requires `--with-lines` option. By default ZE2 uses the following command
/PHP-7.4/ext/standard/
H A Dbasic_functions.c2494 ZEND_ARG_INFO(0, option)
5458 zval option; local
5466 array_init(&option);
5469 add_assoc_str(&option, "global_value", zend_string_copy(ini_entry->orig_value));
5471 add_assoc_str(&option, "global_value", zend_string_copy(ini_entry->value));
5473 add_assoc_null(&option, "global_value");
5477 add_assoc_str(&option, "local_value", zend_string_copy(ini_entry->value));
5479 add_assoc_null(&option, "local_value");
5482 add_assoc_long(&option, "access", ini_entry->modifiable);
5484 zend_symtable_update(Z_ARRVAL_P(return_value), ini_entry->name, &option);
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2381 static int php_openssl_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam)… in php_openssl_sockop_set_option() argument
2387 switch (option) { in php_openssl_sockop_set_option()
2515 php_stream_socket_ops.set_option(stream, option, value, ptrparam); in php_openssl_sockop_set_option()
2544 return php_stream_socket_ops.set_option(stream, option, value, ptrparam); in php_openssl_sockop_set_option()

Completed in 208 milliseconds

123456789