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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
22 + 6 = ?
Subscribe to this entry?

 
 [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 Mar 29 14:01:28 2024 UTC