Re: [PHP-DEV] getting the path to the php executable

2002-03-20 Thread Marcus Börger
At 22:19 20.03.2002, Jim Winstead wrote: >On Mon, Mar 18, 2002 at 05:56:02AM +0100, Marcus B?rger wrote: > > At 05:11 18.03.2002, you wrote: > > >is there a way to get the path of the current php executable for the cli > > >and cgi sapi implementations? this would be nice so that run-tests.php > >

Re: [PHP-DEV] getting the path to the php executable

2002-03-20 Thread Jim Winstead
On Mon, Mar 18, 2002 at 05:56:02AM +0100, Marcus B?rger wrote: > At 05:11 18.03.2002, you wrote: > >is there a way to get the path of the current php executable for the cli > >and cgi sapi implementations? this would be nice so that run-tests.php > >could run its subprocesses with the same executa

Re: [PHP-DEV] getting the path to the php executable

2002-03-17 Thread Marcus Börger
At 05:11 18.03.2002, you wrote: >is there a way to get the path of the current php executable for the cli >and cgi sapi implementations? this would be nice so that run-tests.php >could run its subprocesses with the same executable that it was run with >(so you could run the tests with a particular

[PHP-DEV] getting the path to the php executable

2002-03-17 Thread Jim Winstead
is there a way to get the path of the current php executable for the cli and cgi sapi implementations? this would be nice so that run-tests.php could run its subprocesses with the same executable that it was run with (so you could run the tests with a particular php executable without having to ma