summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-12-18 16:38:36 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-12-18 16:38:36 +0000
commit1bfa8be47420fd8014b165db6424238eee65ae70 (patch)
tree4daa1eb2b0e789cf6b77f514889d28fccdca5fa6 /NEWS
parent9e4d2d4594449a5b45f884c1787d8af4894737bd (diff)
downloadphp-git-1bfa8be47420fd8014b165db6424238eee65ae70.tar.gz
Added entry for the new feature of array_search()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f5900a200d..77f6d5bff7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
? ? ??? 200?, Version 4.4.0
+- Let array_search() accept objects as a needle under ZendEngine2. (Moriyoshi)
- Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)
- Added imagefilter() function which allows application of various filters.
This function is only available with bundled GD. (Pierre-Alain Joye, Ilia)