From 0cd6b030a5a7073a2f045ddb2f75e4d25c089c0c Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Mon, 19 May 2003 02:32:15 +0000 Subject: [PATCH] integrate note and fix bug #23663 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127674 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/config.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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. + +