]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #29338 (unencoded spaces get ignored after certain tags).
authorIlia Alshanetsky <iliaa@php.net>
Sun, 22 May 2005 16:45:41 +0000 (16:45 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 22 May 2005 16:45:41 +0000 (16:45 +0000)
NEWS
tests/strings/004.phpt

diff --git a/NEWS b/NEWS
index 19c47da013fb23b1d0c42977bf88de347d09e1fa..ccde9f621e3024058514bf050fa24e8f5757d5fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -24,6 +24,8 @@ PHP 4                                                                      NEWS
 - Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). (Ilia)
 - Fixed bug #32802 (General cookie overrides more specific cookie). (Ilia)
 - Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems). (Jani)
+- Fixed bug #32773 (GMP fincs break when second parameter is 0) and made right 
+  fix for GMP FPEs (Stas)
 - Fixed bug #32742 (segmentation fault when the stream with a wrapper 
   is not closed). (Tony, Dmitry)
 - Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3). (Jani)
@@ -59,8 +61,7 @@ PHP 4                                                                      NEWS
 - Fixed bug #29975 (memory leaks when set_error_handler() is used inside error 
   handler). (Tony)
 - Fixed bug #29944 (Function defined in switch, crashes). (Dmitry)
-- Fixed bug #32773 (GMP fincs break when second parameter is 0) and made right 
-  fix for GMP FPEs (Stas)
+- Fixed bug #29338 (unencoded spaces get ignored after certain tags). (Ilia)
 
 31 Mar 2005, Version 4.3.11
 - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
index 596928cdff31eff13ce00a2ca17b681e0873fff1..4a0895897d1487071608c78cc52358f8d68ab0a6 100644 (file)
@@ -17,8 +17,8 @@ echo "\n[$var]\n";
 ?>
 --EXPECT--
 <code><font color="#000000">
-&lt;br /&gt;<font color="#0000BB">&lt;?php </font><font color="#007700">echo </font><font color="#DD0000">"foo"</font><font color="#007700">; </font><font color="#0000BB">?&gt;</font>&lt;br /&gt;</font>
+&lt;br&nbsp;/&gt;<font color="#0000BB">&lt;?php&nbsp;</font><font color="#007700">echo&nbsp;</font><font color="#DD0000">"foo"</font><font color="#007700">;&nbsp;</font><font color="#0000BB">?&gt;</font>&lt;br&nbsp;/&gt;</font>
 </code>
 [<code><font color="#000000">
-&lt;br /&gt;<font color="#0000BB">&lt;?php </font><font color="#007700">echo </font><font color="#DD0000">"bar"</font><font color="#007700">; </font><font color="#0000BB">?&gt;</font>&lt;br /&gt;</font>
+&lt;br&nbsp;/&gt;<font color="#0000BB">&lt;?php&nbsp;</font><font color="#007700">echo&nbsp;</font><font color="#DD0000">"bar"</font><font color="#007700">;&nbsp;</font><font color="#0000BB">?&gt;</font>&lt;br&nbsp;/&gt;</font>
 </code>]