From: foobar Date: Tue, 20 Sep 2005 07:18:54 +0000 (+0000) Subject: no irrelevant news here (pdo was never in PHP before, no point) X-Git-Tag: php-5.1.0RC2~217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=462940cbb0421e3392e4adcb0a8e4096eb5039ad;p=php no irrelevant news here (pdo was never in PHP before, no point) --- diff --git a/NEWS b/NEWS index c34a8c66d0..05b6691598 100644 --- 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.