iliaal / php_excel

PHP Extension interface to the Excel writing/reading library
http://ilia.ws
534 stars 131 forks source link

php can not load extention #232

Closed hoai closed 6 years ago

hoai commented 6 years ago

Hi, Can you help me ? I installed by guide http://www.libxl.com/php.html . but when i try run php , i got code PHP Fatal error: Class 'ExcelBook' not found. How i can load extension into php. ini added to php.ini extension=excel.so, and restarted apace.

But phpinfo(); do not return excel at all. Thanks & Best, Hoai

hoai commented 6 years ago

i found my ini here /usr/local/lib/php.ini. and resoved it.