diff options
author | Andrey Hristov <andrey@php.net> | 2004-01-25 14:00:59 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2004-01-25 14:00:59 +0000 |
commit | ca3001faf8a5965fbcbf6fba0ef00c07649e843d (patch) | |
tree | 01c4220c8f4c041c9dd8a152166fcc3a378b4b9a /NEWS | |
parent | d51218f2210e66de966ac43dbdcf06e2aced5d3e (diff) | |
download | php-git-ca3001faf8a5965fbcbf6fba0ef00c07649e843d.tar.gz |
entrt about feature request #24258
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ PHP NEWS - Fixed bug #24608 (__set not triggered when overloading with array). (Stanislav) - Fixed bug #24243 (enabling browscap causes segfault). (Wez) +- Added third optional parameter 'strict' to array_keys(). Works like the + 'strict' parameter of in_array(). Feature request #24258. (Andrey) 21 Dec 2003, PHP 5 Beta 3 - Bundled new tidy extension (John, Wez) |