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
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
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