diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2015-12-18 13:09:30 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2015-12-18 13:09:30 +0900 |
commit | 7517a624288cad78e6f03eef28c77714bf4b7824 (patch) | |
tree | c691ce152da8fc69b62456d010d2c46f378e83d9 /NEWS | |
parent | 5835593dfc18b68b5cab9fca2d51f7877e11217f (diff) | |
download | php-git-7517a624288cad78e6f03eef28c77714bf4b7824.tar.gz |
Fix typo in NEWS
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ PHP NEWS . Fixed bug #60052 (Integer returned as a 64bit integer on X64_86). (Mariuz) - Pgsql: - . Implemented FR #31021 (pg_result_notice() is needed to get all notice + . Implemented FR #31021 (pg_last_notice() is needed to get all notice messages). (Yasuo) . Implemented FR #48532 (Allow pg_fetch_all() to index numerically). (Yasuo) |