summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-04-14 00:23:02 +0000
committer <changelog@php.net>2002-04-14 00:23:02 +0000
commit1a0ac411440918f32ec910ac7ed6d46ffafad473 (patch)
tree7ee048f46f5ed226f88a17707c6411b394446385
parent435857115d073fd07df2c6903af9ac7cfea84f9b (diff)
downloadphp-git-1a0ac411440918f32ec910ac7ed6d46ffafad473.tar.gz
NEWS update
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4525f90a08..f7da5b597d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2002, Version 4.3.0
+- Mixing OCIPlogon and OCINLogon no longer leak Oracle-Sessions. (thies)
+- old $node->append_child() is now $node->append_sibling(), since
+ new append_child() now behaves like excepted (= W3C standard) (chregu, uwe)
- Ini settings for encoding/decoding Unicode/JIS user comments (Marcus)
- Both 'file' and 'path to php.ini' is allowed for "-c" cli/cgi option. (Yasuo)
- Added version info to the dll and exe files created under Windows. (jtate)