]> granicus.if.org Git - php/commitdiff
- NEWS
authorAndi Gutmans <andi@php.net>
Wed, 25 Aug 2004 01:04:27 +0000 (01:04 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 25 Aug 2004 01:04:27 +0000 (01:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 46a39cf634af2755abd8df21210f95f8ca469ca3..66cca30f3570144964599030b358d201daa7513b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.0.2
+- Add interface_exists() and make class_exists() only return true for true
+  classes. (Andrey Hristov)
 - Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory
   exhaustion. (Andrei)
 - Added PHP_EOL constant that contains the OS way of representing newlines.