I recompiled PHP the other day to v5.2.3 and to install PostgreSQL. Everything seemed to be fine once this was done with the exception of Zend. I reinstalled Zend and updated everything to make sure that wasn't the problem.
However, anything to do with Zend on the server has stopped working.
php -v checks out with no errors.
phpinfo() doesn't seem to show any problems, but I may be overlooking something:
http://www.higherpurposes.com/phpinfo.php
I contacted ClientExec because I thought that perhaps this was an issue with it but they're pointing back to something being wrong with PHP/Zend. It all looks to be installed, but something somewhere is not working.
The only other thing I can add is that php.ini appears to be configured properly for this and the only problem in the Apache log is:
read_config_store open failure on /var/net-snmp/snmpapp.conf
This shows for an earlier PHP bug, but I couldn't find anything dealing with PHP5.
install zend optimizer on my direct admin server currently running apache 2.2 direct admin php 5. After installing it it made a few changes to my directadmin control panel for example it removed my webmail: squirelmail link etc... The lines of code it added to my php.ini file are:
I'm not sure if this is the best board for this question but I'll try anyway. We recently had an app built and the developer built it using the Zend framework.
Our server is running IIS. Does anyone have a link to information or know any tricks in getting Zend build apps to work on IIS?
We need to stick to IIS because other apps we have were built in asp so switching to apache is not an option.
I am going to soon be upgrading to the latest version of vBulletin (3.7.0). They are recommending PHP 5.25 with APC installed. I am talled that Zend (which I have installed and eaccelerator) is not compatible with APC.
The vBulletin people say that APC will perform better than Zend, and that zend should be disabled and APC installed and enabled.
A couple questions.
1. I'm curious what people's opinions are on here about APC vs. Zend (eaccellerator) or possibly xcache.
2. I have once been told that APC and xcache aren't compatible with Cpanel/WHM. Is this correct?
3. Assuming 2 isn't correct, if I decide to move to APC, what do I need to do to disable/uninstall Zend/Eaccellerator and install/setup APC?
I run some scripts that either require Zend or Ioncube (my choice). Is one better than the other in terms of performance or overhead? I think I'd rather install one module instead of both on my server.
Top Process %CPU 98.9 ./dialog --clear --backtitle Zend Optimizer Installation --title Zend Optimizer 3.2.2 --msgbox ?Welcome to the Zend Optimizer 3.2.2 Installation!??For more information regarding this procedure, please see the?Zend Optimizer Installation Guide.? 0 0
Top Process %CPU 98.8 ./dialog --clear --backtitle Zend Optimizer Installation --title Zend Optimizer 3.2.2 --msgbox ?Welcome to the Zend Optimizer 3.2.2 Installation!??For more information regarding this procedure, please see the?Zend Optimizer Installation Guide.? 0 0
I have installed zend on my server. but when it tried to load, this comes out..
Failed loading /usr/local/Zend/lib/ZendExtensionManager.so: /usr/local/Zend/lib/ZendExtensionManager.so: cannot open shared object file: No such file or directory
Fatal error: Cannot access protected property Zend_Cache_Core::$_backwardCompatibilityArray in /home/user/public_html/cerb4/libs/devblocks/libs/ZendFramework/Zend/Cache/Core.php on line 185
Trying to install cerberus help desk and get that during install process
I'm using zend optimizer 3.2.8, centos 4.5, mysql 4x, php 5.2.4
I don`t have access on root server. I have a reseller acount and i don`t have ssh access !
On server is installed:
This program makes use of the Zend Scripting Language Engine: Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies with Suhosin v0.9.20, Copyright (c) 2002-2006, by Hardened-PHP Project
And I get this error :
Zend Optimizer not installed
This file was encoded by the ZendGuard. In order to run it, please install the freely available Zend Optimizer, version 3.0.0 or later.
How can I upload zend loaders without installing zend optimizer?
I moved my site to a new server... find out that Zend isn't installed so I install it. vbSEO needs Zend to run. After installation I just get a blank index.php page whereas my phpinfo.php is showing. What could be the problem?
I've been trying to setup Zend optimizer on a windows server 2003 64 bit server and have not been able to complete this task successfully. Everytime i go and install it (using plesk 8.6 with IIS) i use the installer off their site and choose the PHP.ini path(replaced the one phpinfo says it use's and the one in windows) i get internal server error 500. Is zend just not compatible with Server 2K3 64 bit?
I read on some threads here, that installing Zend Optimizer and Eaccelerator, speeds up the box.
I already installed ZEND optimizer on my box, can someone explain benefit's of Eaccelerator , and how to install it and tweak it for best performance ?
Current Specs -
Quote:
PHP 4.4.8 (cli) (built: Feb 21 2008 01:17:23) Copyright (c) 1997-2008 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies
I know its not on the System Req. page that Zend Studio supports it, but has anyone gotten Zend Studio to work on FreeBSD ( 5 or 6 ?? ), and if so, how?
I tried to install some scripts and it required to install Zend Optimizer. I have already install it but while trying to install script, it still says that Zend Optimizer has not installed yet.
I installed zend optimizer for a client, but he wants to disable it for today while sorting out things on his server.
I realize that the extension paths are under the "[zend]" section of the "php.ini" file, but he has ioncube loader installed as well, therefore I'm not sure which lines to delete and which to keep.
My server currently has zend optimizer v2.1 installed, but I need to upgrade it to v2.6 or higher. I've downloaded v3.2 from Zend as a '.tar.gz' file, but I have no idea how to install it.
Code: wget [url] #### replace below with the version tree you have (I will use 4.4) cp ioncube_loader_lin_4.4.so /usr/local/lib/php/extensions Add this line BEFORE any other zend_extension (e.g. Zend Optimizer or eAccelerator). (#### replace below with the version tree you have (I will use 4.4))