Re: [symfony-users] New to PHP

2011-06-01 Thread Gareth McCumskey
Code obfuscation in the PHP world is not very good and, to be honest not necessary. For what reason do you want to obfuscate code? On Tue, May 31, 2011 at 7:24 PM, Ton Yeung wrote: > I'm coming from an ASP.NET MVC background, where I can compile and > obfuscate my source. > How can do this with

Re: [symfony-users] New to PHP

2011-05-31 Thread Diego Henrique Oliveira
You can use Zend Guard to do it. There is another solutions, but Zend Guard is, IMHO, the best choice. On Tue, May 31, 2011 at 2:24 PM, Ton Yeung wrote: > I'm coming from an ASP.NET MVC background, where I can compile and > obfuscate my source. > How can do this with php and symfony? > > -- > I