[PECL-DEV] Bug #77157 [Com]: Attempting to download any PECL library gives a 500 error
Edit report at https://bugs.php.net/bug.php?id=77157&edit=1 ID: 77157 Comment by: [email protected] Reported by:php dot net at butt dot cx Summary:Attempting to download any PECL library gives a 500 error Status: Closed Type: Bug Package:PECL PHP Version:Irrelevant Block user comment: N Private report: N New Comment: Hello, thank you for reporting issues. This should be now fixed with the next rsync update in about half an hour or so probably. I'll follow if there are any other issues. Caused by migrating to classes autoloading in the source code... Sorry for inconvenience. Regards and thank you for helping us make PHP better. Previous Comments: [2018-11-15 06:28:28] [email protected] Automatic comment on behalf of [email protected] Revision: http://git.php.net/?p=web/pecl.git;a=commit;h=c54c36c2e324de10d066db132948345b4993f33a Log: Fix #77157: Attempting to download any PECL library gives a 500 error [2018-11-15 05:31:51] php dot net at butt dot cx Description: Visit a page on the PECL site, e.g. https://pecl.php.net/package/couchbase and try to download a TGZ. You get a 500, e.g. https://pecl.php.net/get/couchbase-2.6.0.tgz Expected result: To download the file Actual result: -- You get a 500 -- Edit this bug report at https://bugs.php.net/bug.php?id=77157&edit=1 -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PECL-DEV] Bug #77522 [Com]: PECL install fails for recent extensions
Edit report at https://bugs.php.net/bug.php?id=77522&edit=1 ID: 77522 Comment by: [email protected] Reported by:dpuglielli at magnitude dot com Summary:PECL install fails for recent extensions Status: Open Type: Bug Package:PECL Operating System: SUSE 12+ PHP Version:7.3.1 Block user comment: N Private report: N New Comment: Hello, I think this has been now fixed in the pecl command line script which is part of the pear core repository [1]. A quick workaround until PEAR can be updated, is to manually edit the pecl command line script: which pecl vim /path/to/bin/pecl and remove the -n option in the last line as it was done in the linked conmit. [1] https://github.com/pear/pear-core/commit/f94454a74785865cec50bf9d64c410efc29b587a Please report back if that changes anything. Previous Comments: [2019-01-25 21:47:41] dpuglielli at magnitude dot com Description: Trying to install any recent extension using PECL fails with the error message: Could not download from "https://pecl.php.net/get/", cannot download "pecl/" (Connection to `ssl://pecl.php.net:443' failed: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) Error: cannot download "pecl/" By recent I mean after about 11 November 2018 (deduced by trying different versions of different extensions until I narrowed down the date). As far as I can tell, this affects any version of any extension for PHP 7+, with PHP downloaded from the SUSE repositories on SUSE 12 or 15. The install command is 'zypper install php7 php7-pear php7-devel'. The problem is not fixed by installing the OpenSSL package from the repos (php7-openssl). This does not appear to affect any other platform. It is not clear to me if this is a PHP bug or a SUSE bug. A couple of people seem to have had this problem online, the suggested workaround is to force PECL to read php.ini when executing the PHP binary by removing the -n switch from PHP calls. See this issue: https://github.com/lazyfrosch/docker-icingaweb2/issues/1. The presence of the -n switch explains why downloading the openssl extension does not work, since that extension is loaded from an ini file. Test script: --- For example, pecl install decimal Expected result: Extension should begin to download and install. Actual result: -- WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update Could not download from "https://pecl.php.net/get/", cannot download "pecl/" (Connection to `ssl://pecl.php.net:443' failed: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?) Error: cannot download "pecl/" -- Edit this bug report at https://bugs.php.net/bug.php?id=77522&edit=1 -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PECL-DEV] [PHP-BUG] Bug #78061 [NEW]: PECL 404 error
From: petk Operating system: PHP version: Irrelevant Package: PECL website Bug Type: Bug Bug description:PECL 404 error Description: 1.) Install site locally 2.) Import clucene project (example) 3.) delete dll cache 4.) Visit http://localhost/package/clucene (there is a warning 404 because https://windows.php.net/downloads/pecl/releases/clucene/0.0.9/ doesn't exist) -- Edit bug report at https://bugs.php.net/bug.php?id=78061&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=78061&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=78061&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=78061&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=78061&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=78061&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=78061&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=78061&r=needscript Try newer version: https://bugs.php.net/fix.php?id=78061&r=oldversion Not developer issue:https://bugs.php.net/fix.php?id=78061&r=support Expected behavior: https://bugs.php.net/fix.php?id=78061&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=78061&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=78061&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=78061&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=78061&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=78061&r=dst IIS Stability: https://bugs.php.net/fix.php?id=78061&r=isapi Install GNU Sed:https://bugs.php.net/fix.php?id=78061&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=78061&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=78061&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=78061&r=mysqlcfg -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PECL-DEV] [PHP-BUG] Bug #78063 [NEW]: Issue with showing testing packages site
From: petk Operating system: PHP version: Irrelevant Package: PECL website Bug Type: Bug Bug description:Issue with showing testing packages site Description: Install site locally with the dev fixtures imported. Visit: https://pecl.php.net/packages.php?catpid=43&catname=Testing there is a half of the page missing. On prod there is 500 error. -- Edit bug report at https://bugs.php.net/bug.php?id=78063&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=78063&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=78063&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=78063&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=78063&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=78063&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=78063&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=78063&r=needscript Try newer version: https://bugs.php.net/fix.php?id=78063&r=oldversion Not developer issue:https://bugs.php.net/fix.php?id=78063&r=support Expected behavior: https://bugs.php.net/fix.php?id=78063&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=78063&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=78063&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=78063&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=78063&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=78063&r=dst IIS Stability: https://bugs.php.net/fix.php?id=78063&r=isapi Install GNU Sed:https://bugs.php.net/fix.php?id=78063&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=78063&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=78063&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=78063&r=mysqlcfg -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
