Skip to content

Commit add1f2f

Browse files
author
Ilia Alshanetsky
committed
MFH: Fixed bug #29338 (unencoded spaces get ignored after certain tags).
1 parent cd98638 commit add1f2f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

NEWS

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ PHP 4 NEWS
2424
- Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). (Ilia)
2525
- Fixed bug #32802 (General cookie overrides more specific cookie). (Ilia)
2626
- Fixed bugs #32800, #32830 (ext/odbc: Problems with 64bit systems). (Jani)
27+
- Fixed bug #32773 (GMP fincs break when second parameter is 0) and made right
28+
fix for GMP FPEs (Stas)
2729
- Fixed bug #32742 (segmentation fault when the stream with a wrapper
2830
is not closed). (Tony, Dmitry)
2931
- Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3). (Jani)
@@ -59,8 +61,7 @@ PHP 4 NEWS
5961
- Fixed bug #29975 (memory leaks when set_error_handler() is used inside error
6062
handler). (Tony)
6163
- Fixed bug #29944 (Function defined in switch, crashes). (Dmitry)
62-
- Fixed bug #32773 (GMP fincs break when second parameter is 0) and made right
63-
fix for GMP FPEs (Stas)
64+
- Fixed bug #29338 (unencoded spaces get ignored after certain tags). (Ilia)
6465

6566
31 Mar 2005, Version 4.3.11
6667
- Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)

tests/strings/004.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ echo "\n[$var]\n";
1717
?>
1818
--EXPECT--
1919
<code><font color="#000000">
20-
&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>
20+
&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>
2121
</code>
2222
[<code><font color="#000000">
23-
&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>
23+
&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>
2424
</code>]

0 commit comments

Comments
 (0)