From: Michael Wallner Date: Sun, 5 Mar 2006 17:56:16 +0000 (+0000) Subject: - fix typo, reword slightly X-Git-Tag: php-5.1.3RC1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d7304541580bac79045299196a75ab50e94243d;p=php - fix typo, reword slightly --- diff --git a/NEWS b/NEWS index 6c1ddef0a7..392a66df42 100644 --- a/NEWS +++ b/NEWS @@ -48,8 +48,8 @@ PHP NEWS - Fixed bug #36599 (DATE_W3C format constant incorrect). (Derick) - Fixed bug #36575 (SOAP: Incorrect complex type instantiation with hierarchies). (Dmitry) -- Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that show be - set when executing internal queries such as "show master status" via MySQL). +- Fixed bug #36572 (Added PDO::MYSQL_ATTR_DIRECT_QUERY constant that should be + set when executing internal queries like "show master status" via MySQL). (Ilia) - Fixed bug #36510 (strtotime() fails to parse date strings with tabs). (Ilia, Derick)