News Feed
Jobs Feed
Sections




News Archive
Pierre-Alain Joye's Blog:
Windows fixes release for Zip, fopen(,"rb") may not be binary safe
November 28, 2006 @ 07:13:09

A new release of the Zip PECL package has been made according to this post on Pierre-Alain Joye's blog today. The main update in this release is to counteract a Windows bug that's interfering with binary file opens.

The issue is actually a windows bug. No matter if I give or not the "b" flag to fopen, the write operations are not binary safe. It seems to be a known issue as many projects use the same trick.

The problem comes up when PHP forces the binary mode in SAPI and CLI, making the binary writes to a file non-binary safe no matter what. Pierre is also asking for help from anyone out there with any information/bug reports/references about this issue that would yield something useful.

0 comments voice your opinion now!
fopen binary safe windows force mode bug sapi cli fopen binary safe windows force mode bug sapi cli


blog comments powered by Disqus

Similar Posts

PHP.net: 5.2.9-1 (for Windows) released

Matthew Turland's Blog: Zend_Form and Zend_Loader_PluginLoader SNAFU

Padraic Brady's Blog: ext/snarl: PHP interface to the Windows Snarl Notification Tool API

PHPMaster.com: Compiling PHP from Source on Windows

Pierre-Alain Joye's Blog: PHP 5.2.7RC3 Released (Go test!)


Community Events











Don't see your event here?
Let us know!


community podcast unittest application testing zendframework2 release tool framework introduction functional interview conference code phpunit opinion development series example language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework