ID: 39589 Updated by: [EMAIL PROTECTED] Reported By: jordi at telematictraining dot com -Status: Open +Status: Feedback Bug Type: *Compile Issues Operating System: GNU/Linux Debian stable PHP Version: 5.2.0 New Comment:
Not reproducible. Previous Comments: ------------------------------------------------------------------------ [2006-11-22 14:51:07] jordi at telematictraining dot com Description: ------------ Due to issue 39415 with PCRE 6.7, we tried to compile php 5.2.0 with our own compilation of PCRE 6.6 by giving php's configure the parameter --with-pcre-regex=DIR parameter (in instance, --with-pcre-regex=/usr/local as long as we configured that prefix for PCRE). The thing is that configure didn't complained, but once php got compiled, phpinfo() showed that the PCRE version compiled is another: the one that's installed on /usr/, that is, the current version available on the Debian stable repositories (4.5-1.2sarge1). In the config.log the things seem to be ok since it seems to obtain the version that was requested on the configure: PCRE_CPPLIB_VERSION='0:0:0' PCRE_LIB_VERSION='0:1:0' PCRE_POSIXLIB_VERSION='0:0:0' PCRE_VERSION='6.6' POSIX_LIB='libpcreposix.la' Reproduce code: --------------- See description. Expected result: ---------------- Have the PCRE 6.6 version compiled into php 5.2.0 as we're pointing php's configure the right place to get PCRE 6.6 headers & libs from, instead of configure's actual behaving (taking the other system wide PCRE version, 4.5-1.2sarge1). Actual result: -------------- PCRE 4.5-1.2sarge1 is the one that gets compiled on php 5.2.0. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39589&edit=1