On 12.02.2009, at 21:59, Arnaud Le Blanc wrote:

On Wed, 2009-02-11 at 18:07 +0100, Lukas Kahwe Smith wrote:
- pcntl_signal needs declare(ticks) which is deprecated since 5.3

I marked this as a documentation issue. This has been discussed when it
was decided to deprecate ticks. Although it would be great to keep
ticks, at least for use with signals, nobody said to be able to make
ticks safer (or crash-free).

You assigned the ticket to yourself. Can you collaborate with the doc team to get this fixed in the docs?

http://bugs.php.net/bug.php?id=46171 - stream_bucket_new()

The entry reports that it is not possible to create a new bucket in a
user space stream filter while the stream is closing. The reason is that
the filter method is called inside of php_stream_free() and at this
point the stream resource is not valid (and stream_bucket_new() takes
the stream resource as argument). I can't see a way to fix this.


If you feel comfortable making the call, I guess it should be wontfix and maybe a note in the docs?

Thx for getting back to us with this analysis!

regards,
Lukas Kahwe Smith
m...@pooteeweet.org




--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to