File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9407,7 +9407,7 @@ Allows per-virtual host setting [`php_value`s](http://php.net/manual/en/configur
94079407These flags or values can be overwritten by a user or an application.
94089408Within a vhost declaration:
94099409``` puppet
9410- php_values => [ 'include_path " .:/usr/local/example-app/include"' ] ,
9410+ php_values => { 'include_path' => ' .:/usr/local/example-app/include' } ,
94119411```
94129412
94139413Default value: ` {} `
Original file line number Diff line number Diff line change 818818# These flags or values can be overwritten by a user or an application.
819819# Within a vhost declaration:
820820# ``` puppet
821- # php_values => [ 'include_path " .:/usr/local/example-app/include"' ] ,
821+ # php_values => { 'include_path' => ' .:/usr/local/example-app/include' } ,
822822# ```
823823#
824824# @param php_flags
You can’t perform that action at this time.
0 commit comments