php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6555 passthru not redirecting output
Submitted: 2000-09-05 10:48 UTC Modified: 2000-12-07 11:37 UTC
From: scottk at ganymede dot com Assigned:
Status: Closed Package: *General Issues
PHP Version: 4.0.1pl2 OS: Win NT Server 4.0 SP5
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: scottk at ganymede dot com
New email:
PHP Version: OS:

 

 [2000-09-05 10:48 UTC] scottk at ganymede dot com
Web Server : Apache 1.3.9

Issue :

The passthru call is not returning anything to the browser.  The call does not generate an error, but never redirects the output to the browser.

Reproduce :

   echo "<td><TEXTAREA name=log cols=60 rows=20>\n"; 
   passthru ("$FRUTILS\\cat $FRTMP\\$logfile");
   echo"</TEXTAREA></td>"; 

Where cat is a win32 executable that 'cats' a file and where $logfile is the file to view

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-05 11:10 UTC] stas@php.net
reclassify
 [2000-11-11 15:30 UTC] dbeu@php.net
is the bugs still existant?
which sapi are you using (cgi/apache mod)?
 [2000-12-07 11:37 UTC] sniper@php.net
No feedback.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 01 01:01:28 2024 UTC