diff options
author | Michael Wallner <mike@php.net> | 2006-10-27 21:18:56 +0000 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2006-10-27 21:18:56 +0000 |
commit | 60de9952d70f53e84631be33d680767172d6a877 (patch) | |
tree | d92f3c3632f184c064b4298c961ac6a8b0d934cf /NEWS | |
parent | 28e7df42db02e316a721209f634fbfa017a32e17 (diff) | |
download | php-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |