Quantcast
Channel: Arvixe Blog » richi
Viewing all articles
Browse latest Browse all 7

How to Add an Extension to the php.ini Through a Terminal in Linux

$
0
0
Hello, I’ll show you how to easily add an extension to the php.ini with a simple line in a terminal. 1. Open up a terminal or console. The code is: echo "extension=extensionname" >> /path/to/php.ini 2. Change path/to/php.ini to yours, and extensionname to the name of your extension. That’s it, simply execute and restart httpd. You [...]

Viewing all articles
Browse latest Browse all 7

Trending Articles