Re: popen behaviour 4.3.2 & 4.3.3 bug ? (cli/php-gtk)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Wild guess:

 'c:\phpdev\php\php-4.3.2\php.exe -q -f ' looks risky

better
 'c:\\phpdev\\php\\...
or  'c:/phpdev/php/...

_________________________
----- Original Message -----
From: "Simon Wheeler" <lists@firepages.org>
To: <php-windows@lists.php.net>
Sent: Friday, November 07, 2003 12:59 PM
Subject:  popen behaviour 4.3.2 & 4.3.3 bug ? (cli/php-gtk)


> Hi ... this line (used in a php-gtk app via the CLI )
>
> $pp = popen( 'c:\phpdev\php\php-4.3.3\php.exe -q -f '.$app . $str ,'r' ) ;
>
> dies 'orribly with no errors reported
>
> but with 4.3.2 ..
>
> $pp = popen( 'c:\phpdev\php\php-4.3.2\php.exe -q -f '.$app . $str ,'r' ) ;
>
> its just dandy and does exactly what is expected eg start an instance of
the
> script is a new (gtk) window
> there is a lot more code but for sure it dies just there.
> I would have posted this on the gtk lists but I think its php itself at
> issue ? any ideas anyone ??
>
> Regards,
> Simon.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

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


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux