summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>1999-12-12 02:08:06 +0000
committer <changelog@php.net>1999-12-12 02:08:06 +0000
commita42bf72ec0bb8dfdc4157d784ad85f319f90d2dc (patch)
treeb45914bfdc0159e8c5427a7b1e43e3fb2fe89494
parentdbaf6c5c653d932745e7c2592415cccd29ade73b (diff)
downloadphp-git-a42bf72ec0bb8dfdc4157d784ad85f319f90d2dc.tar.gz
NEWS update
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4d7ed8b1e..2864c2e3ec 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? ????, Version 4.0 Beta 4
+- Made implode() binary-safe (Andrei)
+- Made strstr(), stristr(), and ucwords() binary-safe() (Andrei)
- 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)