I need to add a php extension to a custom php.ini file. The extension is installed locally, not in usr/lib. How do I make php "look for" the extension there?
|
feedback
|
|
I need to add a php extension to a custom php.ini file. The extension is installed locally, not in usr/lib. How do I make php "look for" the extension there?
| |||
|
feedback
|
extension_dirsetting with the custom php.ini to point it at the directory which contains the extension. – Garrett Nov 18 '11 at 17:33