php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52739 rename bug
Submitted: 2010-08-30 12:56 UTC Modified: 2010-08-30 13:36 UTC
From: lgynove at 163 dot com Assigned:
Status: Not a bug Package: Compile Warning
PHP Version: 5.3.3 OS: windows xp
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lgynove at 163 dot com
New email:
PHP Version: OS:

 

 [2010-08-30 12:56 UTC] lgynove at 163 dot com
Description:
------------
i think it a rename function bug

Test script:
---------------
<?
class Wrapper1
{
}

stream_wrapper_register('abc', "Wrapper1") or die("Failed to register protocol");
rename("abc://abc.txt", "d:/www/test.txt");

Expected result:
----------------
none

Actual result:
--------------
Warning: rename(): Cannot rename a file across wrapper types in D:\www\wrapper1.php on line 7

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-08-30 13:36 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2010-08-30 13:36 UTC] pajoye@php.net
It is the expected behavior, also documented.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 14:01:29 2024 UTC