mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
Ports: Update PHP to version 8.0.10
This commit is contained in:
parent
36a7091531
commit
6f4fbd59d9
Notes:
sideshowbarker
2024-07-18 03:31:38 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/6f4fbd59d91 Pull-request: https://github.com/SerenityOS/serenity/pull/10182 Reviewed-by: https://github.com/linusg ✅
2 changed files with 3 additions and 3 deletions
|
@ -126,7 +126,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`patch`](patch/) | patch (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |
|
||||
| [`pcre`](pcre/) | Perl-compatible Regular Expressions (PCRE) | 8.44 | https://www.pcre.org/ |
|
||||
| [`pcre2`](pcre2/) | Perl-compatible Regular Expressions (PCRE2) | 10.34 | https://www.pcre.org/ |
|
||||
| [`php`](php/) | PHP | 8.0.8 | https://www.php.net/ |
|
||||
| [`php`](php/) | PHP | 8.0.10 | https://www.php.net/ |
|
||||
| [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf |
|
||||
| [`SDLPoP`](SDLPoP/) | Prince of Persia game | | https://github.com/NagyD/SDLPoP |
|
||||
| [`printf`](printf/) | printf (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=php
|
||||
useconfigure="true"
|
||||
version="8.0.8"
|
||||
files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz dc1668d324232dec1d05175ec752dade92d29bb3004275118bc3f7fc7cbfbb1c"
|
||||
version="8.0.10"
|
||||
files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz 66dc4d1bc86d9c1bc255b51b79d337ed1a7a035cf71230daabbf9a4ca35795eb"
|
||||
auth_type=sha256
|
||||
depends="libiconv libxml2 openssl readline sqlite zlib"
|
||||
configopts="
|
||||
|
|
Loading…
Add table
Reference in a new issue