Hello folks,
One our client was receiving too many php warning for hist website which hosted on his VPS. And error_logs files filling the disk on the server.
QuotePHP Warning: Module 'zip' already loaded in Unknown on line 0
Above error generates due to there is an already a another zip extension loading on the the the server, to resolve this you need to comment/delete line
extension=zip.so from php.conf file.
That's it, restart httpd service to take effect.
Enjoy !! :) ;) :)