Categories
System Software Notes Web Serving

A tour of the PHP.INI configuration file, part 2

A tour of the PHP.INI configuration file, part 2
The first part of this article introduced you to the php.ini file, explained its structure, and showed you how to adjust PHP’s search path, error handling, and parser options. This second part goes deeper into the configuration file, covering topics such as how to activate PHP’s extensions, setting resource limits for your PHP scripts, and altering configuration variables on the fly through a PHP script.