reference/misc/functions/php-strip-whitespace.xml
f9c4a68ef4f89e51e6d9b905ad3ddb6492386dd3
...
...
@@ -1,4 +1,4 @@
1
-
<?xml version='1.0' encoding="utf-8"?>
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<refentry xml:id="function.php-strip-whitespace" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
<refnamediv>
...
...
@@ -45,10 +45,9 @@
45
45
</para>
46
46
<note>
47
47
<para>
48
-
This function works as described as of PHP 5.0.1. Before this it would
49
-
only return an empty string. For more information on this bug and its
50
-
prior behavior, see bug report
51
-
<link xlink:href="&url.php.bugs;29606">#29606</link>.
48
+
This function respects the value of the
49
+
<link linkend="ini.short-open-tag">short_open_tag</link>
50
+
ini directive.
52
51
</para>
53
52
</note>
54
53
</refsect1>
55
54