ID:               20299
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Bogus
+Status:           Open
 Bug Type:         Variables related
 Operating System: WinNT SP6
 PHP Version:      4.2.3
 New Comment:

this is the script 'test.php'
-----
<?php
  print_r($argv);
?>
-----

when called via
c:\>php -f test.php test bla testagain

it should print:
------
Array
(
    [0] => test.php
    [1] => test
    [2] => bla
    [3] => testagain
)
-----

but nothing happens.

i used php 4.2.3 win32 binaries (zip) on a WinNT SP6 PC.
all other things seem to work.


Previous Comments:
------------------------------------------------------------------------

[2002-11-07 08:36:41] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


------------------------------------------------------------------------

[2002-11-07 08:28:58] [EMAIL PROTECTED]

Using php on the command line, the variables $argv and $argc are not
set even when arguments are present. I used the newest win32 zip
package from php.net. But it worked on a linux system ...

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20299&edit=1

Reply via email to