summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-12-25 15:41:56 +0000
committerAntony Dovgal <tony2001@php.net>2006-12-25 15:41:56 +0000
commit9f76195869eb433073718b4ced138510aca0c2d5 (patch)
treee1092310884beffc9518ffb0ed3adacf2220cdc1 /NEWS
parent601f4cd12968fefab1fdc474e582271582f19654 (diff)
downloadphp-git-9f76195869eb433073718b4ced138510aca0c2d5.tar.gz
MFH: fix bug #39890 (using autoconf 2.6x and --with-layout=GNU breaks PEAR install path)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 84b1ff0d08..07571a0a27 100644
--- a/NEWS
+++ b/NEWS
@@ -22,6 +22,8 @@ PHP NEWS
- Fixed bug #39903 (Notice message when executing __halt_compiler() more than
once). (Tony)
- Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc). (Ilia)
+- Fixed bug #39890 (using autoconf 2.6x and --with-layout=GNU breaks PEAR
+ install path). (Tony)
- Fixed bug #39884 (ReflectionParameter::getClass() throws exception for type
hint self). (thekid at php dot net)
- Fixed bug #39873 (number_format() breaks with locale & decimal points).