Tuesday, August 13, 2013

Enabling PHP module

Things to keep in mind when enabled a PHP module:
  • Check the loaded configuration file
    user@localhost:~$ php --ini
  • In your php.ini, find what directory the loaded extension reside: extension_dir
  • Copy the module to the extension directory

No comments:

Post a Comment