diff --git a/chapters/config.xml b/chapters/config.xml index 5dd0b62b86..f5ccb493db 100644 --- a/chapters/config.xml +++ b/chapters/config.xml @@ -1,5 +1,5 @@ - + Configuration @@ -120,6 +120,12 @@ php_value auto_prepend_file none + + + Don't use php_value to set boolean values. + php_flag (see below) should be used instead. + +