downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Installation> <Installation/Configuration
[edit] Last updated: Fri, 17 May 2013

view this page in

Pré-requis

Ces fonctions sont disponibles dans le module PHP standard, qui est toujours accessible.



add a note add a note User Contributed Notes Pré-requis - [2 notes]
up
-5
mail at jacobwg dot com
9 months ago
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.
up
0
hyponiq at gmail dot com
4 days ago
@jacobwg: Exactly WHY would you NOT have PCRE installed? It has been bundled and enabled by default since PHP 4.2.0.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites