after 3 php.ini check I did a mistake (french to english)
I wrote extention=mysql.so instead of extension=mysql.so
The module appears now in the apache/php info! :punk
I still have a bunch of error when listing installed extention using " php -m... " command but listed in the end...
Jocko wrote:Can you post your php.ini file and the content of the folder extensionsmaybe you load some obsolete modules with php 5.6.6 but compiled for version 5.5.7.
- Code: Select all
ls -l /usr/lib/php/extensions
here is a capture from both commands: (attached file)
I'm leaving for tonight but I sure be back tomorrow morning! Thank you very much again!