mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
update mcrypt bugs
This commit is contained in:
parent
3af2811951
commit
4edd05f4df
@ -98,12 +98,7 @@
|
|||||||
"ffitarget.h"
|
"ffitarget.h"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"libmcrypt": {
|
|
||||||
"source": "libmcrypt",
|
|
||||||
"static-libs-unix": [
|
|
||||||
"libmcrypt.a"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"libpng": {
|
"libpng": {
|
||||||
"source": "libpng",
|
"source": "libpng",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
@ -208,6 +203,18 @@
|
|||||||
"openssl"
|
"openssl"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"libmcrypt": {
|
||||||
|
"source": "libmcrypt",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libmcrypt.a"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"mcrypt": {
|
||||||
|
"source": "mcrypt",
|
||||||
|
"static-libs-unix": [
|
||||||
|
"libmcrypt.a"
|
||||||
|
]
|
||||||
|
},
|
||||||
"nghttp2": {
|
"nghttp2": {
|
||||||
"source": "nghttp2",
|
"source": "nghttp2",
|
||||||
"static-libs-unix": [
|
"static-libs-unix": [
|
||||||
|
|||||||
@ -53,12 +53,20 @@
|
|||||||
"path": "LICENSE"
|
"path": "LICENSE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libmcrypt": {
|
"mcrypt": {
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"url": "https://github.com/winlibs/libmcrypt/archive/refs/tags/libmcrypt-2.5.8-3.4.tar.gz",
|
"url": "https://jaist.dl.sourceforge.net/project/mcrypt/MCrypt/2.6.8/mcrypt-2.6.8.tar.gz",
|
||||||
"license": {
|
"license": {
|
||||||
"type": "file",
|
"type": "file",
|
||||||
"path": "COPYING.LIB"
|
"path": "COPYING"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libmcrypt": {
|
||||||
|
"type": "url",
|
||||||
|
"url": "https://nchc.dl.sourceforge.net/project/mcrypt/Libmcrypt/2.5.8/libmcrypt-2.5.8.tar.gz",
|
||||||
|
"license": {
|
||||||
|
"type": "file",
|
||||||
|
"path": "COPYING"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libpng": {
|
"libpng": {
|
||||||
|
|||||||
@ -57,3 +57,13 @@
|
|||||||
| xmlwriter | | | |
|
| xmlwriter | | | |
|
||||||
| zip | | | |
|
| zip | | | |
|
||||||
| zlib | | | |
|
| zlib | | | |
|
||||||
|
|
||||||
|
## Additional Requirements
|
||||||
|
|
||||||
|
- phpmicro requires PHP >= 8.0
|
||||||
|
- swoole >= 5.0 requires PHP >= 8.0
|
||||||
|
- swow requires PHP >= 8.0
|
||||||
|
|
||||||
|
## Bugs
|
||||||
|
|
||||||
|
See #32.
|
||||||
Loading…
x
Reference in New Issue
Block a user