php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #30990 popen: 'b' flag broken in Linux, not defaulted in Windows
Submitted: 2004-12-06 03:45 UTC Modified: 2004-12-07 00:32 UTC
From: abk at avatartechnology dot com Assigned:
Status: Closed Package: Program Execution
PHP Version: 4.3.8 OS: Windows 2003
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: abk at avatartechnology dot com
New email:
PHP Version: OS:

 

 [2004-12-06 03:45 UTC] abk at avatartechnology dot com
Description:
------------
It appears that popen($command, 'r') DOES translate newlines on Windows 2003 -- contrary to documentation of fopen that implies it should default to binary mode. Changing the mode to 'rb' fixes the problem, but generates a warning and fails to open the pipe on Linux:

Warning: popen(/usr/bin/unzip -p "/home/web/aktestb.avatartech.com/public/media_libraries/config_import.cic",rb): Invalid argument


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-07 00:32 UTC] iliaa@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Feb 02 20:01:29 2025 UTC