From 8b0cf0d7fa3fe8a3f3520149850602e81d7fb77e Mon Sep 17 00:00:00 2001 From: Reeze Xia Date: Sat, 28 Feb 2015 16:45:26 +0800 Subject: [PATCH 1/2] Update NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 486f9492079..70ded10e9be 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ PHP NEWS . Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file not validated in memory.c). (nayana at ddproperty dot com) . Fixed bug #68166 (Exception with invalid character causes segv) (Rasmus) + . Fixed bug #69141 (Missing arguments in reflection info for some builtin + functions) (kostyantyn dot lysyy at oracle dot com) - cURL: . Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on From c98eb695b5b804a6892b020290a6589781e6126e Mon Sep 17 00:00:00 2001 From: Reeze Xia Date: Sun, 1 Mar 2015 15:03:21 +0800 Subject: [PATCH 2/2] Bump header year --- header | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header b/header index fcbcaea9e3c..c54286c8bf2 100644 --- a/header +++ b/header @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2014 The PHP Group | + | Copyright (c) 1997-2015 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is |