php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69325 php_copy_file_ex does not pass the argument
Submitted: 2015-03-29 04:54 UTC Modified: -
From: imbolk at gmail dot com Assigned:
Status: Closed Package: Filesystem function related
PHP Version: master-Git-2015-03-29 (Git) OS:
Private report: No CVE-ID: None
 [2015-03-29 04:54 UTC] imbolk at gmail dot com
Description:
------------
Function php_copy_file_ex does not pass argument to function php_copy_file_ctx.


PHPAPI int php_copy_file_ex(const char *src, const char *dest, int src_flg)
{
        return php_copy_file_ctx(src, dest, 0, NULL);
}

Expected result:
----------------
Function php_copy_file_ex passes argument to function php_copy_file_ctx.

Actual result:
--------------
Function php_copy_file_ex does not pass argument to function php_copy_file_ctx.

Patches

argument_patch.diff (last revision 2015-03-29 04:55 UTC by imbolk at gmail dot com)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-04-08 06:54 UTC] laruence@php.net
Automatic comment on behalf of laruence
Revision: http://git.php.net/?p=php-src.git;a=commit;h=fa795b05530c4ccd33ff63f23903bf4b458dc491
Log: Fixed bug #69325 (php_copy_file_ex does not pass the argument)
 [2015-04-08 06:54 UTC] laruence@php.net
-Status: Open +Status: Closed
 [2016-07-20 11:39 UTC] davey@php.net
Automatic comment on behalf of laruence
Revision: http://git.php.net/?p=php-src.git;a=commit;h=fa795b05530c4ccd33ff63f23903bf4b458dc491
Log: Fixed bug #69325 (php_copy_file_ex does not pass the argument)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC