From f31d6f0a33a444c5690401741561b83b1441e230 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Wed, 11 Aug 2004 00:00:48 +0000 Subject: [PATCH] - Add note about prior 5.0.1 bug #29606. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165985 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/php-strip-whitespace.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/reference/misc/functions/php-strip-whitespace.xml b/reference/misc/functions/php-strip-whitespace.xml index e2b95cf3a2..5d44e1d293 100644 --- a/reference/misc/functions/php-strip-whitespace.xml +++ b/reference/misc/functions/php-strip-whitespace.xml @@ -1,5 +1,5 @@ - + php_strip_whitespace @@ -18,6 +18,14 @@ PHP comments and whitespace removed. This may be useful for determining the amount of actual code in your scripts compared with the amount of comments. + + + This function works as described as of PHP 5.0.1. Before this it would + only return an empty string. For more information on this bug and its + prior behavior, see bug report + #29606. + + &reftitle.returnvalues;