EvanDotPro / EdpSuperluminal

This module caches the common Zend\* classes used by your application into a single cache file, reducing reliance on the autoloader. This greatly improves the performance of ZF2.
BSD 2-Clause "Simplified" License
170 stars 45 forks source link

Minor Double tick issue #25

Open tlorens opened 10 years ago

tlorens commented 10 years ago

initEnvironmentConstants (in ValueGenerator.php) contains 'DIR' when the cache is begin built it some how writes out the contents with ''''. If I edit the cache file and remove the double ticks, cache works perfect! I've tried to write a patch but haven't been able to come to a workable solution without it screwing something else up in the cache file.