Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25687 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55598 invoked by uid 1010); 14 Sep 2006 16:16:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 55583 invoked from network); 14 Sep 2006 16:16:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Sep 2006 16:16:21 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.184.227 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.184.227 wr-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.184.227] ([64.233.184.227:23498] helo=wr-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 24/AB-45066-55089054 for ; Thu, 14 Sep 2006 12:16:21 -0400 Received: by wr-out-0506.google.com with SMTP id 55so1003718wri for ; Thu, 14 Sep 2006 09:16:19 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Xqpi/VRbalGPjWoT8O8lgScL1MbZePb920odVgsmmPrk/QIysFcKfzej7EJk8jCc7YPJFh/drzzvnJVkN3Pku9Cl2d9PYConRDQLZohDaZSetCN6rfdpRsEI1u7j+OXs15Q6i5YbXSQa+aG7Z5TDdS2GHQF51d487DB9Nk7TT8E= Received: by 10.78.200.3 with SMTP id x3mr984388huf; Thu, 14 Sep 2006 09:16:18 -0700 (PDT) Received: by 10.78.137.6 with HTTP; Thu, 14 Sep 2006 09:16:18 -0700 (PDT) Message-ID: Date: Thu, 14 Sep 2006 18:16:18 +0200 To: "Lukas Kahwe Smith" Cc: "PHP Developers Mailing List" , derick@php.net, rasmus@php.net In-Reply-To: <45097C2A.9080309@php.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45097C2A.9080309@php.net> Subject: Re: [PHP-DEV] Open todo items From: pierre.php@gmail.com (Pierre) Hello, On 9/14/06, Lukas Kahwe Smith wrote: > Obviously bug fixing. Filter ext needs some love on the function names > and some of the parameters. I was asking discussions about the API since months. It is really late in the game, but better late than never. For what I heard to day, we will have another RC, it may help. My other worries are about the code stability, I worked on the critical parts (from my pov) and on what I needed in the logical filters. But I have some doubts about the sanitize functions and the default filtering, I would really like to have more feedbacks. Please test and report bugs! However, having finally released it under PECL before the RC3 helped a lot, I like to do the same for the next RC and again before 5.2.0 final). > That makes me wonder about the other newly > bundled extensions. Are the relevant authors fairly happy with the > amount of testing (I guess JSON is simple enough ..)? Zip is pretty much stable now. There is one bug going to be fixed today (and a new release will be done). It is likely to have a 2.0.0-stable in php 5.2.0 final. --Pierre