用XAMPP-轻松配置PHP开发环境
-
- 帖子: 202
- 注册时间: 2007-01-13 22:39
- 来自: 杭州
- adqin
- 帖子: 1417
- 注册时间: 2007-01-24 22:07
- 来自: http://adqin.cn
- 联系:
- adqin
- 帖子: 1417
- 注册时间: 2007-01-24 22:07
- 来自: http://adqin.cn
- 联系:
-
- 帖子: 48
- 注册时间: 2007-06-05 20:11
在浏览器地址栏里输入: http://localhost (或者 127.0.0.1)后都只有这些目录怎么回事?
dc/
info2www/
以前在 M$ win 上也用过 XAMPP, 是什么把 localhost 占用了吗?
dc/
info2www/
以前在 M$ win 上也用过 XAMPP, 是什么把 localhost 占用了吗?
- Strange
- 帖子: 1824
- 注册时间: 2006-05-19 9:54
- 来自: Shanghai
-
- 帖子: 202
- 注册时间: 2007-01-13 22:39
- 来自: 杭州
今天使用XMAPP安装一个站点的时候提示Zend Optimizer,
但是我使用的是1.6.3a的,介绍说已经装过Zend Optimizer
于是google下找xmapp里Zend Optimizer的安装。
要修改php.ini的zend_optimizer.encoder_loader=0
(我使用的是win版的)0改1
查找不到zend_optimizer.encoder_loader=0
于是把zend_optimizer.enable_loader =0
改到1
(不知道有没有道理)
还是不行。大家有没有什么方法啊~
它出来的提示:
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-improvent, 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.
但是我使用的是1.6.3a的,介绍说已经装过Zend Optimizer
于是google下找xmapp里Zend Optimizer的安装。
要修改php.ini的zend_optimizer.encoder_loader=0
(我使用的是win版的)0改1
查找不到zend_optimizer.encoder_loader=0
于是把zend_optimizer.enable_loader =0
改到1
(不知道有没有道理)
还是不行。大家有没有什么方法啊~
它出来的提示:
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-improvent, 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.
-
- 帖子: 109
- 注册时间: 2007-01-16 18:50
-
- 帖子: 202
- 注册时间: 2007-01-13 22:39
- 来自: 杭州
zhangyujin78 写了:今天使用XMAPP安装一个站点的时候提示Zend Optimizer,
但是我使用的是1.6.3a的,介绍说已经装过Zend Optimizer
于是google下找xmapp里Zend Optimizer的安装。
要修改php.ini的zend_optimizer.encoder_loader=0
(我使用的是win版的)0改1
查找不到zend_optimizer.encoder_loader=0
于是把zend_optimizer.enable_loader =0
改到1
(不知道有没有道理)
还是不行。大家有没有什么方法啊~
它出来的提示:
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-improvent, 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.
以前用的是旧版本的。换了新的版本以后就可以正确安装了
估计是以前的版本不怎么好滴啊~
-
- 帖子: 12
- 注册时间: 2007-06-20 9:37
zhangyujin78 写了:今天使用XMAPP安装一个站点的时候提示Zend Optimizer,
但是我使用的是1.6.3a的,介绍说已经装过Zend Optimizer
于是google下找xmapp里Zend Optimizer的安装。
要修改php.ini的zend_optimizer.encoder_loader=0
(我使用的是win版的)0改1
查找不到zend_optimizer.encoder_loader=0
于是把zend_optimizer.enable_loader =0
改到1
(不知道有没有道理)
还是不行。大家有没有什么方法啊~
它出来的提示:
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-improvent, 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.
我用的也是1.6.3a,碰到和你同样的问题,正确的解决方法如下:
修改php.ini的zend_optimizer.enable_loader=1,关键点在于“php.ini”应该是D:\opt\xampp\apache\bin这个目录下的php.ini,而不是PHP目录下的那个。
php.ini里没有“zend_optimizer.encoder_loader”的,估计是老版本里的配置方式。
在XAMPP控制台里看phpinfo(),下面红色的是成功的信息。
Zend Optimizer
Optimization Pass 1 enabled
Optimization Pass 2 enabled
Optimization Pass 3 enabled
Optimization Pass 4 enabled
Optimization Pass 9 disabled
Zend Loader enabled
License Path no value
Obfuscation level 3
XAMPP确实方便,我是写Java的,帮个朋友改一个PHP的网站,用XAMPP实在是太方便了,要说配置服务器,我想空间提供商要比我有经验的多。
-
- 帖子: 22
- 注册时间: 2007-09-05 16:44