summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-10-20 01:09:07 +0000
committer <changelog@php.net>2000-10-20 01:09:07 +0000
commit2288607fc56cbd379a9b654e245ac7a25b4ddc52 (patch)
treefb85232ec2f1e9b43422c927cd680cd8ab38dfbf
parent6cfcf6e01096762ecef0577067ed0473e0bf50ae (diff)
downloadphp-git-2288607fc56cbd379a9b654e245ac7a25b4ddc52.tar.gz
NEWS update
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 640fcceb89..c1d86e5bbc 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.4
+- Removed the shm_* aliases, only the smhop_* function wiil be
+ supported (Derick)
+- Renamed the shm_* functions to shmop_* and added aliases for the
+ old functions (Derick)
- Added ldap_get_option() and ldap_set_option() functions (Stig Venaas)
- Fixed a crash in CGI mode, in case no file was provided (Daniel Beulshausen
& Zeev)