Quote Originally Posted by Artin
Quote Originally Posted by pepio
Quote Originally Posted by Artin
Why is there so many mods etc for phpm0tion etc and very little for vshare? I really not sure why I am with vshare. Is it because the files are encoded with Zend?

Artin
Yes it is becouse of zend. Stupid zend....
Very stupid :( It would be SOOOO much better without it.

Artin
Zend Optimizer greatly enhances the performance of PHP applications. Generally this is the main use of the Zend Optimizer software.

The Zend Optimizer goes over the code generated by the standard Zend run-time compiler and optimizes it for faster execution.

The standard Zend run-time compiler used by PHP is indeed extremely fast, generating code that is usually 2 to 10 times faster. But an application that uses the Zend Optimizer, most commonly executes the scripts another 40% to 100% faster.