From: Sara Golemon Date: Thu, 4 May 2006 00:21:51 +0000 (+0000) Subject: Note addition of new class constants X-Git-Tag: php-5.1.5RC1~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e6beb9f28c3c06bb3885d098017ee23e7fd864d;p=php Note addition of new class constants --- diff --git a/ext/pdo/package2.xml b/ext/pdo/package2.xml index a6d8a6be9d..add5a47fc3 100644 --- a/ext/pdo/package2.xml +++ b/ext/pdo/package2.xml @@ -61,6 +61,7 @@ You can find additional PDO drivers at: http://pecl4win.php.net ** Changes ** +- Added PDO::PARAM_EVT_* family of constants. (Sara) - Fixed bug #37167 (PDO segfaults when throwing exception from the fetch handler). (Tony) - Fixed memory corruption when PDO::FETCH_LAZY mode is being used. (Ilia)