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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: imbolk at gmail dot com
New email:
PHP Version: OS:

 

 [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)

Pull Requests

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 Dec 03 17:01:29 2024 UTC