Hi,

I don't use ZendGuard, one issue I found encoding symfony sources is,
it can no longer search for the classes for autoloading, as symfony
scans
through all PHP files in the search path for the class map.
This clearly isn't possible for encrypted sources.
An workaround I've tried is to create a generate-autoload task
and execute it before encoding the source.
The generate-autoload task is of the same functionality of
sfAutoloadConfigHandler
but its output is written to autoload.yml. Now the paths are correctly
mapped
even when symfony can't scan for class names.
But it becomes difficult to maintain if you have custom autoload.yml
definition.
It's just a proof-of-concept and I didn't dig any further.

Don't know if this is related to your problem, hope it helps.

Tamcy

On Apr 20, 3:46 am, Quiketaz <[EMAIL PROTECTED]> wrote:
> Hello every body, sorry for my english, I'm lookin how to integrate
> the ZendGuard encode, but when encrypt the app folder in symfony, the
> application break, It make an error about some variables in the Yaml
> files. Somebody know how to integrate this applications, or maybe an
> application with the same funcionality?
>
> Thanks..
> Att. Enrique Flores
> Monterrey, Nuevo Leon


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to