Skip to content

Commit fa5910e

Browse files
committed
- Add missing bug fixes.
# Please always add a NEWS entry for fixed bugs. # The NEWS entry are added to http://php.net/ChangeLog-4.php after every # released and the fixed bugs are auto(vi)matically linked to the BTS. # So please also conform to the #<number> style (no one violated this, but # just in case ;).
1 parent f542683 commit fa5910e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

NEWS

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ PHP 4 NEWS
1111
- Fixed compile errors in the FriBidi extension (Bug #16414). (Tal)
1212
- Fixed bugs #7472, #12120 and #12989 as well as other potential problems
1313
with strip_tags() function. (Ilia)
14+
- Fixed bugs #17570 and #17957 (Regexps related). (Andrei, Ilia)
15+
- Fixed bugs #18167 and #16859 (SEGV with session_decode). (Ilia)
16+
- Fixed bugs #19573 and #13472 (Session, XHTML compliance and
17+
trans_sid). (Sascha)
18+
- Fix #19570 (last character was missing in
19+
get_html_translation_table). (Wez)
1420
- Upgraded PCRE to version 3.9. (Wez)
1521
- Fixed bug in OCIResult() which returned garbage when called on
1622
empty result-sets. (Thies)

0 commit comments

Comments
 (0)