下載好後解壓壓縮包,找到 ZendGuardLoader-php-5.3-Windows\ZendServer\lib\loader\php-5.3.x 目錄下的 ZendLoader.dll 文件,將它放到你的php目錄下ext下,再編輯php.ini文件,添加一段代碼(如):
[Zend.loader]
zend_loader.enable=1
zend_loader.disable_licensing=1
zend_loader.obfuscation_level_support=3
zend_loader.license_path=
zend_extension=」d:\php\ext\ZendLoader.dll」php
session already sent 錯誤的解決方法:
You've an extra blank line on a php file that you've edited recently, possibly includes/joomla.php, but not necessarily.
If you've edited a php file, config or a remos file perhaps laterly, load it into an editor and see if there is a blank line either before the <?PHP or after the final ?> at the bottom of the page.
Some website editors do like to add an extra blank line each time you edit a php file in them!web