summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2008-07-21 13:05:46 +0000
committerAndrey Hristov <andrey@php.net>2008-07-21 13:05:46 +0000
commitc6c238c772b2762c51893c22ba8ef3f2d1b6f740 (patch)
tree1d2db3201e19e20709b2d1d0d5af8c3e19609ac0
parent5e79f2c47616cba4e4dbb710caed7486b1df75a6 (diff)
downloadphp-git-c6c238c772b2762c51893c22ba8ef3f2d1b6f740.tar.gz
Pure, old-fashion CVS grown, bug fix.
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5701f8956e..7530cbbad6 100644
--- a/NEWS
+++ b/NEWS
@@ -212,6 +212,7 @@ PHP NEWS
methods). (robin_fernandes at uk dot ibm dot com)
- Fixed bug #45345 (SPLFileInfo::getPathInfo() returning dir info instead of
file info). (Etienne)
+- Fixed bug #45179 (--with-mysql-sock fails to compile & work). (Andrey)
- Fixed bug #45038 (Crash when using DateTimeZone object returned by
Date::getTimezone). (Joe Orton, Derick)
- Fixed bug #44769 (declaring private magic methods should throw error). (Felipe)