* Thus wrote Manuel Vázquez Acosta ([EMAIL PROTECTED]):
> Hi all:
> 
> I need to know if PHP compiles regular expressions. If it does so, is there
> any way to cache the compiled resource in order to speed up next calls to
> preg_* functions?

caching is built into pcre library, all your expressions are
cached. I'm not sure about POSIX regular expression.

HTH,

Curt
-- 
List Stats: http://zirzow.dyndns.org/html/mlists/php_general/

"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to