diff options
author | Markus Fischer <mfischer@php.net> | 2002-09-26 07:38:02 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2002-09-26 07:38:02 +0000 |
commit | fa5910e77c95215b349cb07bd7d883723bbf5144 (patch) | |
tree | 3dab435d815757ca7531ba0dd4371d06937a2a5d /NEWS | |
parent | f5426838f985dc4f7aa1ef811cbe9051d4dfead0 (diff) | |
download | php-git-fa5910e77c95215b349cb07bd7d883723bbf5144.tar.gz |
- 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 ;).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -11,6 +11,12 @@ PHP 4 NEWS - Fixed compile errors in the FriBidi extension (Bug #16414). (Tal) - Fixed bugs #7472, #12120 and #12989 as well as other potential problems with strip_tags() function. (Ilia) +- Fixed bugs #17570 and #17957 (Regexps related). (Andrei, Ilia) +- Fixed bugs #18167 and #16859 (SEGV with session_decode). (Ilia) +- Fixed bugs #19573 and #13472 (Session, XHTML compliance and + trans_sid). (Sascha) +- Fix #19570 (last character was missing in + get_html_translation_table). (Wez) - Upgraded PCRE to version 3.9. (Wez) - Fixed bug in OCIResult() which returned garbage when called on empty result-sets. (Thies) |