2008/11/10 David Coallier <[EMAIL PROTECTED]>: > davidc Mon Nov 10 18:54:30 2008 UTC > > Modified files: (Branch: PHP_5_3) > /php-src NEWS > Log: > - Added resolution of bug #44153, #44154 > > > http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.373&r2=1.2027.2.547.2.965.2.374&diff_format=u > Index: php-src/NEWS > diff -u php-src/NEWS:1.2027.2.547.2.965.2.373 > php-src/NEWS:1.2027.2.547.2.965.2.374 > --- php-src/NEWS:1.2027.2.547.2.965.2.373 Mon Nov 10 14:45:30 2008 > +++ php-src/NEWS Mon Nov 10 18:54:30 2008 > @@ -3575,3 +3575,7 @@ > - Fixed bug #28694 (ReflectionExtension::getFunctions() crashes PHP). > (Marcus) > - Fixed bug #28512 (Allocate enough space to store MSSQL data). (Frank) > - Fixed strip_tags() to correctly handle '\0' characters. (Stefan) > +- Fixed bug #44153 (pdo->errorCode() returns NULL when there are no errors). > + (David C.) > +- Fixed bug #44154 (pdo->errorInfo() always have three elements in the > + returned array). (David C.) >
That a wrong order :), Bugs should be sorted by id decreasing: #44154 #44153 ... #28694 #28512 Also aren't these in HEAD or did I miss the commits? If not then please remember HEAD first or Jani will kill some bunnies :) > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Kalle Sommer Nielsen -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php