Edit report at http://bugs.php.net/bug.php?id=54907&edit=1
ID: 54907 Updated by: fel...@php.net Reported by: lucifer at ote dot gr Summary: SVN_CAT problem with <<xxx>> tags -Status: Open +Status: Bogus Type: Bug Package: Unknown/Other Function Operating System: Windows 7 PHP Version: Irrelevant Block user comment: N Private report: N New Comment: Hello, as ext/svn is a PECL extension, this bug must be reported in http://pecl.php.net/bugs/report.php?package=svn Thanks. Previous Comments: ------------------------------------------------------------------------ [2011-05-23 10:46:58] 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 <> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=54907&edit=1