summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-08-05 20:31:08 -0700
committerStanislav Malyshev <stas@php.net>2012-08-05 20:31:08 -0700
commita239658b9ed06008ca0cbb69c4d85fdfa506c01c (patch)
tree6d53911cfa1b7b266f634d4da9392115b6036b6d
parent07ee764e5709dc8d9f26382d8e7438696f5bb834 (diff)
downloadphp-git-a239658b9ed06008ca0cbb69c4d85fdfa506c01c.tar.gz
fix for #62460
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c22d7c2fd4..70cbe8ed83 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ PHP NEWS
. Fixed bug #62744 (dangling pointers made by zend_disable_class). (Laruence)
. Fixed bug #62716 (munmap() is called with the incorrect length).
(slangley@google.com)
+ . Fixed bug ##62460 (php binaries installed as binary.dSYM). (Reeze Xia)
. Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK
with run-test.php). (Laruence)