summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>1999-12-10 02:08:28 +0000
committer <changelog@php.net>1999-12-10 02:08:28 +0000
commita70d0097c906b3c4b628e1d7f94ab37e59c0c00d (patch)
tree0c7c5a8c367cd1f52400430206067afe9b711bca
parent7e4bd9fb606a1564390e3b5359e13f21bc1a963f (diff)
downloadphp-git-a70d0097c906b3c4b628e1d7f94ab37e59c0c00d.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 10413e51ec..9432d6eda8 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? ????, Version 4.0 Beta 4
+- Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
+- Fix a crash in the Apache syntax highlighting mode (Zeev)
- Report all ODBC error's not just the one on the top of the stack (lurcher)
- OCI8 now returns NULL values in LONG columns correct. (Thies)
- Added support for a C-like assert() function. (Thies)