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

what is your register_argc_argv setting?



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

[2002-11-07 08:54:32] [EMAIL PROTECTED]

In PHP 4.2.0, the 'register_globals' setting default changed to
'off'. See http://www.php.net/release_4_2_0.php for more info.
We are sorry about the inconvenience, but this change was a necessary
part of our efforts to make PHP scripting more secure and portable.



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

[2002-11-07 08:48:44] [EMAIL PROTECTED]

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.

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

[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