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

Bug #21240 Test failure with PHP 7.2.0RC1
Submitted: 2017-09-04 08:38 UTC
From: remicollet Assigned:
Status: Feedback Package: Crypt_GPG (version 1.6.2)
PHP Version: HEAD SVN-2017-09-04 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2017-09-04 08:38 UTC] remicollet (Remi Collet)
Description: ------------ There was 1 error: 1) DecryptAndVerifyTestCase::testDecryptVerifyKeyNotFoundIgnoreVerifyErrors Crypt_GPG_KeyNotFoundException: Cannot decrypt data. No suitable private key is in the keyring. Import a suitable private key before trying to decrypt this data. /dev/shm/BUILD/php-pear-crypt-gpg-1.6.2/Crypt_GPG-1.6.2/Crypt/GPG/ProcessHandler.php:720 /dev/shm/BUILD/php-pear-crypt-gpg-1.6.2/Crypt_GPG-1.6.2/Crypt/GPG/Engine.php:1823 /dev/shm/BUILD/php-pear-crypt-gpg-1.6.2/Crypt_GPG-1.6.2/Crypt/GPG/Engine.php:861 /dev/shm/BUILD/php-pear-crypt-gpg-1.6.2/Crypt_GPG-1.6.2/Crypt/GPG.php:1974 /dev/shm/BUILD/php-pear-crypt-gpg-1.6.2/Crypt_GPG-1.6.2/Crypt/GPG.php:919 /dev/shm/BUILD/php-pear-crypt-gpg-1.6.2/Crypt_GPG-1.6.2/tests/DecryptAndVerifyTest.php:367 Test suite OK with 5.6, 7.0 and 7.1

Comments

 [2017-09-04 08:54 UTC] alec (Aleksander Machniak)
-Status: Open +Status: Verified
Confirmed. Will investigate.
 [2017-09-04 15:32 UTC] alec (Aleksander Machniak)
-Status: Verified +Status: Feedback
I was able to reproduce the issue after I updated PHP 7.1 to 7.2 on my system. Now, after a while, I'm not able to reproduce.