[PHP-DEV] Re: Re: One more critical problem in 5.4

2012-01-31 Thread yoram bar haim
Sorry, problem is not solved yet. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: One more critical problem in 5.4

2012-01-31 Thread Michael Wallner
On Tue, 31 Jan 2012 10:04:34 +0200, yoram bar haim wrote: > Sorry, problem is not solved yet. I committed a possible fix to trunk. It's pretty much along the patch from you, I just hat to fix crashes in the cli server and need to do some more testing before merging into PHP_5_4. Thank you for y

[PHP-DEV] Re: One more critical problem in 5.4

2012-01-31 Thread yoram bar haim
The patch to trunk does solve the FastCGI headers problem. tested with PHP fastcgi on top of lighttpd. > On Tue, 31 Jan 2012 10:04:34 +0200, yoram bar haim wrote: > >> Sorry, problem is not solved yet. > > I committed a possible fix to trunk. It's pretty much along > the patch from you, I just h

[PHP-DEV] Re: One more critical problem in 5.4

2012-01-31 Thread Michael Wallner
Thank you. Now I just need to figure why the cli servers styles are printed to stdio... On Tue, 31 Jan 2012 11:16:40 +0200, yoram bar haim wrote: > The patch to trunk does solve the FastCGI headers problem. tested with > PHP fastcgi on top of lighttpd. -- PHP Internals - PHP Runtime Develop