I am trying to read a docx file from php. For this I found the solution at How to extract text from word file .doc,docx,.xlsx,.pptx php - Answer 1.
This library requires zzip. So I installed zzip using WHM (I did not restart the server) but still it is not listed in phpinfo() & I still get the error
function zip_open() not found
when i try to run the following code :
$zip = zip_open($this->filename);