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
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: brandon at brandonsavage dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 13:01:28 2025 UTC