summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2006-10-27 21:18:56 +0000
committerMichael Wallner <mike@php.net>2006-10-27 21:18:56 +0000
commit60de9952d70f53e84631be33d680767172d6a877 (patch)
treed92f3c3632f184c064b4298c961ac6a8b0d934cf /NEWS
parent28e7df42db02e316a721209f634fbfa017a32e17 (diff)
downloadphp-git-60de9952d70f53e84631be33d680767172d6a877.tar.gz
- upgrade ext/sysvshm to current parameter parsing API
- mark functions unicode safe - add shm_has_var()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bc6b7b26a0..457fa7b30d 100644
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,7 @@ PHP NEWS
for temporary files (as requested in bug #35380). (Hartmut)
. "context" and "binary_pipes" params in "other_options" arg. (Sara)
. stream_resolve_include_path(). (Sara)
+- Added shm_has_var() function. (Mike)
- Fixed bug #36630 (umask not reset at the end of the request). (Ilia)
- Fixed bug #34286 (__toString() behavior is inconsistent). (Marcus)