Hi,
We've been encoding our Symfony 1.4 site with Zend Guard; all goes well however Symfony has a problem generating the necessary cache files from the Symfony files after they have been though Zend guard. Our current way around this is to generate the cache file with unobsfucated code, then copy the cache to the obsfucated code afterwards.
Surely there's a better solution than doing this? Symfony internally has epxpressions to look for certain method/class names to generate the cache from - has anyone been able to come up with a solution for changing these to work with Zend Guard?
C

