用XAMPP-轻松配置PHP开发环境

软件和网站开发以及相关技术探讨
zhangyujin78
帖子: 202
注册时间: 2007-01-13 22:39
来自: 杭州

#31

帖子 zhangyujin78 » 2007-07-21 22:13

怎么沉下去了
顶上来!!
头像
huyang163
帖子: 71
注册时间: 2007-08-03 17:06

#32

帖子 huyang163 » 2007-08-16 10:04

我倒是很喜欢一下装上去。
不知道XAMPP有没有PHP的IDE 开发环境
头像
adqin
帖子: 1417
注册时间: 2007-01-24 22:07
来自: http://adqin.cn
联系:

#33

帖子 adqin » 2007-08-16 11:37

这几天正好要装Lamp,考虑了很久,到底是源安装还是分别编译安装。
源安装方便些,但也会稍稍令人感到迷糊。

编译安装则要清醒得多,但麻烦点。

我考虑了很久,还是决定源安装。一来是想通了,完事方便为先,何必搞那么麻烦呢?
二来是这里网速太慢了,2M的网通宽带,怎么就这么慢啊。虽然事先就了解到网通慢
但没料到竟是如此的慢。
头像
adqin
帖子: 1417
注册时间: 2007-01-24 22:07
来自: http://adqin.cn
联系:

#34

帖子 adqin » 2007-08-16 11:42

zhangyujin78 写了:怎么沉下去了
顶上来!!
哦,谢谢支持。其实xampp用起来很简单,他的文档也很完善。这篇文章主要都是xampp文档的内容。
网上搜一下就能找到。
huyang163 写了:我倒是很喜欢一下装上去。
不知道XAMPP有没有PHP的IDE 开发环境
没有,PHP的示例倒是有几个。
tyfj
帖子: 48
注册时间: 2007-06-05 20:11

#35

帖子 tyfj » 2007-08-27 21:53

在浏览器地址栏里输入: http://localhost (或者 127.0.0.1)后都只有这些目录怎么回事?

dc/
info2www/

以前在 M$ win 上也用过 XAMPP, 是什么把 localhost 占用了吗?
头像
Strange
帖子: 1824
注册时间: 2006-05-19 9:54
来自: Shanghai

#36

帖子 Strange » 2007-08-28 11:27

xampp推荐用来开发,弄环境简单
做服务器推荐自己编译,安全性好,对机器上的服务器更加了解的清楚点
zhangyujin78
帖子: 202
注册时间: 2007-01-13 22:39
来自: 杭州

#37

帖子 zhangyujin78 » 2007-09-01 17:00

今天使用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.
lonely
帖子: 109
注册时间: 2007-01-16 18:50

#38

帖子 lonely » 2007-09-01 19:44

谢了``收下``
刷新GNOME面板 : killall gnome-panel
XORG:sudo dpkg-reconfigure -phigh xserver-xorg
清理删除的残余配置: dpkg -l |grep ^rc|awk '{print $2}' |tr ["\n"] [" "]|sudo xargs dpkg -P -
注册表gconf-editor
mount --rbind olddir newdir
zhangyujin78
帖子: 202
注册时间: 2007-01-13 22:39
来自: 杭州

#39

帖子 zhangyujin78 » 2007-09-02 16:31

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.

以前用的是旧版本的。换了新的版本以后就可以正确安装了
估计是以前的版本不怎么好滴啊~
zg820
帖子: 17
注册时间: 2007-08-28 12:12

#40

帖子 zg820 » 2007-09-16 21:59

我觉得他那个PHP4和PHP5 切换 的功能满有意思的。
zxboom
帖子: 4
注册时间: 2007-06-20 16:42

[报到]

#41

帖子 zxboom » 2008-01-24 20:05

好东西 要让更多人知道哦,顶一个。
liupopo
帖子: 12
注册时间: 2007-06-20 9:37

#42

帖子 liupopo » 2008-01-25 15:02

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实在是太方便了,要说配置服务器,我想空间提供商要比我有经验的多。
wangzi6hao
帖子: 22
注册时间: 2007-09-05 16:44

#43

帖子 wangzi6hao » 2008-03-22 11:24

这个很不错,我同事就推荐我用过,先做个记号。
呵呵,用extjs的帮助文档和野合的时候,会要配置一个php环境
所以这个对于我来说太好了。
呵呵,我还是喜欢自己去配置mysql,这样我就了解得更深一些,自己也更好配置一些。
头像
kings
帖子: 64
注册时间: 2008-03-22 11:04
来自: GD-DG-DC

#44

帖子 kings » 2008-03-24 9:55

顶起楼主。你是好样的。
头像
woaiwojia
帖子: 1355
注册时间: 2007-09-10 20:20
系统: Debian
来自: 南京

#45

帖子 woaiwojia » 2008-03-24 10:12

有时间再试吧
先记号
回复