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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 05:01:29 2024 UTC