php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58349 No output at all when using SVN functions
Submitted: 2008-09-21 04:54 UTC Modified: 2011-10-05 21:14 UTC
From: brandon at brandonsavage dot net Assigned:
Status: No Feedback Package: svn (PECL)
PHP Version: 5.2.5 OS: Mac OS X 10.5.5
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
46 + 14 = ?
Subscribe to this entry?

 
 [2008-09-21 04:54 UTC] brandon at brandonsavage dot net
Description:
------------
This bug is for PHP 5.2.5 with the most recent version of PECL and 0.4.1 of SVN for PHP.

Reproduce code:
---------------
<?php

$var = svn_status('/Users/brandon/Sites/nbm');

var_dump($var);

echo 'Test';

?>

Expected result:
----------------
An array containing information on the SVN status of the item, followed by an output of the word "Test".

Actual result:
--------------
A blank page, with no output. It does not output the word "test" either. It simply displays a blank page. No entries are made in the error log; error reporting is turned on, and it is set to display errors. I receive neither. Errors are set to E_ALL.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-10-07 18:48 UTC] scottmac@php.net
I can't reproduce this locally, are you running it from the 
command line or through apache?

If its through apache can you try from Terminal and calling 
php directly.
 [2009-11-08 04:19 UTC] dafish at soundtrack-board dot de
I've also encountered this problem using Mac OS X 10.6.2 with Zend Server, PHP 5.3 and SVN 1.6.2.

This problem still exists with Version 0.5.1 beta of PECL SVN.
 [2009-11-08 07:40 UTC] dafish at soundtrack-board dot de
The output from the command-line works as intended.
 [2011-10-05 21:14 UTC] alan at akbkhome dot com
probably fixed - very old version
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC