php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #54907 SVN_CAT problem with <<xxx>> tags
Submitted: 2011-05-23 10:46 UTC Modified: 2011-05-25 00:59 UTC
From: lucifer at ote dot gr Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: Irrelevant OS: Windows 7
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: lucifer at ote dot gr
New email:
PHP Version: OS:

 

 [2011-05-23 10:46 UTC] lucifer at ote dot gr
Description:
------------
---
From manual page: http://www.php.net/function.svn-cat#See Also
---

svn_cat removes <test> from original commited text <<test>>.


Test script:
---------------
//file test.sql has contents:
//test
//<<test>>

$fileContent = svn_cat('test.sql');
		
echo '<pre>'.$fileContent.'</pre>';


Expected result:
----------------
test
<<test>>

Actual result:
--------------
test
<>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-05-25 00:59 UTC] felipe@php.net
-Status: Open +Status: Bogus
 [2011-05-25 00:59 UTC] felipe@php.net
Hello, as ext/svn is a PECL extension, this bug must be reported in http://pecl.php.net/bugs/report.php?package=svn

Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 17 09:01:30 2024 UTC