Re: [PHP-DEV] Re: Piping to the PHP binary

2003-02-26 Thread moshe doron
> So there is no upgrade path for the cgi - it's lost this functionality? > (please confirm, as that breaks backward compatability for alot of my > scripts) well, i'm not the right person asking him just tried helping. > version, I get the same problem... Im guessing that its caused by one of > t

Re: [PHP-DEV] Re: Piping to the PHP binary

2003-02-26 Thread Dan Hardiker
Hi, So there is no upgrade path for the cgi - it's lost this functionality? (please confirm, as that breaks backward compatability for alot of my scripts) Surely the CGI should be able to handle piping too? [btw: if I build a CLI version, I get the same problem... Im guessing that its caused by o

[PHP-DEV] Re: Piping to the PHP binary

2003-02-26 Thread moshe doron
use the cli not cgi: [EMAIL PROTECTED] moshe]$ php -v PHP 4.3.2-dev (cli) (built: Feb 24 2003 18:43:23) Copyright (c) 1997-2003 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies [EMAIL PROTECTED] moshe]$ echo "" | php [EMAIL PROTECTED] moshe]$ "Dan Hardiker" <[EMAIL PROT