Home
last modified time | relevance | path

Searched refs:ini (Results 1 – 25 of 159) sorted by last modified time

1234567

/php-src/
H A D.gitignore248 tmp-php.ini
H A DEXTENSIONS77 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
H A Dconfigure.ac926 [Set the path in which to look for php.ini [PREFIX/lib]])],
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.cirrus.yml21 - echo opcache.enable_cli=1 > /etc/php.d/opcache.ini
22 - echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
24 - echo opcache.preload_user=root >> /etc/php.d/opcache.ini
/php-src/.github/workflows/
H A Dnightly.yml390 echo memory_limit=-1 >> /etc/php.d/opcache.ini
391 echo zend_extension=opcache.so > /etc/php.d/opcache.ini
392 echo opcache.enable_cli=1 >> /etc/php.d/opcache.ini
393 echo opcache.enable=1 >> /etc/php.d/opcache.ini
394 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
402 echo opcache.jit=tracing >> /etc/php.d/opcache.ini
403 echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
407 echo opcache.jit_hot_loop=1 >> /etc/php.d/opcache.ini
408 echo opcache.jit_hot_func=1 >> /etc/php.d/opcache.ini
409 echo opcache.jit_hot_return=1 >> /etc/php.d/opcache.ini
[all …]
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/
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()
/php-src/.circleci/
H A Dconfig.yml163 echo opcache.enable_cli=1 > /etc/php.d/opcache.ini
164 echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
/php-src/sapi/cli/tests/
H A D017.phpt18 $ini = getenv('TEST_PHP_EXTRA_ARGS');
22 $proc = proc_open("$php $ini -a", $descriptorspec, $pipes);
/php-src/scripts/
H A Dphp-config.in81 --ini-path)
83 --ini-dir)
104 --ini-path [$ini_path]
105 --ini-dir [$ini_dir]
/php-src/ext/opcache/tests/
H A Dissue0149.phpt25 $ini = '-d opcache.enable=1 -d opcache.enable_cli=1';
27 $ini .= ' -d extension=phar.'.PHP_SHLIB_SUFFIX;
29 php_cli_server_start($ini);
H A Dissue0115.phpt37 $ini = '-d opcache.enable=1 -d opcache.enable_cli=1';
39 $ini .= ' -d extension=phar.'.PHP_SHLIB_SUFFIX;
41 php_cli_server_start($ini);
/php-src/ext/standard/
H A Dvar_unserializer.re470 "or the unserialize_max_depth ini setting",
578 "or the unserialize_max_depth ini setting",
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/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/ext/openssl/tests/
H A DServerClientTestCase.inc95 $ini = php_ini_loaded_file();
98 PHP_BINARY, $ini ? "-n -c $ini" : "",
/php-src/Zend/tests/
H A Dnew_oom.phpt15 $output = shell_exec("$php --no-php-ini $file $class 2>&1");
/php-src/ext/phar/phar/
H A Dpharcommand.inc567 self::error("Creating phar files is disabled by ini setting 'phar.readonly'.\n");
/php-src/ext/mysqli/tests/
H A Dmysqli_get_connection_stats_off.phpt2 mysqli_get_connection_stats() - disable via php.ini
/php-src/build/
H A DMakefile.global95 $(EGREP) -h -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_FILE" > $(top_builddir)/tmp-php.ini; \
97 echo > $(top_builddir)/tmp-php.ini; \
102 … -v $(PHP_DEPRECATED_DIRECTIVES_REGEX) "$$INI_SCANNED_PATH"/*.ini >> $(top_builddir)/tmp-php.ini; \
107 …E) -n -c $(top_builddir)/tmp-php.ini $(PHP_TEST_SETTINGS) $(top_srcdir)/run-tests.php -n -c $(top_…
109 rm $(top_builddir)/tmp-php.ini; \
/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/standard/tests/http/request_parse_body/
H A Dmultipart_options_max_input_vars.phpt33 …eBodyException: Input variables exceeded 1. To increase the limit change max_input_vars in php.ini.
H A Dmultipart_options_max_parts.phpt34 …part body parts limit exceeded 1. To increase the limit change max_multipart_body_parts in php.ini.

Completed in 71 milliseconds

1234567