diff options
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/config.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst index b7fa803..3f0115b 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst | |||
| @@ -6,6 +6,9 @@ Snuffleupagus is using its own format in the file specified by | |||
| 6 | the directive ``sp.configuration_file`` (in your ``php.ini`` file), | 6 | the directive ``sp.configuration_file`` (in your ``php.ini`` file), |
| 7 | like ``sp.configuration_file=/etc/php/conf.d/snuffleupagus.ini``. | 7 | like ``sp.configuration_file=/etc/php/conf.d/snuffleupagus.ini``. |
| 8 | 8 | ||
| 9 | You can use the ``,`` separator to include multiple configuration files : | ||
| 10 | ``sp.configuration_file=/etc/php/conf.d/snuffleupagus.ini,/etc/php/conf.d/sp_wordpress.ini`` | ||
| 11 | |||
| 9 | Options are chainable by using dots (``.``) and string parameters | 12 | Options are chainable by using dots (``.``) and string parameters |
| 10 | **must** be quoted, while booleans and integers aren't. | 13 | **must** be quoted, while booleans and integers aren't. |
| 11 | 14 | ||
