Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25467 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28355 invoked by uid 1010); 1 Sep 2006 11:22:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 28340 invoked from network); 1 Sep 2006 11:22:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2006 11:22:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=good Received-SPF: pass (pb1.pair.com: domain gmail.com designates 66.249.92.173 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: 66.249.92.173 ug-out-1314.google.com Linux 2.4/2.6 Received: from [66.249.92.173] ([66.249.92.173:50057] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.8 r(12602M)) with ESMTP id F9/5A-36602-BD718F44 for ; Fri, 01 Sep 2006 07:22:04 -0400 Received: by ug-out-1314.google.com with SMTP id k3so958648ugf for ; Fri, 01 Sep 2006 04:22:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=YLnoq65OFVQWNBl/fMejDy/gMaFbkiTeH5ajAKiYUMMjKPWCa23ic3pT0RL1wpmvMsgcYt/4OcoagcBI3fSO/pB3GAMplxYnxkrOKQjrlgYSAPA+nhDa6hZP1lO2mjeubdOgal8Ux00uegRfL/ETVnTFWjnK6UJ668YNtj8p/yM= Received: by 10.66.216.6 with SMTP id o6mr1120000ugg; Fri, 01 Sep 2006 04:22:00 -0700 (PDT) Received: by 10.66.222.12 with HTTP; Fri, 1 Sep 2006 04:22:00 -0700 (PDT) Message-ID: Date: Fri, 1 Sep 2006 13:22:00 +0200 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Please test ext/filter From: pierre.php@gmail.com (Pierre) Hello, As you may have noticed, the filter extension has been greatly improved and a new release has been done yesterday. The additions and changes discussed (1) in the past weeks have been integrated. I hope the API is getting more useable and stable. The extension is enabled by default and its code will be used in each single query (it registers sapi filter). It's the first reason why it is very important to test it now and report all issues before 5.2.0. One problem affecting the magic quotes has been already solved by Ilia. Please post your feedback here, in the pecl-dev list or in the bugs trackers. If you cannot test it within 5.2.0RC3 but has a 5.1.x test platform, please install it using the PECL command: $ pecl install filter-0.10.0 or with the classic phpize. You can report bugs in either the php bugs (filter top category) tracker or in pecl: http://pecl.php.net/package/filter Thanks. --Pierre (1) http://news.php.net/php.internals/22705 http://news.php.net/php.internals/23064 http://news.php.net/php.internals/22690 http://news.php.net/php.internals/23627 http://pecl.php.net/bugs/bug.php?id=7914 http://pecl.php.net/bugs/bug.php?id=6527