Thom Toogood

Results 17 comments of Thom Toogood

@oxyc we decided to let config in `composer.json` overwrite the normal config file so it wasn't possible to manage config in both places, mainly to reduce the WTF factor... Otherwise,...

I'd also like to only override the default `php.ini` with a simple include -- https://github.com/geerlingguy/ansible-role-php/pull/97 maybe allow `php_cli_[conf var]` or `php_fpm_[conf_var]` or in this case -- `php_cli_memory_limit` would override `php_memory_limit`...

or even easier an override var per SAPI like ``` php_cli_conf: memory_limit: -1 ``` could create `/etc/php/7.0/cli/conf.d/zzz_overrides.ini` on Ubuntu.

Might try to tackle a PR for this over the next week or so but would need to know the best approach for overriding `php.ini` config for CLI on CentOS....

From what I can tell there's no standard way to set _only_ overrides for a single SAPI in CentOS, so whilst it's crazy to have dozens of config files they...

`php --ini` **CentOS 7 (PHP7)** ``` Configuration File (php.ini) Path: /etc Loaded Configuration File: /etc/php.ini Scan for additional .ini files in: /etc/php.d Additional .ini files parsed: /etc/php.d/... ... ``` **Ubuntu...

This is the limit set on the Hipchat API -- https://www.hipchat.com/docs/api/method/rooms/message "Name the message will appear be sent from. Must be less than 15 characters long. May contain letters, numbers,...