Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22707 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35390 invoked by uid 1010); 10 Apr 2006 16:28:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 35374 invoked from network); 10 Apr 2006 16:27:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Apr 2006 16:27:59 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.5 (sometimes 2.4) (4) Received: from ([204.11.219.139:38824] helo=lerdorf.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id BD/D0-09839-E878A344 for ; Mon, 10 Apr 2006 12:27:59 -0400 Received: from [10.9.145.175] (66-240-25-42.isp.comcastbusiness.net [66.240.25.42]) (authenticated bits=0) by lerdorf.com (8.13.6/8.13.6/Debian-1) with ESMTP id k3AGRnkw012763; Mon, 10 Apr 2006 09:27:50 -0700 In-Reply-To: <443A5E48.3010308@zend.com> References: <20060410151128.1fdaa0ab@localhost.localdomain> <443A5E48.3010308@zend.com> Mime-Version: 1.0 (Apple Message framework v746.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: Cc: pierre.php@gmail.com, internals@lists.php.net Content-Transfer-Encoding: 7bit Date: Mon, 10 Apr 2006 09:28:02 -0700 To: Antony Dovgal X-Mailer: Apple Mail (2.746.2) Subject: Re: [PHP-DEV] ext/filter, custom decimal separator, supports leading 0, regexp From: andrei@gravitonic.com (Andrei Zmievski) I'll have to review it. -Andrei On Apr 10, 2006, at 6:31 AM, Antony Dovgal wrote: > +1 > > If we're going to make it the default way of handling user data, > then it makes sense to implement it as flexible as possible, and > regex stuff should be compatible with ext/pcre. > > On 10.04.2006 17:11, Pierre wrote: >> Hello, >> Due to the success on my precedent post, I try again to get some >> comments on my precedent patch and some new things I need in ext/ >> filer. >> This patch adds or changes the following things: >> - regexp uses functions (ext/pcre) >> - 100% compatible with preg_* functions >> - Use of expression caches and other (faster) >> - Regexp tests now work >> - rewrite the filter_float >> - support custom decimal separator. Let the developer decides >> which separator to use, the default is not changed >> - slightly faster than the old implementation (and with the new >> features) >> The patch: >> http://pear.php.net/~pierre/filter_float_add_custom_seps_and_pcre.txt >> Some examples: >> http://pecl.php.net/~pierre/filter_float.phps >> Any ideas or comments are welcome, >> --Pierre > > > -- > Wbr, Antony Dovgal > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php