]> granicus.if.org Git - php/commitdiff
- Added __FUNCTION__ and __CLASS__ constants.
authorfoobar <sniper@php.net>
Wed, 10 Apr 2002 21:22:10 +0000 (21:22 +0000)
committerfoobar <sniper@php.net>
Wed, 10 Apr 2002 21:22:10 +0000 (21:22 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ec0723781215a7e6ace43f92668360cf8b076cfd..e1d49aa98188ab51b43abbc705da65db6430fe91 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,11 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
+- Added __FUNCTION__ and __CLASS__ constants. (Jani, Zend Engine)
 - Added pg_metadate(), pg_convert(), pg_insert(), pg_select(), pg_update()
   and pg_delete(). (Yasuo)
-- Added 2nd parameter for pg_result_status() to specify return type. (Yasuo)
+- Added optional 2nd parameter for pg_result_status() to specify return type. 
+  (Yasuo)
 - Added "ignore_repeated_errors" and "ignore_repeated_source" php.ini options
   which can be used to disable logging of repeated error messages. (Marcus)
 - Made pg_last_notice() work correctly. (Yasuo)