解决pecl http下载地址被劫持的问题

This commit is contained in:
jingjingxyk
2023-06-30 15:00:25 +08:00
parent b852471596
commit 9806422279

View File

@@ -8,7 +8,7 @@
}, },
"apcu": { "apcu": {
"type": "url", "type": "url",
"url": "http://pecl.php.net/get/APCu", "url": "https://pecl.php.net/get/APCu",
"path": "php-src/ext/apcu", "path": "php-src/ext/apcu",
"filename": "apcu.tgz", "filename": "apcu.tgz",
"license": { "license": {
@@ -63,7 +63,7 @@
}, },
"ext-ssh2": { "ext-ssh2": {
"type": "url", "type": "url",
"url": "http://pecl.php.net/get/ssh2", "url": "https://pecl.php.net/get/ssh2",
"path": "php-src/ext/ssh2", "path": "php-src/ext/ssh2",
"filename": "ssh2.tgz", "filename": "ssh2.tgz",
"license": { "license": {
@@ -117,7 +117,7 @@
}, },
"inotify": { "inotify": {
"type": "url", "type": "url",
"url": "http://pecl.php.net/get/inotify", "url": "https://pecl.php.net/get/inotify",
"path": "php-src/ext/inotify", "path": "php-src/ext/inotify",
"filename": "inotify.tgz", "filename": "inotify.tgz",
"license": { "license": {
@@ -327,7 +327,7 @@
}, },
"protobuf": { "protobuf": {
"type": "url", "type": "url",
"url": "http://pecl.php.net/get/protobuf", "url": "https://pecl.php.net/get/protobuf",
"path": "php-src/ext/protobuf", "path": "php-src/ext/protobuf",
"filename": "protobuf.tgz", "filename": "protobuf.tgz",
"license": { "license": {
@@ -393,7 +393,7 @@
}, },
"xlswriter": { "xlswriter": {
"type": "url", "type": "url",
"url": "http://pecl.php.net/get/xlswriter", "url": "https://pecl.php.net/get/xlswriter",
"path": "php-src/ext/xlswriter", "path": "php-src/ext/xlswriter",
"filename": "xlswriter.tgz", "filename": "xlswriter.tgz",
"license": { "license": {