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 [...]
↧