View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001459 | OXID eShop (all versions) | 6. ------ Setup ------- | public | 2009-11-09 16:04 | 2010-09-29 16:57 |
Reporter | d3 | Assigned To | |||
Priority | high | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.2.0 revision 23610 | ||||
Fixed in Version | 4.4.2 revision 29492 | ||||
Summary | 0001459: Check for Zend Optimizer fails on Zend Server | ||||
Description | Zend Server got the Zend Guard Loader and Zend Optimizer+ so the check should be extended. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Theme | |||||
Browser | All | ||||
PHP Version | 6 | ||||
Database Version | 6.0 | ||||
has duplicate | 0001576 | closed | System-Requirements-Check collides with Zend Server CE 4.0 |
|
added check to search for ZendOptimizer+ if ZendOptimizer is not found |
|
You need to check for Zend Guard Loader, because the Guard Loader enables the support for Zend guard encoded files, not the Optimizer+. |
|
fixed by checking if zend_loader_enabled() exists and return true if ZendOptimizer not found |
|
When using configuration like shown in attached phpinfo() it's not possible to install shop due to not matched system requirements. |
|
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 |
|
"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 |