PHP 5.3.5 and ZendGaurdLoader Problem

R1Lover

Verified User
Joined
Feb 24, 2007
Messages
439
I updated a few servers to PHP 5.3 a couple of weeks ago and all was well... today I did another one and PHP 5.3.5 is out now and installed, but there is a problem with the ZendGaurdLoader.so as I get errors when it's on.

In order to get the server working properly I have to exclude this from being loaded via php.ini

I'm assuming this is due to 5.3.5 just coming out and Zend not being up to date?

These were installed with custom build btw.

Any ideas?

the error I get when the zendgaurdloader.so is on is
[notice] child pid 22419 exit signal Segmentation fault (11)

I do have everything working on a few servers with 5.3.4
 
Did you have it working with 5.3.x before and it stopped working with 5.3.4 or did you not have 5.3 before?
 
it's working on 5.3.4 and has been since install on 12/31/10, but segmentation faults on 5.3.5, the boxes with 5.3.4 are running fine. It's just the loader so it can't be an install or build issue I don't think, just wondering if anyone else ran into this yet.
 
Last edited:
When I was a young boy my grandfather watched a lot of old western movies, where the pioneers were always crossing the country in covered wagons and being attacked by what we now call native americans but used to call indians.

So I'm well aware that pioneers tend to get shot in the back quite a lot.

Always wait to make sure all your dependencies are available before updating.

But we all know that, right? :)

Jeff
 
When I was a young boy my grandfather watched a lot of old western movies, where the pioneers were always crossing the country in covered wagons and being attacked by what we now call native americans but used to call indians.

So I'm well aware that pioneers tend to get shot in the back quite a lot.

Always wait to make sure all your dependencies are available before updating.

But we all know that, right? :)

Jeff

lol nice story Jeff..... Here is the catch so others can learn as well.. I ran all these upgrades on a test server a few weeks ago.. all was well.

I then proceeded to upgrade live servers, again all was and is well with them currently.

Here is the kicker... in the last few days custombuild went live with 5.3.5 rather then 5.3.4.... that's the kicker and issue here.

The one server that has this issue, is functioning and there are no issues other then the loader which I have removed. Being that this is a dedicated box for a client with only a couple of specific sites on it, it's not causing trouble at this point, but I will wait for the fix before carrying on with others.

If this was an big issue, the temp fix is to go back to 5.3.4.

Good story though. :)

and since both of these issues are part of custom build, php 5.3.5 & zendgaurdloader.... I would venture to say that is where the issue was not caught as it should have been. ;)
 
Last edited:
BUMP... there is still an issue with zend, it should either be disabled in custom build or noted for others too...
 
It runs fine on my servers.

PHP 5.3.6 (cli) (built: Jul 21 2011 17:57:27)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
with the ionCube PHP Loader v4.0.9, Copyright (c) 2002-2011, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
 
It runs fine on my servers.

PHP 5.3.6 (cli) (built: Jul 21 2011 17:57:27)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
with the ionCube PHP Loader v4.0.9, Copyright (c) 2002-2011, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies

Are you running 64 bit centos?

and yes it will run.... but it throws the above errors as well when running certain processes. (example, searching for new post on vbulletin is just one example)
 
Back
Top