I create aplication using php and it's use oop after i encript this file using zend guard then i want to run it the class name change become number and it cant call the class.
please help me how to encript class very well.
Printable View
I create aplication using php and it's use oop after i encript this file using zend guard then i want to run it the class name change become number and it cant call the class.
please help me how to encript class very well.
zend guard doesn't change the name of anything.
to run code that was encrypted with zend guard, you need the zend optimizer and PHP >= 4.0.5. you can read about zend guard at their website.