File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ PHP 4 NEWS
24
24
- Fixed bug #32813 (parse_url() does not handle scheme-only urls properly). (Ilia)
25
25
- Fixed bug #32802 (General cookie overrides more specific cookie). (Ilia)
26
26
- 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)
27
29
- Fixed bug #32742 (segmentation fault when the stream with a wrapper
28
30
is not closed). (Tony, Dmitry)
29
31
- Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3). (Jani)
@@ -59,8 +61,7 @@ PHP 4 NEWS
59
61
- Fixed bug #29975 (memory leaks when set_error_handler() is used inside error
60
62
handler). (Tony)
61
63
- 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)
64
65
65
66
31 Mar 2005, Version 4.3.11
66
67
- Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ echo "\n[$var]\n";
17
17
?>
18
18
--EXPECT--
19
19
<code><font color="#000000">
20
- <br /><font color="#0000BB"><?php </font><font color="#007700">echo </font><font color="#DD0000">"foo"</font><font color="#007700">; </font><font color="#0000BB">?></font><br /></font>
20
+ <br /><font color="#0000BB"><?php </font><font color="#007700">echo </font><font color="#DD0000">"foo"</font><font color="#007700">; </font><font color="#0000BB">?></font><br /></font>
21
21
</code>
22
22
[<code><font color="#000000">
23
- <br /><font color="#0000BB"><?php </font><font color="#007700">echo </font><font color="#DD0000">"bar"</font><font color="#007700">; </font><font color="#0000BB">?></font><br /></font>
23
+ <br /><font color="#0000BB"><?php </font><font color="#007700">echo </font><font color="#DD0000">"bar"</font><font color="#007700">; </font><font color="#0000BB">?></font><br /></font>
24
24
</code>]
You can’t perform that action at this time.
0 commit comments