|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2018-08-30 14:07 UTC] aljosha dot papsch at vinexus dot eu
Description: ------------ The request for http://doc.php.net/downloads/json/php_manual_en.json is timing out. I didn't find a new URL. At least php-extras[0] depends on it to show function parameters. [0] https://github.com/arnested/php-extras/issues/new Test script: --------------- curl -m 5 http://doc.php.net/downloads/json/php_manual_en.json Expected result: ---------------- The webserver should respond with the file in a reasonable time. Actual result: -------------- Request timeout. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 05:00:01 2025 UTC |
Hi, this of course also affects the PEAR-Channel reffering to doc.php.net # pear list-channels Registered Channels: ==================== Channel Alias Summary doc.php.net phpdocs PHP Documentation team pear.php.net pear PHP Extension and Application Repository pecl.php.net pecl PHP Extension Community Library __uri __uri Pseudo-channel for static packages # pear channel-update doc.php.net Updating channel "doc.php.net" Channel "doc.php.net" is not responding over http://, failed with message: File http://doc.php.net:80/channel.xml not valid (redirected but no location) Trying channel "doc.php.net" over https:// instead Cannot retrieve channel.xml for channel "doc.php.net" (Connection to `ssl://doc.php.net:443' failed: Connection refused) Has anyone looked at this, yet? ;-) Kind regards Lars