关于重新安装PHP以支持mysqli后wdcp出现的问题

 重新安装php让他支持mysqli,但是装完重启以后登入wdcp提示Zend Optimizer not installed,这个是什么情况?
下面是我重新安装php的脚本:

cd /home
tar zxvf php-5.2.17.tar.gz 
gzip -cd php-5.2.17-fpm-0.5.14.diff.gz | patch -fd php-5.2.17 -p1
cd php-5.2.17/
./configure --prefix=/www/wdlinux/php-5.2.17 --with-config-file-path=/www/wdlinux/etc --with-fpm-conf=/www/wdlinux/etc/php-fpm.conf --with-mysqli=/www/wdlinux/mysql/bin/mysql_config --with-mysql=/www/wdlinux/mysql --with-gd --with-iconv-dir --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --enable-xml --with-libxml-dir --enable-discard-path --enable-inline-optimization --with-curl --with-curlwrappers --enable-fastcgi --enable-fpm --enable-force-cgi-redirect --enable-mbstring --with-openssl --with-mhash --with-mcrypt=/usr --enable-sockets --with-pdo-mysql=/www/wdlinux/mysql --enable-ftp 
make
make install
欢迎转载,但请保留此信息
[我的Linux,让Linux更易用] CentOS精简版,集成lamp,lnmp版,wdcp,wdcdn,wddns,一键安装包,集群负载均衡LVS,智能DNS/CDN,性能优化
本文连接:http://www.wdlinux.cn/old/node/946

安装zend

安装zend

如何安装

 为何原来不用安装重新编译PHP后需要安装了呢?
能不能告诉下这个情况下该如何安装Zend呢