Home
last modified time | relevance | path

Searched refs:ini (Results 126 – 150 of 159) sorted by relevance

1234567

/php-src/ext/phar/tests/
H A Dopen_for_write_newfile_b.phpt28 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_c.phpt28 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dbadparameters.phpt262 Write operations disabled by the php.ini setting phar.readonly
266 Write operations disabled by the php.ini setting phar.readonly
268 Write operations disabled by the php.ini setting phar.readonly
H A Dphar_metadata_write3.phpt80 …nged using the max_depth unserialize() option or the unserialize_max_depth ini setting in %sphar_m…
/php-src/.github/workflows/
H A Dpush.yml278 echo mysqli.default_socket=/var/run/mysqld/mysqld.sock > /etc/php.d/mysqli.ini
279 echo zend_extension=opcache.so >> /etc/php.d/opcache.ini
280 echo opcache.enable=1 >> /etc/php.d/opcache.ini
281 echo opcache.enable_cli=1 >> /etc/php.d/opcache.ini
/php-src/ext/phar/tests/zip/
H A Dopen_for_write_newfile_c.phpt39 …): 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-src/ext/phar/tests/tar/
H A Dopen_for_write_newfile_b.phpt40 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
H A Dopen_for_write_newfile_c.phpt39 …): Failed to open stream: phar error: write operations disabled by the php.ini setting phar.readon…
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt277 ["ini.with-hyphen"]=>
279 ["ini-with.hyphen"]=>
/php-src/ext/standard/
H A Dconfig.w3217 ARG_WITH("config-file-scan-dir", "Dir to check for additional php ini files", "");
H A Dbasic_functions.c2016 #define _CHECK_PATH(var, var_len, ini) php_ini_check_path(var, var_len, ini, sizeof(ini)) argument
/php-src/.github/scripts/windows/
H A Dbuild_task.bat49 --disable-test-ini
/php-src/sapi/fpm/fpm/
H A Dfpm_main.c976 char *ini; in init_request_info() local
1358 ini = FCGI_GETENV(request, "PHP_VALUE"); in init_request_info()
1359 if (ini) { in init_request_info()
1362 spprintf(&tmp, 0, "%s\n", ini); in init_request_info()
1367 ini = FCGI_GETENV(request, "PHP_ADMIN_VALUE"); in init_request_info()
1368 if (ini) { in init_request_info()
1371 spprintf(&tmp, 0, "%s\n", ini); in init_request_info()
/php-src/win32/build/
H A Dconfig.w32389 ARG_ENABLE("test-ini", "Enable automatic php.ini generation. The test.ini will be put \
392 ARG_WITH("test-ini-ext-exclude", "Comma separated list of shared extensions to \
393 be excluded from the test.ini", "no");
/php-src/ext/xsl/tests/
H A Dbug54446_with_ini.phpt2 Bug #54446 (Arbitrary file creation via libxslt 'output' extension with php.ini setting)
/php-src/sapi/fpm/
H A Dwww.conf.in388 ; be killed. This option should be used when the 'max_execution_time' ini option
394 ; The timeout set by 'request_terminate_timeout' ini option is not engaged after
467 ; Additional php.ini defines, specific to this pool of workers. These settings
468 ; overwrite the values previously defined in the php.ini. The directives are the
470 ; php_value/php_flag - you can set classic ini defines which can
478 ; overwrite previously defined php.ini values, but will append the new value
484 ; Default Value: nothing is defined by default except the values in php.ini and
/php-src/sapi/fpm/tests/
H A Dtester.inc51 'ini',
52 'skip.ini',
59 static private array $filesToClean = ['.user.ini'];
428 * @param string $ini
430 public function setUserIni(string $ini)
432 $iniFile = __DIR__ . '/.user.ini';
433 $this->trace('Setting .user.ini file', $ini, isFile: true);
434 file_put_contents($iniFile, $ini);
506 * @param array $iniEntries List of ini entries to use.
1168 private function createConfig($extension = 'ini')
/php-src/
H A Dphp.ini-development4 ; About php.ini ;
6 ; PHP's initialization file, generally called php.ini, is responsible for
34 ; https://php.net/ini.sections
86 ; This is the php.ini-development INI file.
178 ; php.ini Options ;
180 ; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
181 ;user_ini.filename = ".user.ini"
310 ; during unserialization. The unserialize_max_depth ini setting can be
460 ; Note: The php.ini-development file has this setting as E_ALL. This
1272 ;browscap = extra/browscap.ini
[all …]
H A Dphp.ini-production4 ; About php.ini ;
6 ; PHP's initialization file, generally called php.ini, is responsible for
34 ; https://php.net/ini.sections
86 ; This is the php.ini-production INI file.
178 ; php.ini Options ;
180 ; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini"
181 ;user_ini.filename = ".user.ini"
310 ; during unserialization. The unserialize_max_depth ini setting can be
462 ; Note: The php.ini-development file has this setting as E_ALL. This
1274 ;browscap = extra/browscap.ini
[all …]
H A D.gitignore248 tmp-php.ini
H A DEXTENSIONS77 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
/php-src/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt128 /* try to respect php.ini but make run time a soft limit */
/php-src/sapi/embed/
H A DREADME.md160 … We'll update one of the INI files (which can be found by running `$ php --ini`), and set `error_p…
/php-src/ext/phar/
H A Dphar.c50 bool old, ini; in ZEND_INI_MH() local
58 ini = zend_ini_parse_bool(new_value); in ZEND_INI_MH()
63 PHAR_G(readonly_orig) = ini; in ZEND_INI_MH()
65 PHAR_G(require_hash_orig) = ini; in ZEND_INI_MH()
67 } else if (old && !ini) { in ZEND_INI_MH()
72 PHAR_G(readonly) = ini; in ZEND_INI_MH()
74 zend_hash_apply_with_argument(&(PHAR_G(phar_fname_map)), phar_set_writeable_bit, (void *)&ini); in ZEND_INI_MH()
77 PHAR_G(require_hash) = ini; in ZEND_INI_MH()

Completed in 67 milliseconds

1234567