ID: 35352 Updated by: [EMAIL PROTECTED] Reported By: purewell at gmail dot com -Status: Open +Status: Feedback Bug Type: Unknown/Other Function Operating System: Fedora Core 4 PHP Version: 5.0.5 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5-latest.tar.gz For Windows: http://snaps.php.net/win32/php5-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2005-11-23 18:03:16] purewell at gmail dot com Description: ------------ php-cli needs not '>' however for dumpping arraies uses it. Reproduce code: --------------- #/usr/bin/php <? phpinfo(); ?> Expected result: ---------------- ... _SERVER["argv"] => Array ( [0] => /home/purewell/bin/myphp [1] => --help ) ... Actual result: -------------- ... _SERVER["argv"] => Array ( [0] => /home/purewell/bin/myphp [1] => --help ) ... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35352&edit=1
