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

Bug #21202 is_executable doesn't work on Windows
Submitted: 2017-04-26 22:05 UTC
From: mattzuba Assigned:
Status: Open Package: Crypt_GPG (version 1.6.0)
PHP Version: Irrelevant OS: Windows
Roadmaps: (Not assigned)    
Subscription  


 [2017-04-26 22:05 UTC] mattzuba (Matt Zuba)
Description: ------------ The fix for bug #19833 causes this library to completely break on Windows. is_executable does not work on directories in Windows and always returns false. Test script: --------------- <?php $gpg = new Crypt_GPG(); Expected result: ---------------- No errors or exceptions Actual result: -------------- [Crypt_GPG_FileException] The 'homedir' "C:\Users\mzuba\.gnupg" is not enterable by the current user. Please check the permissions on your homedir and make sure the current user can both enter and write to the directory.

Comments

 [2017-04-27 06:12 UTC] alec (Aleksander Machniak)
I don't think we ever supported Windows. And package.xml already contains: <os> <name>windows</name> <conflicts /> </os>
 [2022-03-14 04:38 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2022-03-14 04:38 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!