diff options
author | Xinchen Hui <laruence@php.net> | 2015-04-08 14:32:31 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-04-08 14:33:01 +0800 |
commit | fa795b05530c4ccd33ff63f23903bf4b458dc491 (patch) | |
tree | 82cd62860a75e78c57afaa609186aa4a9293c3dd /NEWS | |
parent | f23f7dfed03e67c9b5cca076e24ccf9f7c761674 (diff) | |
download | php-git-fa795b05530c4ccd33ff63f23903bf4b458dc491.tar.gz |
Fixed bug #69325 (php_copy_file_ex does not pass the argument)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |