From: Date: Tue, 1 May 2001 01:09:21 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.6RC1~226 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23411a805b2e1403e2c672dd59992690cd6e7d7d;p=php NEWS update --- diff --git a/NEWS b/NEWS index 05f9fb00e4..2c17c56366 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.6 +- Udm_Cat_List and Udm_Cat_Path functions has been added. +- Added key_exists() to check if a given key or index exists in an + array or object (David Croft) - Modify the cURL extension to compile only with the latest cURL release. Backwards compatibility with regards to the extension api has not been broken. (Sterling)