]> granicus.if.org Git - php/commitdiff
no irrelevant news here (pdo was never in PHP before, no point)
authorfoobar <sniper@php.net>
Tue, 20 Sep 2005 07:18:54 +0000 (07:18 +0000)
committerfoobar <sniper@php.net>
Tue, 20 Sep 2005 07:18:54 +0000 (07:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c34a8c66d061bbc91539adafe8361c44a4b91546..05b66915984895ddf8f674bebc7842ab7197ab59 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? Aug 2005, PHP 5.1 Release Candidate 2
-- Made PDO use class constants. (Ilia)
 - Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
   functions to not call __autoload(). (Dmitry)
 - Added support for class constants and static members for internal classes.