summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-03-05 13:35:52 +0000
committerAntony Dovgal <tony2001@php.net>2006-03-05 13:35:52 +0000
commit0b12f7307eed2ee7cceefe6750e2047607d73714 (patch)
tree73f37d6e2bb1b7f148c88fe6990e6fc69970e03d /NEWS
parent65211cddcc0fecbf7b0321cb250f5b7538428cf2 (diff)
downloadphp-git-0b12f7307eed2ee7cceefe6750e2047607d73714.tar.gz
MFH: fix #36606 (pg_query_params() changes arguments type to string)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 50b8662c8d..c9e0466434 100644
--- a/NEWS
+++ b/NEWS
@@ -36,6 +36,7 @@ PHP NEWS
- Fixed tiger hash algorithm generating wrong results on big endian platforms.
(Mike)
- Fixed crash with DOMImplementation::createDocumentType("name:"). (Mike)
+- Fixed bug #36606 (pg_query_params() changes arguments type to string). (Tony)
- Fixed bug #36599 (DATE_W3C format constant incorrect). (Derick)
- Fixed bug #36575 (SOAP: Incorrect complex type instantiation with
hierarchies). (Dmitry)