Skip to content

Commit 1bb702e

Browse files
author
Derick Rethans
committed
- Revert, got tricked by a stale object file
1 parent e6bcb07 commit 1bb702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cli/php_cli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ static void sapi_cli_register_variables(zval *track_vars_array TSRMLS_DC)
156156
/* In CGI mode, we consider the environment to be a part of the server
157157
* variables
158158
*/
159-
_php_import_environment_variables(track_vars_array TSRMLS_CC);
159+
php_import_environment_variables(track_vars_array TSRMLS_CC);
160160

161161
/* Build the special-case PHP_SELF variable for the CLI version */
162162
php_register_variable("PHP_SELF", php_self, track_vars_array TSRMLS_CC);

0 commit comments

Comments
 (0)