View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005351 | OXID eShop (all versions) | 4.07. Source code, Test | public | 2013-08-20 18:11 | 2014-02-20 13:35 |
Reporter | marco_steinhaeuser | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 4.7.6 / 5.0.6 | ||||
Target Version | 4.8.5 / 5.1.5 | Fixed in Version | 4.9.0_5.2.0_beta1 | ||
Summary | 0005351: OXID eShop CE checks for Zend Platform/Server | ||||
Description | There seems to be code in OXID CE in /core/oxsysrequirements.php checking for Zend Platform/Server that is only used in EE: public function checkZendPlatformOrServer() { if (function_exists( 'output_cache_get' )) { return 2; } if (function_exists( 'zend_disk_cache_fetch' )) { return 2; } if (function_exists( 'zend_shm_cache_fetch' )) { return 2; } return 1; } This code shall not be delivered in CE. | ||||
Additional Information | found it here: http://forum.oxid-esales.com/showthread.php?t=20224 Didn't look into the code myself yet. | ||||
Tags | No tags attached. | ||||
Theme | Both | ||||
Browser | All | ||||
PHP Version | any | ||||
Database Version | any | ||||