PDA

View Full Version : Zend Optimizer


keikee
02-09-2001, 06:15 AM
Why don't you guys install the Zend Optimizer? It should make PHP pages parse and load much quicker and it's free!

Brian Asselin
02-09-2001, 02:17 PM
As far as I know it is installed. at least on the server I'm on.

geeknik
02-09-2001, 06:20 PM
How can you tell? :) I'd like to know if it's here too. :)

Brian

JohnM
02-09-2001, 06:40 PM
Upload a file called phpinfo.php:

<?php phpinfo(); ?>

and run it run your browser.

keikee
02-09-2001, 07:25 PM
Yeah, phpinfo() should tell you whether or not the optimizer is installed. I'm running PHP4.0.3pl1 on my intranet server and it displays the Zend Engine and Optimizer version. I don't see the optimizer on the HostRocket server when I run phpinfo().