summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2013-08-10 17:35:20 -0700
committerStanislav Malyshev <stas@php.net>2013-08-10 17:35:52 -0700
commit6b4971a29b9ad42998f3581b251bb0e35c780eb5 (patch)
tree3dd471b57c3b73e002a08e33ed39668d8f2f2340
parent3f99ba6351d5742dbbec8ad96eae4ee973965fde (diff)
parent36b759d1dd0258859d247997b9c81727531ce1ba (diff)
downloadphp-git-6b4971a29b9ad42998f3581b251bb0e35c780eb5.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Fix #61345: fix install of CGI binary
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4b373a08c1..10697a03d4 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP NEWS
- Core:
. Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones)
+ . Fixed bug #61345 (CGI mode - make install don't work). (Michael Heimpold)
. Fixed bug #61268 (--enable-dtrace leads make to clobber
Zend/zend_dtrace.d) (Chris Jones)