Click to See Complete Forum and Search --> : compile php with pcre-regex
Hi
How to compile php on centos 4.5
--with-pcre-regex
now i have
-with-pcre-regex=/usr' '--with-zlib
thx
NogDog
06-13-2007, 11:50 PM
To the best of my knowledge, if you are using PHP 4.2.0 or later and want to use the bundled PCRE library, it should install by default and you don't need to do anything.
To the best of my knowledge, if you are using PHP 4.2.0 or later and want to use the bundled PCRE library, it should install by default and you don't need to do anything.
i am using ver 5 but i am runnig into some diffuculties with moving invision board from one server to another and have been advise to compile php in a specific way
NogDog
06-14-2007, 12:00 AM
If you use the second format you showed, that is to specify the directory where PCRE's include and library files are located, such as if you want to use your own library instead of the bundled version. Make sure you start with a double-hyphen (you only have one hyphen in the example you gave), and that the directory you specify is where the PCRE library is that you want to use.
If you use the second format you showed, that is to specify the directory where PCRE's include and library files are located, such as if you want to use your own library instead of the bundled version. Make sure you start with a double-hyphen (you only have one hyphen in the example you gave), and that the directory you specify is where the PCRE library is that you want to use.
i have moved invision to new server now i am getting this error
IPB WARNING [2] preg_match: internal pcre_fullinfo() error -3 (Line: 314 of /sources/ipsclass.php)
Could not determine your IP address
invision guys r telling me it's my php configuration