[PHP-DEV] turn off gcov for php 4.4?

2008-10-11 Thread Gregory Beaver
Hi all, Isn't it time to retire PHP 4.4 in gcov.php.net? It's just wasted resources for that version Greg -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] question on how to solve major stream filter design flaw

2008-10-11 Thread Greg Beaver
Ilia Alshanetsky wrote: > Greg, > > First of great job on the analysis of the problem. As far as I can > tell (correct me if I am wrong) the problem lies in extraordinary > complex use of stream filters, with >2 stacking > such as phar://zip://bz2:// (for example). Since I'd wager that this > is no

Re: [PHP-DEV] question on how to solve major stream filter design flaw

2008-10-11 Thread Ilia Alshanetsky
Greg, First of great job on the analysis of the problem. As far as I can tell (correct me if I am wrong) the problem lies in extraordinary complex use of stream filters, with >2 stacking such as phar://zip://bz2:// (for example). Since I'd wager that this is not a common use care, I would p

Re: [PHP-DEV] question on how to solve major stream filter design flaw

2008-10-11 Thread Gregory Beaver
Marcus Boerger wrote: > The filters need an input state and an output state. And they need to > respect the the fact that number of requested bytes does not necessarily > mean reading the same amount of data on the other end. In fact the output > side does generally not know whether less, the same

Re: [PHP-DEV] question on how to solve major stream filter design flaw

2008-10-11 Thread Marcus Boerger
Hello Gregory, Saturday, October 11, 2008, 7:45:09 PM, you wrote: > Hi, > I'm grappling with a design flaw I just uncovered in stream filters, and > need some advice on how best to fix it. The problem exists since the > introduction of stream filters, and has 3 parts. 2 of them can probably >

Re: [PHP-DEV] segfault after an "invalid read of size 8"

2008-10-11 Thread Olivier Bonvalet
Hello, it's a Debian Lenny (testing) 64bits : Linux debian 2.6.26-1-amd64 #1 SMP Wed Sep 10 15:31:12 UTC 2008 x86_64 GNU/Linux (and I have the problem with the Debian version of PHP too) Cristian Rodríguez a écrit : Olivier Bonvalet escribió: Should I try to reduce the size of the PH

[PHP-DEV] question on how to solve major stream filter design flaw

2008-10-11 Thread Gregory Beaver
Hi, I'm grappling with a design flaw I just uncovered in stream filters, and need some advice on how best to fix it. The problem exists since the introduction of stream filters, and has 3 parts. 2 of them can probably be fixed safely in PHP 5.2+, but I think the third may require an internal red

Re: [PHP-DEV] segfault after an "invalid read of size 8"

2008-10-11 Thread Cristian Rodríguez
Olivier Bonvalet escribió: > Should I try to reduce the size of the PHP script (actually it use a > framework) to can reproduce the problem ; or is this output of valgrind > is enough ? what does produces in your system and what OS are you using ? -- "A computer is like an Old Testament g