Except it does require PCRE... if not installed, you will get an error like "fatal error: pcre.h: No such file or directory".
Install with
$ apt-get install libpcre3-dev
or
$ yum install pcre-devel
or whatever your platform requires.
Pré-requis
Ces fonctions sont disponibles dans le module PHP standard, qui est toujours accessible.
mail at jacobwg dot com ¶
9 months ago
hyponiq at gmail dot com ¶
1 day ago
@jacobwg: Exactly WHY would you NOT have PCRE installed? It has been bundled and enabled by default since PHP 4.2.0.
