Home
last modified time | relevance | path

Searched refs:environment (Results 1 – 25 of 68) sorted by last modified time

123

/PHP-7.2/
H A DNEWS1795 . Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized
3105 . Implemented FR #69359 (Provide a way to fetch the current environment
H A Dconfigure.ac808 …d when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE…
1650 | sqlnet.ora file on the PHP host, or set the environment variable |
H A Dphp.ini-production12 ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
612 ; can still get access to the environment variables through getenv() should you
760 ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
1901 ; Prevent name collisions in chroot'ed environment.
H A Dphp7.spec.in36 # to override, use the OVERRIDE_OPTIONS environment variable. To add
37 # extra options, use the OPTIONS environment variable.
H A Drun-tests.php96 $environment = isset($_ENV) ? $_ENV : array(); variable
99 if (empty($environment)) {
101 $environment = getenv(); variable
103 if (empty($environment['TEMP'])) {
104 $environment['TEMP'] = sys_get_temp_dir();
106 if (empty($environment['TEMP'])) {
112 } else if (count($environment)==1) {
148 $environment['TEST_PHP_EXECUTABLE'] = $php;
682 $environment['SKIP_SLOW_TESTS'] = 1;
685 $environment['SKIP_ONLINE_TESTS'] = 1;
[all …]
H A Dphp.ini-development12 ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
610 ; can still get access to the environment variables through getenv() should you
758 ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
1899 ; Prevent name collisions in chroot'ed environment.
H A Dltmain.sh6365 $echo " - add LIBDIR to the \`$runpath_var' environment variable"
/PHP-7.2/win32/
H A Dinstall.txt258 * Any directory in your Windows PATH environment variable.
286 option is to set the PHPRC environment variable. This process is
384 * Modify the Windows PATH environment variable to include the PHP
787 CGI environment and recommended modifications in php.ini
795 (register globals to environment, $_ENV). You would only get the
798 Note: Why are there (invalid) CGI variables in the environment?
807 CGI-like environment variables.
1251 PHP_INI_PATH environment variable in THTTPD)
1399 environment?
1455 environment?
[all …]
/PHP-7.2/scripts/
H A Dphpize.in128 \$PHP_AUTOCONF environment variable. Then, rerun this script.
136 \$PHP_AUTOHEADER environment variable. Then, rerun this script.
/PHP-7.2/sapi/phpdbg/
H A Dxml.md471 - cleans environment (basically a shutdown + new startup)
H A DREADME.md4 Implemented as a SAPI module, phpdbg can exert complete control over the environment without impact…
/PHP-7.2/sapi/litespeed/
H A DREADME.md17 server's virtual host configuration. In shared hosting environment,
20 usually, FastCGI PHP is not an option in shared hosting environment
51 installation. lsphp can be used in clustered environment with one
53 running on multiple backend servers. In such environment, lsphp can be
92 "Instances" should be set to "1". Add "LSAPI_CHILDREN" environment
94 environment variable described below can be added.
108 There are a few environment variables that can be tweaked to control the
118 should be set to "1", while "LSAPI_CHILDREN" environment variable should
128 most server environment.
136 preferred in a shared hosting environment. When set to 1, the internal
[all …]
/PHP-7.2/sapi/fpm/
H A Dwww.conf.in57 ; Equivalent to the FCGI_WEB_SERVER_ADDRS environment variable in the original
108 ; Equivalent to the PHP_FCGI_CHILDREN environment variable in the original PHP
276 ; %e: an environment variable (same as $_ENV or $_SERVER)
374 ; Clear environment in FPM workers
375 ; Prevents arbitrary environment variables from reaching FPM worker processes
376 ; by clearing the environment in workers before env vars specified in this
378 ; Setting to "no" will make all environment variables available to PHP code
391 ; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from
392 ; the current environment.
/PHP-7.2/sapi/cgi/
H A DREADME.FastCGI115 the port that PHP is listening on. In addition, you can set the environment
126 performance of FastCGI PHP. The following are environment variables that can
/PHP-7.2/ext/xml/
H A Dxml.mak2 # which will set this as an environment variable
/PHP-7.2/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt23 /*If locale is NULL, the locale names will be set from the values of environment variables with the…
44 …in the system, Expected : the locale names will be set from the values of environment variables\n";
155 …ale in the system, Expected : the locale names will be set from the values of environment variables
H A Dsetlocale_variation5.phpt23 /* If locale is empty string "", the locale names will be set from the values of environment variab…
48 …in the system, Expected : the locale names will be set from the values of environment variables\n";
159 …ale in the system, Expected : the locale names will be set from the values of environment variables
/PHP-7.2/ext/standard/tests/streams/
H A Dbug60602.phpt2 Bug #60602 proc_open() modifies environment if it contains arrays
12 $environment = array('test' => array(1, 2, 3));
15 $p = proc_open($cmd, $descs, $pipes, '.', $environment);
44 var_dump(is_array($environment['test']));
/PHP-7.2/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt7 variables, be them environment, server or user-defined variables, within the scope that
/PHP-7.2/ext/standard/
H A Dproc_open.c71 static php_process_env_t _php_array_to_envp(zval *environment, int is_persistent) in _php_array_to_envp() argument
85 if (!environment) { in _php_array_to_envp()
89 cnt = zend_hash_num_elements(Z_ARRVAL_P(environment)); in _php_array_to_envp()
103 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(environment), key, element) { in _php_array_to_envp()
413 zval *environment = NULL; in PHP_FUNCTION() local
454 Z_PARAM_ARRAY_EX(environment, 1, 0) in PHP_FUNCTION()
487 if (environment) { in PHP_FUNCTION()
488 env = _php_array_to_envp(environment, is_persistent); in PHP_FUNCTION()
/PHP-7.2/ext/snmp/tests/
H A DREADME10 You need to give credentials with environment vars if default ones are not
22 Running run-tests.php directly will clear your environment and therefore
/PHP-7.2/ext/phar/phar/
H A Dpharcommand.inc1544 return "Get information about the PHAR environment and the tool version.";
/PHP-7.2/ext/pgsql/
H A Dpgsql.mak2 # which will set this as an environment variable
/PHP-7.2/ext/pdo_oci/tests/
H A Dpecl_bug_11345.phpt13 // when the National Language Support (NLS) environment can't be
/PHP-7.2/ext/pdo_odbc/
H A Dconfig.m4161 libraries as a driver in that environment; it will emulate the

Completed in 76 milliseconds

123