Home
last modified time | relevance | path

Searched refs:ini (Results 101 – 125 of 148) sorted by relevance

123456

/PHP-7.4/ext/standard/tests/file/
H A Dparse_ini_file_variation2.phpt14 $output_file = __FILE__.".ini";
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_debug_ini.phpt2 mysqli_debug() - enabling trace with ini setting
H A Dmysqli_get_connection_stats_off.phpt2 mysqli_get_connection_stats() - disable via php.ini
/PHP-7.4/ext/phar/tests/tar/
H A Dopen_for_write_existing_b.phpt44 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_c.phpt44 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_b.phpt45 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_c.phpt44 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/PHP-7.4/ext/phar/tests/zip/
H A Dopen_for_write_existing_b.phpt41 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_existing_c.phpt41 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_b.phpt44 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_c.phpt44 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/PHP-7.4/ext/mbstring/tests/
H A Dinternal_encoding.phpt2 Check that "internal_encoding" ini is picked up by mbstring
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c1244 const char ** ini; in cli_main() local
1262 for( ini = ini_defaults; *ini; ini+=2 ) { in cli_main()
1263 psKey = zend_string_init(*ini, strlen( *ini ), 1); in cli_main()
1265 (char *)*(ini+1), strlen( *(ini+1) ), in cli_main()
/PHP-7.4/ext/standard/tests/misc/
H A Dget_browser_error.phpt4 browscap={PWD}/browscap.ini
/PHP-7.4/ext/phar/tests/
H A Dbadparameters.phpt196 Write operations disabled by the php.ini setting phar.readonly
203 Write operations disabled by the php.ini setting phar.readonly
206 Write operations disabled by the php.ini setting phar.readonly
H A Dopen_for_write_newfile_b.phpt33 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_c.phpt33 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/PHP-7.4/win32/build/
H A Dconfig.w32351 ARG_ENABLE("test-ini", "Enable automatic php.ini generation. The test.ini will be put \
354 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
355 be excluded from the test.ini", "no");
/PHP-7.4/ext/standard/
H A Dconfig.w3217 ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files", "");
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c965 char *ini; in init_request_info() local
1327 ini = FCGI_GETENV(request, "PHP_VALUE"); in init_request_info()
1328 if (ini) { in init_request_info()
1331 spprintf(&tmp, 0, "%s\n", ini); in init_request_info()
1336 ini = FCGI_GETENV(request, "PHP_ADMIN_VALUE"); in init_request_info()
1337 if (ini) { in init_request_info()
1340 spprintf(&tmp, 0, "%s\n", ini); in init_request_info()
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_variation_alt1-win32.phpt90 …t "localhost" port 2525, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in…
H A Dmail_variation_alt2-win32.phpt90 …at "localplace" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in…
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc47 'ini',
48 'skip.ini',
55 static private $filesToClean = ['.user.ini'];
331 * @param string $ini
333 public function setUserIni(string $ini)
335 $iniFile = __DIR__ . '/.user.ini';
336 file_put_contents($iniFile, $ini);
892 private function createConfig($extension = 'ini')
/PHP-7.4/sapi/fpm/
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
416 ; Additional php.ini defines, specific to this pool of workers. These settings
417 ; overwrite the values previously defined in the php.ini. The directives are the
419 ; php_value/php_flag - you can set classic ini defines which can
427 ; overwrite previously defined php.ini values, but will append the new value
433 ; Default Value: nothing is defined by default except the values in php.ini and
/PHP-7.4/ext/oci8/tests/
H A Dini_1.phpt2 Test OCI8 php.ini settings

Completed in 54 milliseconds

123456