- 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
This commit is contained in:
Dave Barr 2004-08-11 00:00:48 +00:00
parent 1f9e95ed7a
commit f31d6f0a33

View file

@ -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;