Home
last modified time | relevance | path

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

123456

/PHP-7.3/sapi/litespeed/
H A Dlsapi_main.c1255 const char ** ini; in cli_main() local
1273 for( ini = ini_defaults; *ini; ini+=2 ) { in cli_main()
1274 psKey = zend_string_init(*ini, strlen( *ini ), 1); in cli_main()
1276 (char *)*(ini+1), strlen( *(ini+1) ), in cli_main()
/PHP-7.3/ext/phar/tests/tar/
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_existing_b.phpt50 …): 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…
H A Dopen_for_write_newfile_b.phpt51 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/PHP-7.3/ext/phar/tests/zip/
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_existing_b.phpt47 …): 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…
H A Dopen_for_write_newfile_b.phpt50 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/PHP-7.3/ext/phar/tests/
H A Dopen_for_write_existing_b.phpt37 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
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_c.phpt33 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_b.phpt39 …): failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/PHP-7.3/ext/dba/
H A DREADME35 inifile This is available since PHP 4.3.3 to be able to modify php.ini
36 files from within PHP scripts. When working with ini files you
/PHP-7.3/sapi/fpm/tests/
H A Dtester.inc47 'ini',
48 'skip.ini',
55 static private $filesToClean = ['.user.ini'];
294 * @param string $ini
296 public function setUserIni(string $ini)
298 $iniFile = __DIR__ . '/.user.ini';
299 file_put_contents($iniFile, $ini);
717 private function createConfig($extension = 'ini')
/PHP-7.3/win32/build/
H A Dconfig.w32342 ARG_ENABLE("test-ini", "Enable automatic php.ini generation. The test.ini will be put \
345 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
346 be excluded from the test.ini", "no");
/PHP-7.3/sapi/phpdbg/
H A DChangelog.md25 4. .phpdbginit now searched in (additional) ini dirs
/PHP-7.3/
H A DREADME.TESTING30 sapi/cli/php [-c /path/to/php.ini] run-tests.php [ext/foo/tests/GLOB]
49 [Which php.ini is used]
51 "make test" uses the same php.ini file as it would once installed.
52 The tests have been written to be independent of that php.ini file,
214 When running tests over http, tests that require ini settings different that what
216 of ini settings by default, the web server may require special configuration to
/PHP-7.3/ext/standard/
H A Dconfig.w3217 ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files", "");
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_main.c971 char *ini; in init_request_info() local
1336 ini = FCGI_GETENV(request, "PHP_VALUE"); in init_request_info()
1337 if (ini) { in init_request_info()
1340 spprintf(&tmp, 0, "%s\n", ini); in init_request_info()
1345 ini = FCGI_GETENV(request, "PHP_ADMIN_VALUE"); in init_request_info()
1346 if (ini) { in init_request_info()
1349 spprintf(&tmp, 0, "%s\n", ini); in init_request_info()
/PHP-7.3/ext/standard/tests/mail/
H A Dmail_variation_alt1-win32.phpt91 …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.phpt91 …at "localplace" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in…
/PHP-7.3/sapi/fpm/
H A Dwww.conf.in336 ; be killed. This option should be used when the 'max_execution_time' ini option
342 ; The timeout set by 'request_terminate_timeout' ini option is not engaged after
415 ; Additional php.ini defines, specific to this pool of workers. These settings
416 ; overwrite the values previously defined in the php.ini. The directives are the
418 ; php_value/php_flag - you can set classic ini defines which can
426 ; overwrite previously defined php.ini values, but will append the new value
432 ; Default Value: nothing is defined by default except the values in php.ini and
/PHP-7.3/ext/oci8/tests/
H A Dini_1.phpt2 Test OCI8 php.ini settings
/PHP-7.3/ext/xsl/tests/
H A Dbug54446_with_ini.phpt2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension with php.ini setting)

Completed in 53 milliseconds

123456