dave            Tue Aug 10 20:00:49 2004 EDT

  Modified files:              
    /phpdoc/en/reference/misc/functions php-strip-whitespace.xml 
  Log:
  - Add note about prior 5.0.1 bug #29606.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/php-strip-whitespace.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/misc/functions/php-strip-whitespace.xml
diff -u phpdoc/en/reference/misc/functions/php-strip-whitespace.xml:1.2 
phpdoc/en/reference/misc/functions/php-strip-whitespace.xml:1.3
--- phpdoc/en/reference/misc/functions/php-strip-whitespace.xml:1.2     Tue Aug 10 
19:28:14 2004
+++ phpdoc/en/reference/misc/functions/php-strip-whitespace.xml Tue Aug 10 20:00:48 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <refentry id="function.php-strip-whitespace">
  <refnamediv>
   <refname>php_strip_whitespace</refname>
@@ -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.
   </para>
+  <note>
+   <para>
+    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
+    <ulink url="&url.php.bugs;29606">#29606</ulink>.
+   </para>
+  </note>
  </refsect1>
  <refsect1>
   &reftitle.returnvalues;

Reply via email to