We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bcb07 commit 1bb702eCopy full SHA for 1bb702e
sapi/cli/php_cli.c
@@ -156,7 +156,7 @@ static void sapi_cli_register_variables(zval *track_vars_array TSRMLS_DC)
156
/* In CGI mode, we consider the environment to be a part of the server
157
* variables
158
*/
159
- _php_import_environment_variables(track_vars_array TSRMLS_CC);
+ php_import_environment_variables(track_vars_array TSRMLS_CC);
160
161
/* Build the special-case PHP_SELF variable for the CLI version */
162
php_register_variable("PHP_SELF", php_self, track_vars_array TSRMLS_CC);
0 commit comments