summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 25b6d27f9b..307f9d7bca 100644
--- a/NEWS
+++ b/NEWS
@@ -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)