Ports: Update PHP to version 8.0.8

This commit is contained in:
Jelle Raaijmakers 2021-07-29 15:01:59 +02:00 committed by Andreas Kling
parent 0d75637ffa
commit 6eb3bfb171
2 changed files with 4 additions and 4 deletions

View file

@ -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 |

View file

@ -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"