Running a stock Centos 5 machine with DirectAdmin. Set PHP version to 5.3 (./build set php5_ver 5.3), but got a problem with PCRE:
Output of pcretest -c:
phpinfo() says something interesting... PCRE Library Version: 3.9 02-Jan- 2002 and configure command: '--with-pcre-regex=/usr/local'
Any ideas? This is basically an unmodified machine with directadmin + custombuild. PhpMyAdmin for instance won't run. Thanks!
Code:
Warning: preg_match_all() [function.preg-match-all]: Internal pcre_fullinfo() error -3 in /var/www/html/phpMyAdmin-3.3.8.1-all-languages/libraries/Message.class.php on line 633
Output of pcretest -c:
Code:
PCRE version 8.10 2010-06-25
Compiled with
UTF-8 support
Unicode properties support
Newline sequence is LF
\R matches all Unicode newlines
Internal link size = 2
POSIX malloc threshold = 10
Default match limit = 10000000
Default recursion depth limit = 10000000
Match recursion uses stack
phpinfo() says something interesting... PCRE Library Version: 3.9 02-Jan- 2002 and configure command: '--with-pcre-regex=/usr/local'
Any ideas? This is basically an unmodified machine with directadmin + custombuild. PhpMyAdmin for instance won't run. Thanks!