summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-04-08 14:32:31 +0800
committerXinchen Hui <laruence@php.net>2015-04-08 14:33:01 +0800
commitfa795b05530c4ccd33ff63f23903bf4b458dc491 (patch)
tree82cd62860a75e78c57afaa609186aa4a9293c3dd /NEWS
parentf23f7dfed03e67c9b5cca076e24ccf9f7c761674 (diff)
downloadphp-git-fa795b05530c4ccd33ff63f23903bf4b458dc491.tar.gz
Fixed bug #69325 (php_copy_file_ex does not pass the argument)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4da1522921..67c7d530ef 100644
--- a/NEWS
+++ b/NEWS
@@ -172,6 +172,8 @@
required_num_args). (Julien)
- Standard:
+ . Fixed bug #69325 (php_copy_file_ex does not pass the argument).
+ (imbolk at gmail dot com)
. Fixed bug #69299 (Regression in array_filter's $flag argument in PHP 7).
(Laruence)
. Removed call_user_method() and call_user_method_array() functions. (Kalle)