您好,登錄后才能下訂單哦!
一、目的
編譯php5.6版本,給zabbix3.0使用
二、環境
Apache,使用yum安裝,省時省力;
php, 手動編譯安裝,因為5.6yum源安裝的是5.3的php版本
三、編譯php
1、編譯參數
./configure --prefix=/usr/local/php56 --with-config-file-path=/usr/local/php56/etc --enable-inline-optimization --disable-debug --disable-rpath --enable-shared --enable-opcache --enable-fpm --with-fpm-user=www --with-fpm-group=www --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-gettext --enable-mbstring --with-iconv --with-mcrypt --with-mhash --with-openssl --enable-bcmath --enable-soap --with-libxml-dir --enable-pcntl --enable-shmop --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-sockets --with-curl --with-zlib --enable-zip --with-bz2 --with-readline --with-apxs2=/usr/sbin/apxs
2、make -j 4 && make install
3、copy php.ini文件到$prefix/etc
4、重啟httpd服務
遇到無法phpinfo無法正常顯示
是由于沒有安裝 httpd-devel 且要編譯的時候加上--with-apxs2=/usr/sbin/apxs參數,才行。
apxs是由httpd-devel包提供
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。