]> granicus.if.org Git - php/commitdiff
- Revert, got tricked by a stale object file
authorDerick Rethans <derick@php.net>
Mon, 14 Oct 2002 11:59:58 +0000 (11:59 +0000)
committerDerick Rethans <derick@php.net>
Mon, 14 Oct 2002 11:59:58 +0000 (11:59 +0000)
sapi/cli/php_cli.c

index 19bd640d15e986e3c2ea2a7f25cec27a216790ce..ddfa66163b122edd5279d01862cdf44790a5e8ef 100644 (file)
@@ -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);