zend_optimizer5: error on Word Press

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
simonmlewis
DevNet Master
Posts: 4435
Joined: Wed Oct 08, 2008 3:39 pm
Location: United Kingdom
Contact:

zend_optimizer5: error on Word Press

Post by simonmlewis »

[text][Thu Aug 06 13:15:45 2015] [error] [client 78.150.37.222] Failed loading
/usr/local/dh/apache/template/phpext/zend_optimizer5/ZendOptimizer.so:
/usr/local/dh/apache/template/phpext/zend_optimizer5/ZendOptimizer.so:
cannot open shared object file: No such file or directory, referer:
http://www.site.com/?attachment_id=9874[/text]

A client of mine is getting this error in their logs.

They don't have Zend installed. they wonder if WordPress installed it during a recent update. I personally doubt that but any ideas?

We also read that we need to remove zend from php.ini, but WP doesn't update that file does it??
Love PHP. Love CSS. Love learning new tricks too.
All the best from the United Kingdom.
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: zend_optimizer5: error on Word Press

Post by Celauran »

WordPress certainly shouldn't have write access to your php.ini and does not add Zend Optimizer. You most likely do need to remove that line from php.ini and restart Apache, though.
Post Reply