Home
last modified time | relevance | path

Searched refs:environment (Results 26 – 50 of 56) sorted by relevance

123

/PHP-7.3/ext/pdo_odbc/tests/
H A Dlong_columns.phpt13 // setup: set PDOTEST_DSN environment variable
36 // 7. set the environment variable PDOTEST_DSN="odbc:<system dsn from step 5>" ex: SET PDOTEST_DSN=…
37 // -note: on Windows, " is included in environment variable
/PHP-7.3/ext/pdo/
H A Dconfig.m413 # we're running in an environment that smells like pear,
/PHP-7.3/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)
389 ; Clear environment in FPM workers
390 ; Prevents arbitrary environment variables from reaching FPM worker processes
391 ; by clearing the environment in workers before env vars specified in this
393 ; Setting to "no" will make all environment variables available to PHP code
406 ; Pass environment variables like LD_LIBRARY_PATH. All $VARIABLEs are taken from
407 ; the current environment.
/PHP-7.3/ext/pdo/tests/
H A Dpdo_test.inc20 // the current environment
H A Dpdo_018.phpt76 // environment settings can influence how the table is created if specifics are missing
/PHP-7.3/ext/ldap/tests/
H A DREADME57 Before running the LDAP-Tests you need to set some environment-variables:
114 The following environment variables may be defined:
H A Dconnect.inc5 Change the LDAP_TEST_* environment values if you want to use another configuration.
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_get_connection_stats.phpt73 // assuming the test is run in a plain-vanilla CLI environment
H A Dconnect.inc5 Change the MYSQL_TEST environment values
/PHP-7.3/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.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_server_version.phpt32 // for which in turn one needs to parse the PDO test environment variables
/PHP-7.3/main/
H A Dphp_variables.c584 char *environment, *env; in _php_import_environment_variables()
592 environment = GetEnvironmentStringsA(); in _php_import_environment_variables()
593 for (env = environment; env != NULL && *env; env += strlen(env) + 1) { in _php_import_environment_variables()
596 FreeEnvironmentStringsA(environment); in _php_import_environment_variables()
/PHP-7.3/sapi/phpdbg/
H A DREADME.md4 Implemented as a SAPI module, phpdbg can exert complete control over the environment without impact…
H A Dxml.md471 - cleans environment (basically a shutdown + new startup)
/PHP-7.3/ext/opcache/
H A DREADME44 in a production environment.
62 For development environment we would recommend setting opcache.revalidate_freq
112 This directive should be enabled in shared hosting environment, when few
/PHP-7.3/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.3/ext/mbstring/oniguruma/
H A DINSTALL100 for details on some of the pertinent environment variables.
103 by setting variables in the command line or in the environment. Here is
292 'CONFIG_SITE' environment variable to the location of the site script.
299 environment passed to 'configure'. However, some packages may run
/PHP-7.3/ext/pdo_odbc/
H A Dconfig.m4160 libraries as a driver in that environment; it will emulate the
/PHP-7.3/ext/odbc/
H A Dconfig.m4209 You need to source your DB2 environment before running PHP configure:
/PHP-7.3/ext/oci8/
H A Dconfig.m4260 dnl --with-oci8=shared but the ORACLE_HOME environment variable is not
/PHP-7.3/Zend/tests/
H A D019.phpt313 * only the local variable is destroyed. The variable in the calling environment
336 * local variable is destroyed. The variable in the calling environment
/PHP-7.3/
H A Dphp.ini-development12 ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
630 ; can still get access to the environment variables through getenv() should you
778 ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
1905 ; Prevent name collisions in chroot'ed environment.
H A Dphp.ini-production12 ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
632 ; can still get access to the environment variables through getenv() should you
780 ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
1907 ; Prevent name collisions in chroot'ed environment.
H A Dconfigure.ac863 …d when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE…
1685 | sqlnet.ora file on the PHP host, or set the environment variable |
H A DREADME.RELEASE_PROCESS191 can be influenced by defining the environment variable TAR_OPTIONS='--format=gnu'.

Completed in 48 milliseconds

123