Forum Moderators: mack
I'm trying to install "Zend Optimizer" for PHP 4.x
I have a linux server with 1and1.com, and this is what their FAQ says to do:
----------------------------------------------
1. Download the Zend Optimizer from [link] (for Linux glibc 2.1)
2. Unzip the files locally on your computer. (tar -xvzf "the tar file")
3. Go to the folder where the Zend Optimizer has been unpacked. Go to "data" directory. Here you can see various folders named according to PHP versions, e.g.
4_4_1_comp. Go the the directory of your choice. The important file is "ZendOptimizer.so"
5. Upload this file into a directory of your choice within your webspace.
6. Change the php.ini file to include the following text:
zend_optimizer.optimization_level=15
zend_extension=/homepages/12/d1234567/htdocs/ZendOptimizer.so
-----------------------------------------------------
I don't know how to change - or even FIND - the "php.ini" file.
I don't even know what it is.
Where do you think it would be?
Thanks in advance,
-Chris