QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1358|回复: 11

zend的问题

[复制链接]
发表于 2005-4-28 16:43:11 | 显示全部楼层 |阅读模式
系统: Redhat AS4
问题:
apache php mysql都采用系统自带的, 但是要安装ZendOptimizer, 问题就来了

安装ZendOptimizer的过程没有一点问题, 但是phpinfo中就是没有ZendOptimizer的相关项, 仍旧是Zend Engine v1.3.0
发表于 2005-4-28 19:11:07 | 显示全部楼层
我和你一样,无视phpinfo 使用的时候没问题.
回复

使用道具 举报

 楼主| 发表于 2005-4-29 12:28:08 | 显示全部楼层
[quote:3e45a5a5a1="hew"]我和你一样,无视phpinfo 使用的时候没问题.[/quote]

您可能使用的源码都是开源的, 我打算施用Molyx论坛, 但是他是经过Zend加密的, 所以必需要安装ZO, 还请大家帮帮忙
回复

使用道具 举报

发表于 2005-4-29 13:45:29 | 显示全部楼层
Zend Engine 是 1.3.0没问题,只要你的Zend Optimizer是新版的就可以了.你看看仔细关于Zend Optimizer 的.
回复

使用道具 举报

 楼主| 发表于 2005-4-30 12:54:49 | 显示全部楼层
^_^, 我的就是最新版本的
而且安装进程也会自动编辑php.ini

并且我也尝试手动编辑过php.ini

都不行

在windows下有安装经历, zo的安装看了帖子似乎只是拷贝了文件和修改了php.ini

检查了php.ini里边指出的so文件, 都存在, 不知何故?
是不是需要手动卸载redhat as4自带的php, 然后安装最新版的php?
回复

使用道具 举报

发表于 2005-4-30 16:46:31 | 显示全部楼层
仔细看你的phpinfo 页,Zend Optimizer,Zend Engine 是不同的。

Zend Optimizer 安装还是简单的说,你怎么做的?
回复

使用道具 举报

 楼主| 发表于 2005-4-30 20:10:21 | 显示全部楼层
今天的新发现:
今天从网络上下载了ZendPerformanceSuite-3.6.0安装
但是发现安装仍然不成功, 奇怪了, 又翻阅了httpd.ini, 发现这里边没有任何与PHP相关的项目, 因为前面一段时间有在windows下配置过, 安装PHP, 需要在httpd.ini中配置的, 但是这个文件中竟然没有, 而且看下边,
DirectoryIndex index.html index.html.var
就是说目录主文件只是index.html或者index.html.var, 而我的forum目录中只有index.php, 并且他可以访问, 所以怀疑Redhat AS4 有其他Apache的配置文件!

以上只是猜测, 还请大虾指正!!


刚刚又看了一下php相关的放在php.conf中
回复

使用道具 举报

 楼主| 发表于 2005-4-30 21:25:20 | 显示全部楼层
刚刚看了一下zend的官方说明
ZO2.5.7不支持php4.3.10以前的版本, 现在正在升级php到4.3.10
看可以不
回复

使用道具 举报

 楼主| 发表于 2005-4-30 21:39:33 | 显示全部楼层
'./configure' '--build=i386-redhat-linux' '--host=i386-redhat-linux' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--enable-force-cgi-redirect' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-db4=/usr' '--with-curl' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-gd=shared' '--enable-gd-native-ttf' '--without-gdbm' '--with-gettext' '--with-ncurses=shared' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-xml' '--with-expat-dir=/usr' '--with-dom=shared,/usr' '--with-dom-xslt=/usr' '--with-dom-exslt=/usr' '--with-xmlrpc=shared' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--with-pear=/usr/share/pear' '--with-imap=shared' '--with-imap-ssl' '--with-kerberos' '--with-ldap=shared' '--with-mysql=shared,/usr' '--with-pgsql=shared' '--with-snmp=shared,/usr' '--with-snmp=shared' '--enable-ucd-snmp-hack' '--with-unixODBC=shared,/usr' '--enable-memory-limit' '--enable-shmop' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mbstring=shared' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-mime-magic=/usr/share/file/magic.mime' '--with-apxs2=/usr/sbin/apxs'
回复

使用道具 举报

发表于 2005-5-14 11:02:14 | 显示全部楼层
我的PHP是4.3.10的版本,ZO的版本是2.5.7 安装过程都没有问题,但是完成后重启httpd服务时,提示如下错误:
[root@fc3 Zend]# service httpd restart
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory


此时打开使用ZO加密的页面时仍然无法正常显示。看了php.ini文件,显示一切正常。
我不知道该怎么下手了。请教各位该怎么解决啊?
回复

使用道具 举报

 楼主| 发表于 2005-5-14 16:18:00 | 显示全部楼层
现在问题还是没有解决
不过我改用zeus+php+apache+zend+mysql了
并且php也升级到最新的5.0.4了
回复

使用道具 举报

发表于 2005-6-24 10:40:50 | 显示全部楼层
我也遇到这个问题了, vincent3x 你有没有解决?
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-5 18:35 , Processed in 0.070321 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表