Re: [PHP-DEV] Regex Libraries

2002-10-21 Thread Derick Rethans
s/PECL/PCRE/ applies for all undefined references to PECL :-) Derick On Mon, 21 Oct 2002, Ilia A. wrote: > Currently PHP contains two bundled regular expression libraries, PECL and > regex. I am wondering if it would be a good idea to drop the old regex (dates > back to 1999) library and use o

Re: [PHP-DEV] Regex Libraries

2002-10-21 Thread Jan Kneschke
On Mon, Oct 21, 2002 at 08:30:53AM -0400, Ilia A. wrote: > Currently PHP contains two bundled regular expression libraries, PECL and > regex. I am wondering if it would be a good idea to drop the old regex (dates > back to 1999) library and use only PECL. The advantage is performance, > cleaner

[PHP-DEV] Regex Libraries

2002-10-21 Thread Ilia A.
Currently PHP contains two bundled regular expression libraries, PECL and regex. I am wondering if it would be a good idea to drop the old regex (dates back to 1999) library and use only PECL. The advantage is performance, cleaner code and a more flexible and more recent library. For the people