diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-04-10 11:45:12 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-04-10 11:45:12 +0800 |
commit | bb5535bd38549b0b1b3bc228ad77bd5d1dfaada4 (patch) | |
tree | c9f5d12c00040ed769e8b4714495a2ef72e10766 | |
parent | c32281d4066b6b860192b1c83049659fbd8bdcbc (diff) | |
download | php-git-bb5535bd38549b0b1b3bc228ad77bd5d1dfaada4.tar.gz |
Update NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ PHP NEWS . Fixed bug #74188 (Null coalescing operator fails for undeclared static class properties). (tpunt) +- Fileinfo: + . Fixed bug #74379 (syntax error compile error in libmagic/apprentice.c). + (Laruence) + - GD: . Fixed bug #74343 (compile fails on solaris 11 with system gd2 library). (krakjoe) |