diff options
author | Joe Watkins <krakjoe@php.net> | 2017-01-09 05:31:41 +0000 |
---|---|---|
committer | Joe Watkins <krakjoe@php.net> | 2017-01-09 05:31:41 +0000 |
commit | 8dd523a21604bfb0c8ac70367396507ce9fe77cb (patch) | |
tree | 23f040e8a1070b2e7ebb1cc03284b1e7d36f9f53 /NEWS | |
parent | 8c653c163a7c6f8fa3c1394bd1d482480c226177 (diff) | |
download | php-git-8dd523a21604bfb0c8ac70367396507ce9fe77cb.tar.gz |
Fixed bug #72979 money_format stores wrong length on AIX
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -27,6 +27,7 @@ PHP NEWS . Fixed bug #47021 (SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked"). (Rowan Collins) . Fixed bug #72974 (imap is undefined service on AIX). (matthieu.sarter) + . Fixed bug #72979 (money_format stores wrong length AIX). (matthieu.sarter) - ZIP: . Fixed bug #70103 (ZipArchive::addGlob ignores remove_all_path option). (cmb, |