Portal Home > Knowledgebase > Articles Database > Easy (aka dumb) Zend optimiser question


Easy (aka dumb) Zend optimiser question




Posted by junglecat, 09-01-2007, 11:59 AM
What is a quick way to check if I have zend on a server? (I think I installed it, but I can't remember for sure).

Posted by david510, 09-01-2007, 12:03 PM
Login to the shell of the server and type the command below. php -v It should show output as following if Zend Optimizer is installed. with Zend Optimizer v2.6.2, Copyright (c) 1998-2006, by Zend Technologies

Posted by junglecat, 09-01-2007, 12:17 PM
php -v worked, zend is there, Thanks much!!

Posted by Dexqt, 09-02-2007, 02:16 AM
I know this was answered, but just in case you don't have SSH access to your hosting account, you can just as easily find out what was compiled with the PHP install and what wasn't, simply create a new .PHP file and throw the following in; "Outputs a large amount of information about the current state of PHP. This includes information about PHP compilation options and extensions, the PHP version, server information and environment (if compiled as a module), the PHP environment, OS version information, paths, master and local values of configuration options, HTTP headers, and the PHP License."



Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read
High CPU usage (Views: 655)

Language: