Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.6.9

Bug #13807 Binary encryption on Windows
Submitted: 2008-04-30 16:01 UTC
From: gauthierm Assigned:
Status: Wont fix Package: Crypt_GPG (version CVS)
PHP Version: Irrelevant OS: Windows
Roadmaps: (Not assigned)    
Subscription  


 [2008-04-30 16:01 UTC] gauthierm (Michael Gauthier)
Description: ------------ Binary encryption on Windows doesn't work because IPC pipes are opened in text mode. This can be fixed but depends on a currently unreleased bug fix in PHP CVS.

Comments

 [2008-05-03 06:42 UTC] doconnor (Daniel O'Connor)
Michael, want to try this now that 5.2.6 is out?
 [2008-05-03 17:59 UTC] gauthierm (Michael Gauthier)
Daniel, The bug is http://bugs.php.net/bug.php?id=44667 and the fix was included in 5.2.6. I'm in the middle of refactoring the internals of Crypt_GPG to fix this bug, #13806 and #13586.
 [2008-05-16 18:20 UTC] gauthierm (Michael Gauthier)
Ok, PHP bug 44667 is now closed. Now, supporting large file encryption/decryption on Windows is not possible because of PHP Bug http://bugs.php.net/bug.php?id=44908. Even if the specific PHP bug is fixed, multi-key encryption/signing support will not be possible in any sane manner. I'm dropping Windows support entirely in the next release because it is twice as much work to support.