ZF-7334: PHP 5.3 compatibility for Zend_Cache_Backend_File stil not fixed 100%
Description
Error suppression works in a production environment, but my development environment does not suppress errors/notices and this problem still persists.
Please fix this, it should not use a deprecated function.
Thank you for your work!
Comments
Posted by Marco Kaiser (bate) on 2009-12-17T01:57:08.000+0000
Can you please specify where something is not working correctly? Example code or something similar would be very cool. :)
Posted by Menno Luiten (mluiten) on 2009-12-17T16:44:34.000+0000
From looking at the original issue, I would think this used to occur in the _fileGetContents() function of Zend_Cache_Backend_File. However, when looking in trunk as well as release-1.9, I saw no more use of get/set_magic_quotes* or any checks regarding those functions.
So might be an old version of ZF.
Posted by Marco Kaiser (bate) on 2009-12-17T23:58:54.000+0000
Can you check the Zend_Version class, there should be a version number for your ZF release.
Posted by Marc Bennewitz (private) (mabe) on 2010-05-13T09:04:39.000+0000
this was fixed by matthew in r17028 (ZF-7375)