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.
Necesități
Nu sunt necesare biblioteci externe pentru a asambla această extensie.
mail at jacobwg dot com ¶
9 months ago
hyponiq at gmail dot com ¶
2 days ago
@jacobwg: Exactly WHY would you NOT have PCRE installed? It has been bundled and enabled by default since PHP 4.2.0.
