andrey          Sat Jan 17 14:45:26 2004 EDT

  Modified files:              
    /php-src    README.PHP4-TO-PHP5-THIN-CHANGES 
  Log:
  adding info about $argc and $argv in CLI mode
  
  
Index: php-src/README.PHP4-TO-PHP5-THIN-CHANGES
diff -u php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.9 
php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.10
--- php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.9        Sat Jan 17 14:14:46 2004
+++ php-src/README.PHP4-TO-PHP5-THIN-CHANGES    Sat Jan 17 14:45:25 2004
@@ -45,3 +45,7 @@
    is used, thus both // and /* */ are resolved as the T_COMMENT constant.
    However the PHPDoc style comments /** */ ,which starting PHP5 are parsed
    by PHP, are recongnized as T_DOC_COMMENT.
+
+7. $argv and $argc are populated always in CLI mode. On the other hand
+   $_SERVER['argc'] and $_SERVER['argv'] will be available if "S" is contained
+   in the "variables_order" php.ini setting.



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

Reply via email to