mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 05:35:52 +03:00
Ports: Update PHP to 8.1.11
This commit is contained in:
parent
8ebbb6a2f3
commit
684c038af0
Notes:
sideshowbarker
2024-07-17 05:15:25 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/684c038af0 Pull-request: https://github.com/SerenityOS/serenity/pull/15740
@ -194,7 +194,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`pcre`](pcre/) | Perl-compatible Regular Expressions (PCRE) | 8.45 | https://www.pcre.org/ |
|
||||
| [`pcre2`](pcre2/) | Perl-compatible Regular Expressions (PCRE2) | 10.40 | https://www.pcre.org/ |
|
||||
| [`pfetch`](pfetch/) | pfetch | a906ff8 | https://github.com/dylanaraps/pfetch/ |
|
||||
| [`php`](php/) | PHP | 8.1.6 | https://www.php.net/ |
|
||||
| [`php`](php/) | PHP | 8.1.11 | https://www.php.net/ |
|
||||
| [`pixman`](pixman/) | pixman | 0.40.0 | http://pixman.org |
|
||||
| [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf |
|
||||
| [`potrace`](potrace/) | Bitmap tracing utility | 1.16 | https://potrace.sourceforge.net/ |
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='php'
|
||||
useconfigure='true'
|
||||
version='8.1.6'
|
||||
files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz da38d65bb0d5dd56f711cd478204f2b62a74a2c2b0d2d523a78d6eb865b2364c"
|
||||
version='8.1.11'
|
||||
files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz 3005198d7303f87ab31bc30695de76e8ad62783f806b6ab9744da59fe41cc5bd"
|
||||
auth_type='sha256'
|
||||
depends=("libiconv" "libxml2" "openssl" "readline" "sqlite" "zlib")
|
||||
configopts=(
|
||||
|
Loading…
Reference in New Issue
Block a user