projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a22d285
)
update NEWS
author
Adam Baratz
<adambaratz@php.net>
Mon, 26 Nov 2018 15:39:24 +0000
(10:39 -0500)
committer
Adam Baratz
<adambaratz@php.net>
Mon, 26 Nov 2018 15:39:24 +0000
(10:39 -0500)
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index fad14571e3724b390fe47ceb96be23ada6c714a6..3d6069e9e375b092cfbdcc682b730f8975eb9fb3 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-15,6
+15,10
@@
PHP NEWS
. Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
(cmb)
+- PDO:
+ . Handle invalid index passed to PDOStatement::fetchColumn() as error. (Sergei
+ Morozov)
+
- Soap:
. Fixed bug #77088 (Segfault when using SoapClient with null options).
(Laruence)