Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 25 of 95) sorted by last modified time

1234

/PHP-7.4/
H A DNEWS887 . Fixed bug #79588 (Boolean opcache settings ignore on/off values). (cmb)
1493 . Fixed bug #78279 (libxml_disable_entity_loader settings is shared between
1526 . Fixed bug #76809 (SSL settings aren't respected when persistent connections
1788 . Fixed bug #76809 (SSL settings aren't respected when persistent connections
1924 . Fixed bug #78279 (libxml_disable_entity_loader settings is shared between
H A Dconfigure.ac240 dnl Platform-specific compile settings.
769 dnl General settings.
771 PHP_CONFIGURE_PART(General settings)
773 PHP_HELP_SEPARATOR([General settings:])
H A Drun-tests.php2914 function settings2array($settings, &$ini_settings) argument
2916 foreach ($settings as $setting) {
2940 $settings = '';
2947 $settings .= " -d \"$name=$val\"";
2961 $settings .= " -d \"$name=$value\"";
2965 return $settings;
H A Dphp.ini-development76 ; php.ini-production contains settings which hold security, performance and
77 ; best practices at its core. But please be aware, these settings may break
91 ; The following are all the settings which are different in either the production
93 ; Please see the actual settings later in the document for more details as to why
419 ; some common settings and their meanings.
425 ; development servers and development settings are for.
560 ; the dot. PHP's default behavior is to leave these settings empty, in which
1708 ; is used. For the decode settings you can distinguish between motorola and
H A Dphp.ini-production76 ; php.ini-production contains settings which hold security, performance and
77 ; best practices at its core. But please be aware, these settings may break
91 ; The following are all the settings which are different in either the production
93 ; Please see the actual settings later in the document for more details as to why
419 ; some common settings and their meanings.
425 ; development servers and development settings are for.
560 ; the dot. PHP's default behavior is to leave these settings empty, in which
1708 ; is used. For the decode settings you can distinguish between motorola and
/PHP-7.4/sapi/cli/
H A Dphp_http_parser.c33 if (settings->on_##FOR) { \
34 if (0 != settings->on_##FOR(parser)) return (p - data); \
47 if (settings->on_##FOR) { \
48 if (0 != settings->on_##FOR(parser, \
257 const php_http_parser_settings *settings, in php_http_parser_execute() argument
1328 if (settings->on_headers_complete) { in php_http_parser_execute()
1329 switch (settings->on_headers_complete(parser)) { in php_http_parser_execute()
1387 if (settings->on_body) settings->on_body(parser, p, to_read); in php_http_parser_execute()
1401 if (settings->on_body) settings->on_body(parser, p, to_read); in php_http_parser_execute()
1474 if (settings->on_body) settings->on_body(parser, p, to_read); in php_http_parser_execute()
H A Dphp_cli_server.c1823 static const php_http_parser_settings settings = { in php_cli_server_client_read_request() local
1860 nbytes_consumed = php_http_parser_execute(&client->parser, &settings, buf, nbytes_read); in php_cli_server_client_read_request()
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt106 printf("[008] Not all settings have been changed\n");
/PHP-7.4/ext/pdo_mysql/tests/
H A Dconfig.inc2 /* Overrule global settings, if need be */
22 /* MySQL specific settings */
H A Dpdo_mysql___construct_options.phpt101 /* TODO: no way to check ATTR_TIMEOUT settings */
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg.c1450 if (settings) { in main()
1451 exec = settings->exec; in main()
1457 if (settings == NULL) { in main()
1511 if (settings == NULL) { in main()
1587 settings = (void *) 0x1; in main()
1671 *ptr = *settings; in main()
1673 phpdbg_globals = *settings; in main()
1675 free(settings); in main()
1963 if (settings == (void *) 0x1) { in main()
2128 memcpy(settings->colors, PHPDBG_G(colors), sizeof(settings->colors)); in main()
[all …]
/PHP-7.4/sapi/fpm/tests/
H A Dsocket-uds-numeric-ugid-nonroot.phpt2 FPM: UNIX socket owner and group settings can be numeric
H A Dsocket-uds-numeric-ugid.phpt2 FPM: UNIX socket owner and group settings can be numeric
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in416 ; Additional php.ini defines, specific to this pool of workers. These settings
/PHP-7.4/tests/run-test/
H A Dtest005.phpt13 // We check the general ini settings which affect error handling
H A Dtest008.phpt13 // We check the general ini settings which affect error handling
H A Dtest008a.phpt13 // We check the general ini settings which affect error handling
/PHP-7.4/ext/standard/tests/assert/
H A Dassert_basic4.phpt11 // Check the initial settings for all assert_options
/PHP-7.4/ext/oci8/tests/
H A Dini_1.phpt2 Test OCI8 php.ini settings
/PHP-7.4/ext/date/tests/
H A Dgmstrftime_basic.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
H A Dgmstrftime_variation10.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
H A Dgmstrftime_variation11.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
H A Dgmstrftime_variation12.phpt12 * Description: Format a GMT/UCT time/date according to locale settings
H A Dgmstrftime_variation13.phpt6 * Description: Format a GMT/UCT time/date according to locale settings
H A Dgmstrftime_variation14.phpt12 * Description: Format a GMT/UCT time/date according to locale settings

Completed in 63 milliseconds

1234