Zend Guard Loader 5.5

MtK

Verified User
Joined
Aug 2, 2007
Messages
405
the custom build seems to be installing v3.3.
how can we add v5.5 (for PHP5.3)
 
I wonder.... I think this might be a wrong version display.
There is no Zend guard loader 3.3 for php. Version 3.3 is Zend Optimizer.
So I think DA custombuils is indeed installing 5.5 Zend guard loader, but still displaying 3.3 from Zend Optimizer (which isn't present anymore).
 
Code:
PHP 5.3.23 (cli) (built: Apr  4 2013 19:28:41)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
    with the ionCube PHP Loader v4.0.12, Copyright (c) 2002-2011, by ionCube Ltd., and
    with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies

http://www.zend.com/products/guard/downloads
 
So what is the point you want to make according to my answer?
Read the last line of my reply again please.
 
Oke, I understand the current situation, I have it the same way, that's why I mentioned that it could be the version display is wrong, because there does not exist a Zend Guard Loader 3.3, only a Zend Optimizer 3.3.
So I think that Zend or something in DA is installing Zend Guard Loader 5.5 but version display is wrong, so it's displaying that 3.3 is installed (but in fact 5.5 is).

I see that you are busy with Ditto in the other thread, hope it will work out fine there.
I will go and try that on another server of us too. But I still thing a php -v will display 3.3 because I setup a brand new server last week and this also displayes Zend Guard Loader v3.3 as it's in you php -v.
That's the reason I think it's a version display mismatch.
 
Just to be sure, I just installed it on another server. So I still think the version display is wrong, it still says 3.3 and no version 3.3 exists of Zend guard loader. It starts at version 4 as far as I could see. Everything before, up to and including 3.x is Zend Optimizer, not Guard Loader.
 
I wanted to be sure, so I re-downloaded the tar.gz. It gave me these 2:
ZendGuardLoader-php-5.3-linux-glibc23-i386.tar.gz
ZendGuardLoader-php-5.3-linux-glibc23-x86_64.tar.gz

and I checked them.. and they're byte-for-byte the same size as the versions in here:
http://files.directadmin.com/services/custombuild/

meaning they're likely correct.

I installed them in on a 5.3 test box, and it also gives me the v3.3, instead of 5.5, so just looks like a version/display error in their binaries.
I'm not too worried about it.
Code:
PHP 5.3.22 (cli) (built: Mar 17 2013 17:20:09)Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
    with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
John
 
Thank you for the confirmation.
It couldn't be something else, because there is never a Zender Guard Loader version 3.3 released.:)
Still glad it's indeed a version display error in their binaries and not in DA somewhere.
 
Back
Top