I would like to install Xdebug, but it is not compatible with Zend Optimizer. How do I tell if I have the Zend Optimizer installed?
Searching php.ini for "zend" returns just one line:
- Code: Select all
zend.ze1_compatibility_mode = Off
phpinfo() has the following information:
Zend Extension = 220060519
Zend Memory Manager = enabled
There is also this bit of text at the end of phpinfo():
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
Sorry I'm such a newbie - but what is the proper way to see if the Zend Optimizer is installed?
Thanks,
Shane.

