+ -
当前位置:首页 → 问答吧 → zend server问题求助!!!

zend server问题求助!!!

时间:2006-09-08

来源:互联网

装完zend server之后,我每次启动都会出这么个页面,http://localhost/ZendStudioServer/studio/index.php,内容如下

Zend Optimizer not installed
This file was encoded by the Zend Encoder / Zend SafeGuard Suite

In order to run it, please install the freely available Zend Optimizer, version 2.1.0 or later.

What is the Zend Optimizer?
The Zend Optimizer is one of the most popular PHP plugins for performance-improvement, and has been freely available since the early days of PHP 4. It improves performance by taking PHP's intermediate code through multiple Optimization Passes, which replace inefficient code patterns with efficient code blocks. The replacement code blocks perform exactly the same operations as the original code, only faster.

In addition to performance-improvement, the Zend Optimizer also enables PHP to transparently load files encoded by the Zend Encoder or Zend SafeGuard Suite.

The Zend Optimizer is a freely-available product from Zend Technologies. Zend Technologies is the company that develops the scripting engine of PHP, also known as the Zend Engine.

可是我装了zend optimizer之后还是这样,到底怎么回事啊?

作者: gur03   发布时间: 2006-09-08

Zend Optimizer not installed 一定是这个原因
你phpinfo()输出一下,你看一下有Zend Optimizter内容没有

作者: EastSon   发布时间: 2006-09-08