Applies To:
[ Zend Optimizer 3.3.x ]
[ All operating systems ]
Symptom
After you have installed one of Zend Products containing Zend Optimizer extension and you restart Apache for the first time, you might get the following error:
"Zend Optimizer: Unable to register functions, unable to load"
Technical Details
This is caused due to incompatibility between the Zend Optimizer extension and the php_dbg extension.
Resolution / Workaround
Please comment out the following directive from your php.ini:
extension=php_dbg.dll-[PHP VERSION]
Then, restart your web server to see is Zend Optimizer loads properly.
Excerpt: After you have installed one of Zend Products containing Zend Optimizer extension and you restart Apache for the first time, you might get the following error: "Zend Optimizer: Unable to register functions, unable to load"
Original Post Date: 2009-04-13 12:04:08
Alternative Description:
Zend Optimizer and PHP_DBG extensions are incompatible
Comments