To install the Zend Optimizer under UNIX or Mac OSX:
1. Execute the following command (and follow the instructions):
./install.sh
NOTE: Be sure to download the Zend Optimizer version that corresponds with the platform you use.
2. If you are running under Apache, restart your Apache Web server. For Apache V1.3, use the commands:
apachectl stop; apachectl start
SSH to your server and su root
tar zxvpf ZendFilenameHere.tar.gz
cd ZendDirectory
./install.sh
It will restart apache for you and your server will magically have this pile of shit software you call Zend.
*To test its working create a php.php file with <?php phpinfo() ?> and visit it on the web
You should see Zend appear as included below the top banner image
Zend Optimizer is an Apache plugin that allows you to run binary PHP code.
This is used for 2 reasons:
A. Compile and hide PHP source code ( many scripts will use this to protect their code )
B. Optimize and speed up php execution for Zend compiled scripts
Typically, if your program doesn't require Zend you dont need this functionality.
does anyone know how to install this pile of shit software... please icq me or post
icq 55112653
I guess you would call any software package that has to be installed on your server a pile of shit, because you simply don't know how to install packages on your server.
Don't worry about that, it doesn't matter, you can't know everything, but don't blame the software for the need to be installed before it works
O and btw, if you it doesn't work because your server uses FreeBSD 5.3 or higher, this is correct. Zend doesn't support FreeBSD 5.3 or higher at this moment. If you need to get it running on that OS, you can contact me on icq 19466672.
Just did it a few weeks back and it wasn't so bad. ICQ me 92621328 if you're on Linux and need a hand, I'm used to giving my host gray hair by compiling all my packages from source and customizing them :-)
-doug
XYCash Gay Affiliate Programs - Making Money For Webmasters Since 1999 - click here to sign up
O and btw, if you it doesn't work because your server uses FreeBSD 5.3 or higher, this is correct. Zend doesn't support FreeBSD 5.3 or higher at this moment. If you need to get it running on that OS, you can contact me on icq 19466672.
you are not correct zend does support freebsd 5.x you just gotta download the correct version of zend.
Zend Products rock. They speed up PHP applications and allow for encription of code. You must not know anything about php coding if you think its shit.
Comment