# [EMAIL PROTECTED] / 2006-10-16 14:28:41 -0500:
> On Fri, October 13, 2006 7:44 pm, Roman Neuhauser wrote:
> > # [EMAIL PROTECTED] / 2006-10-13 13:53:56 -0500:
> >> So, I have this automated testing script I wrote, and I want to make
> >> it work on more than just my computer.
> >>
> >> In cygwin, and in Linux, EVN['_'] has the nice path to the binary
> >> CLI
> >> which is running -- which I call again in a backticks for each test
> >> script in turn, to provide a consistent starting point.
> >>
> >> In windows...  There ain't nothing in phpinfo() that matches the
> >> php.exe which I'm running...
> >>
> >> How do you handle this?
> >>
> >> Note that I'm not attempting to test specific versions of PHP --
> >> just
> >> the PHP scripts, so I really just want to run whatever PHP they are
> >> already running in their test environment, whatever that might be.
> >>
> >> It's not in $argv, it's not in ENV.
> >
> >     What does $argv look like in windows?
> 
> $argv looks the same in both cases.
> 
> array (0) {
> }

    Just a thought: var_dump(ini_get('register_argc_argv')) ?

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

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

Reply via email to