https://github.com/chassis/phpini
A Chassis extension to load and apply custom settings for php.ini files
https://github.com/chassis/phpini
chassis chassis-extension php wordpress
Last synced: 9 months ago
JSON representation
A Chassis extension to load and apply custom settings for php.ini files
- Host: GitHub
- URL: https://github.com/chassis/phpini
- Owner: Chassis
- Created: 2017-07-23T01:04:48.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2020-08-13T09:40:37.000Z (almost 6 years ago)
- Last Synced: 2025-04-01T05:02:19.667Z (about 1 year ago)
- Topics: chassis, chassis-extension, php, wordpress
- Language: Puppet
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom PHP ini
A Chassis extension that allows you to overwrite the default `php.ini` configuration values so you can tailor your Chassis box to match your server requirements.
## Usage
1. Add a `custom.ini` file inside your `content` directory with your [custom configuration](http://php.net/manual/en/ini.core.php). e.g. `memory_limit = 512M`
2. Commit that to your Git repository.
3. Run `vagrant provision`.
4. To check the values have been applied you can browse to [http://vagrant.local/phpinfo.php](http://vagrant.local/phpinfo.php).