最近我将Ubuntu 10.04上的PHP升级到了最新的5.5.3版本,XHProf分析器停止工作。
我已经完成xhprof
PHP扩展的最新版本(来自官方pecl site或来自facebook's github repo),并在运行php --version
时收到以下消息:
PHP Warning: PHP Startup: xhprof: Unable to initialize module
Module compiled with build ID=API20121212,NTS,debug
PHP compiled with build ID=API20121212,NTS
These options need to match
那么,如何解决这种不匹配问题?
我已尝试配置XHProf的--disable-debug
或--without-debug
配置选项,但 configure 无法理解这些选项。
phpinfo
显示以下值也很有趣:
Zend Extension Build - API220121212,NTS,debug
PHP Extension Build - API20121212,NTS,debug
Debug Build - yes
这是我的PHP配置命令:
./configure --enable-opcache --prefix=/opt/php --with-apxs2=/usr/bin/apxs2 --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pgsql=/usr --with-tidy=/usr --with-curl=/usr/bin --with-openssl --with-zlib-dir=/usr --with-xpm-dir=/usr --with-pdo-pgsql=/usr --with-pdo-mysql=mysqlnd --with-xsl=/usr --with-ldap --with-xmlrpc --with-iconv-dir=/usr --with-snmp=/usr --enable-exif --enable-calendar --with-bz2=/usr --with-mcrypt=/usr --with-gd --with-jpeg-dir=/usr --with-png-dir=/usr --with-freetype-dir=/usr --enable-mbstring --enable-zip --with-pear --with-libdir=lib --with-config-file-path=/opt --enable-fpm --with-fpm-user=fpm --with-fpm-group=fpm --enable-debug