diff options
author | Keyur Govande <keyur@php.net> | 2014-10-07 21:07:19 +0000 |
---|---|---|
committer | Keyur Govande <keyur@php.net> | 2014-10-07 21:07:19 +0000 |
commit | d21602c07288283e680941c0c0f963715fed0337 (patch) | |
tree | 4c8dd0f62770ea3d2c6516847834270f21e60513 | |
parent | 648673bffe7a7c63ce6223fcbac7c118a114c893 (diff) | |
download | php-git-d21602c07288283e680941c0c0f963715fed0337.tar.gz |
Add to NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ PHP NEWS - Core: . Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita) +- Mysqli: + . Fixed bug #68114 (linker error on some OS X machines with fixed width + decimal support) (Keyur Govande) ?? ??? 2014, PHP 5.5.18 |