Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/pcre TODO

2006-04-09 Thread Nuno Lopes
OK, I've made a patch for you: http://mega.ist.utl.pt/~ncpl/php_pcre_match_limit.txt adds: pcre.match_limit and pcre.match_limit_recursion. BTW, I think we should print a warning when pcre_exec() fails. Currently we just fail silently. Nuno - Original Message - I was just thinking

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/pcre TODO

2006-04-09 Thread Derick Rethans
On Sun, 9 Apr 2006, Nuno Lopes wrote: > OK, I've made a patch for you: > http://mega.ist.utl.pt/~ncpl/php_pcre_match_limit.txt > adds: pcre.match_limit and pcre.match_limit_recursion. > > BTW, I think we should print a warning when pcre_exec() fails. Currently we > just fail silently. We should

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/pcre TODO

2006-04-09 Thread Nuno Lopes
On Sun, 9 Apr 2006, Nuno Lopes wrote: OK, I've made a patch for you: http://mega.ist.utl.pt/~ncpl/php_pcre_match_limit.txt adds: pcre.match_limit and pcre.match_limit_recursion. BTW, I think we should print a warning when pcre_exec() fails. Currently we just fail silently. We should only do

[PHP-DEV] ext/filter, preg_* compatibility

2006-04-09 Thread Pierre
Hello, While testing pecl/filter, I noticed that many tests fail. Many of the errors are related to the FILTER_VALIDATE_REGEXP mode. This mode uses pcre natively to compile and execute the give regex. It is not compatible with the php pcre extension, which makes its usage a bit tricky, to port ex

[PHP-DEV] PDO Firebird status?

2006-04-09 Thread Lorenzo Alberton
Hi, I'd like to know what's the current status of the PDO Firebird driver. Today I tested it a bit, and I believe it's not really in par with the other drivers. Is there a public roadmap or a comparison table with the features already implemented in each driver? Is Ard still active? TIA Best r

Re: [PHP-DEV] PDO Firebird status?

2006-04-09 Thread Marcus Boerger
Hello Lorenzo, Sunday, April 9, 2006, 8:58:40 PM, you wrote: > Hi, > I'd like to know what's the current status > of the PDO Firebird driver. Today I tested > it a bit, and I believe it's not really in par > with the other drivers. > Is there a public roadmap or a comparison table with > the fe

Re: [PHP-DEV] PDO Firebird status?

2006-04-09 Thread Lester Caine
Marcus Boerger wrote: Hello Lorenzo, Sunday, April 9, 2006, 8:58:40 PM, you wrote: Hi, I'd like to know what's the current status of the PDO Firebird driver. Today I tested it a bit, and I believe it's not really in par with the other drivers. Is there a public roadmap or a comparison t

Re: [PHP-DEV] [PATCH] LDAP module patch (adding new functionality).

2006-04-09 Thread Marcus Boerger
Hello Ignacio, first thanks for doing the work and providing the results. but your attachments didn't make it to the list most likely because you used non text/plain encoding or strange file endings. The list only accepts .txt as text/plain. So instead of .diff send .diff.txt and avoid zip or

Re: [PHP-DEV] [PATCH] LDAP module patch (adding new functionality).

2006-04-09 Thread Marcus Boerger
Hello Ignacio, ups - forget the part with the attachements. I was only looking for attachments and my mailer hid them since they are inlinedstill care for writing .phpt tests? best regards marcus Monday, April 10, 2006, 12:51:10 AM, you wrote: > Hello Ignacio, > first thanks for doing

Re: [PHP-DEV] PDO Firebird status?

2006-04-09 Thread Lorenzo Alberton
Hi Marcus, thanks for your prompt reply I'd like to know what's the current status of the PDO Firebird driver. Today I tested it a bit, and I believe it's not really in par with the other drivers. Is there a public roadmap or a comparison table with the features already implemented in each d