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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 23:01:33 2025 UTC