Re: [PHP-DEV] ext/filter, custom decimal separator, supports leading 0, regexp

2006-04-11 Thread Pierre
On Mon, 10 Apr 2006 09:28:02 -0700 [EMAIL PROTECTED] (Andrei Zmievski) wrote: I'll have to review it. For the record, the pcre part of the patch has been commited by Derick. --Pierre -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] ext/filter, custom decimal separator, supports leading 0, regexp

2006-04-10 Thread Pierre
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

Re: [PHP-DEV] ext/filter, custom decimal separator, supports leading 0, regexp

2006-04-10 Thread Antony Dovgal
+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

Re: [PHP-DEV] ext/filter, custom decimal separator, supports leading 0, regexp

2006-04-10 Thread 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,