mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
Ports: Update PHP to version 8.0.8
This commit is contained in:
parent
0d75637ffa
commit
6eb3bfb171
Notes:
sideshowbarker
2024-07-18 07:47:32 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/6eb3bfb171d Pull-request: https://github.com/SerenityOS/serenity/pull/9087 Reviewed-by: https://github.com/linusg ✅
2 changed files with 4 additions and 4 deletions
|
@ -119,7 +119,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.6 | https://www.php.net/ |
|
||||
| [`php`](php/) | PHP | 8.0.8 | https://www.php.net/ |
|
||||
| [`pkgconf`](pkgconf/) | pkgconf | 1.7.3 | 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.6"
|
||||
files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz e9871d3b6c391fe9e89f86f6334852dcc10eeaaa8d5565beb8436e7f0cf30e20"
|
||||
version="8.0.8"
|
||||
files="https://www.php.net/distributions/php-${version}.tar.xz php-${version}.tar.xz dc1668d324232dec1d05175ec752dade92d29bb3004275118bc3f7fc7cbfbb1c"
|
||||
auth_type=sha256
|
||||
depends="libiconv libxml2 openssl readline sqlite zlib"
|
||||
configopts="
|
||||
|
@ -15,7 +15,7 @@ configopts="
|
|||
--without-pcre-jit
|
||||
"
|
||||
|
||||
export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/libxml2/"
|
||||
export CFLAGS="-I${SERENITY_INSTALL_ROOT}/usr/local/include/libxml2"
|
||||
export LIBS="-ldl"
|
||||
export LIBXML_CFLAGS="y"
|
||||
export LIBXML_LIBS="-lxml2"
|
||||
|
|
Loading…
Reference in a new issue