繼優化 PHP by APC 後,再 po 一篇 Zend 篇
先連上 Zend ,看一下說明 ~ 引用一些官方網站的話\
Run encoded files and enhance the performance of your PHP scripts - FREE
The Zend Optimizer is a free application that runs the files encoded by the Zend Guard, while enhancing the performance of PHP applications.
Benefits
.Enables users to run files encoded by the Zend Guard
.Increases runtime performance up to 40%
看起來的確很誘人,可以提升 40%的效能,那一定要來安裝看看
安裝不難,原則上就只要 ./install.sh 就開始安裝
中間會告訴你有哪些東西要對應的(如 php.ini 放在哪個目錄,apachecl 的實體路徑 )
安裝好之後發現我的網站掛掉了,原來是和 APC 相衝到了 ~ pu
Restart Apache 看一下 phpinfo 就可以發現在 Zend 的部份多了一些資訊
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with Zend Extension Manager v1.0.10, Copyright (c) 2003-2006, by Zend Technologies with Zend Optimizer v3.0.0, Copyright (c) 1998-2006, by Zend Technologies
全站熱搜
留言列表