derick          Mon Oct 14 02:58:57 2002 EDT

  Modified files:              
    /php4/sapi/cli      php_cli.c 
  Log:
  - Fix CLI
  
  
Index: php4/sapi/cli/php_cli.c
diff -u php4/sapi/cli/php_cli.c:1.35 php4/sapi/cli/php_cli.c:1.36
--- php4/sapi/cli/php_cli.c:1.35        Thu Oct  3 06:35:33 2002
+++ php4/sapi/cli/php_cli.c     Mon Oct 14 02:58:57 2002
@@ -156,7 +156,7 @@
        /* 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);



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to