mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Merge pull request #82 from jingjingxyk/feature_fix_pecl_url
解决pecl http下载地址被劫持的问题
This commit is contained in:
commit
755246cb6a
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user