diff --git a/NEWS b/NEWS index d4d7ed8b1ea..2864c2e3eca 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)