我只是尝试用 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 上找不到有关此错误的任何信息。并提前非常感谢您。