summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2002-10-14 11:59:58 +0000
committerDerick Rethans <derick@php.net>2002-10-14 11:59:58 +0000
commit1bb702e40308048a5c46276d662a4def93369a22 (patch)
tree6459298868a1f5739a520a0087a6af54a9b162b6
parente6bcb07c7552fecc172ee9479e12c7455a5812c2 (diff)
downloadphp-git-1bb702e40308048a5c46276d662a4def93369a22.tar.gz
- Revert, got tricked by a stale object file
-rw-r--r--sapi/cli/php_cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c
index 19bd640d15..ddfa66163b 100644
--- a/sapi/cli/php_cli.c
+++ b/sapi/cli/php_cli.c
@@ -156,7 +156,7 @@ static void sapi_cli_register_variables(zval *track_vars_array TSRMLS_DC)
/* In CGI mode, we consider the environment to be a part of the server
* variables
*/
- _php_import_environment_variables(track_vars_array TSRMLS_CC);
+ php_import_environment_variables(track_vars_array TSRMLS_CC);
/* Build the special-case PHP_SELF variable for the CLI version */
php_register_variable("PHP_SELF", php_self, track_vars_array TSRMLS_CC);