Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43029 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 39680 invoked from network); 12 Feb 2009 21:09:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Feb 2009 21:09:32 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:60746] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/C5-28940-A0094994 for ; Thu, 12 Feb 2009 16:09:31 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id B2690414405B; Thu, 12 Feb 2009 21:10:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5zE3oRYCClDg; Thu, 12 Feb 2009 22:09:58 +0100 (CET) Received: from [192.168.0.151] (77-58-151-147.dclient.hispeed.ch [77.58.151.147]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id A472D4144009; Thu, 12 Feb 2009 22:09:47 +0100 (CET) Cc: PHP Internals List Message-ID: <86639392-5F1A-4712-B53A-65742260097B@pooteeweet.org> To: Arnaud Le Blanc In-Reply-To: <1234472398.4316.34.camel@localhost> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Thu, 12 Feb 2009 22:08:59 +0100 References: <53C9D049-8C10-48F2-8312-C8A81D2B5990@pooteeweet.org> <1234472398.4316.34.camel@localhost> X-Mailer: Apple Mail (2.930.3) Subject: Re: [PHP-DEV] 5.3 todos From: mls@pooteeweet.org (Lukas Kahwe Smith) 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 mls@pooteeweet.org