View Issue Details

IDProjectCategoryView StatusLast Update
0001459OXID eShop (all versions)6. ------ Setup -------public2010-09-29 16:57
Reporterd3 Assigned To 
PriorityhighSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version4.2.0 revision 23610 
Fixed in Version4.4.2 revision 29492 
Summary0001459: Check for Zend Optimizer fails on Zend Server
DescriptionZend Server got the Zend Guard Loader and Zend Optimizer+ so the check should be extended.
TagsNo tags attached.
Attached Files
php53_phpinfo.zip (10,161 bytes)
Theme
BrowserAll
PHP Version6
Database Version6.0

Relationships

has duplicate 0001576 closed System-Requirements-Check collides with Zend Server CE 4.0 

Activities

sarunas_valaskevicius

2009-11-30 13:40

reporter   ~0002139

added check to search for ZendOptimizer+ if ZendOptimizer is not found

d3

2009-11-30 16:29

reporter   ~0002141

You need to check for Zend Guard Loader, because the Guard Loader enables the support for Zend guard encoded files, not the Optimizer+.

sarunas_valaskevicius

2009-12-01 17:32

reporter   ~0002145

fixed by checking if zend_loader_enabled() exists and return true if ZendOptimizer not found

birute_meilutyte

2010-08-11 12:29

reporter   ~0003378

When using configuration like shown in attached phpinfo() it's not possible to install shop due to not matched system requirements.

ralf_trapp

2010-08-12 10:03

reporter   ~0003381

Last edited: 2010-08-13 11:41

Latest information from Zend:

Previously the product named "Zend Optimizer" does not exist anymore. Instead now there are these products:

Zend Guard Loader
-----------------
This product decodes all files which where encoded by Zend Guard. It does no optimizing at all.


Hint: Zend Guard Loader comes with Zend Server but is disabled by default.


Zend Optimizer+
---------------
This product takes over the optimizing parts of former product Zend Optimizer and contains also all functionality of former product Zend Accelerator.

It does NOT decode!


Conclusion:
-----------
Until PHP 5.2 Zend Optimizer must be installed for PE/EE.
From PHP 5.3 on OXID eShop needs Zend Guard loader

arvydas_vapsva

2010-08-12 15:09

reporter   ~0003384

"deep" ZEND Optimizer/Guard Loader check is removed , because if ZO or ZGL is not installed, setup will not run at all and you will get info page about it, instead of setup screen.. Now this check always returns ON to display that system fits requirements