重建PHP后,Preg_match失败

时间:2012-09-08 14:45:51

标签: php compilation preg-match

我只是尝试使用php-soap编译我的PHP。它似乎构建良好,但现在我的网站显示以下错误:

Warning: preg_match() [function.preg-match]: Internal pcre_fullinfo() error -3 

我不确定如果不使用php-soap重建我的PHP是否会起作用,因为通过查看错误似乎不是问题。这是我的php版本:

PHP 5.2.17 (cli) (built: Sep  8 2012 16:09:36) 
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies

这是我的配置:

Configure Command =>  './configure'  '--with-apxs2' '--with-curl=/usr/local/lib' 
'--with-gd' '--enable-gd-native-ttf' '--with-ttf' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' 
'--with-freetype-dir=/usr/local/lib' '--with-kerberos' '--with-openssl' 
'--with-mcrypt' '--with-mhash' '--with-mysql=/usr' 
'--with-mysqli=/usr/bin/mysql_config' '--with-pcre-regex=/usr/local' 
'--with-pdo-mysql=/usr' '--with-pear' '--with-png-dir=/usr/local/lib' 
'--with-zlib' '--with-zlib-dir=/usr/local/lib' '--enable-zip' 
'--with-iconv=/usr/local' '--enable-bcmath' '--enable-calendar' 
'--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-soap' 
'--enable-mbstring'

操作系统是带有DirectAdmin的CentOS 5

我真的希望有人可以帮助我。我在Google上找不到任何有关此错误的信息。非常感谢你。

0 个答案:

没有答案