From:             [EMAIL PROTECTED]
Operating system: win2k (prob. all win\'s)
PHP version:      4.0.6
PHP Bug Type:     Feature/Change Request
Bug description:  $argv passing

When installing php on win32 it creates a registry record at "My
Computer\HKEY_CLASSES_ROOT\Applications\" named php.exe

the problem is that the value of "My
Computer\HKEY_CLASSES_ROOT\Applications\php.exe\shell\open\command\" is
default 'C:\php\php.exe "%1"' it means it only passes to php.exe the first
argument = the name of the file and it do NOT pass any other arguments.

The solution is (maybe can be in a newer version of win32 php) to set the
value to 'C:\php\php.exe -q "%1" %2 %3 %4 %5 %6 %7 %8 %9'

(maybe without the -q argument)

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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to