diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index 9cf0ad025e..ea8e47d59c 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -229,7 +229,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`pcre2`](pcre2/) | Perl-compatible Regular Expressions (PCRE2) | 10.40 | https://www.pcre.org/ | | [`perl5`](perl5/) | Perl | 5.38.0 | https://www.perl.org/ | | [`pfetch`](pfetch/) | pfetch | a906ff8 | https://github.com/dylanaraps/pfetch/ | -| [`php`](php/) | PHP | 8.1.12 | https://www.php.net/ | +| [`php`](php/) | PHP | 8.2.8 | https://www.php.net/ | | [`pixman`](pixman/) | pixman | 0.40.0 | http://pixman.org | | [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf | | [`poppler`](poppler/) | Poppler is a PDF rendering library | 23.07.0 | https://poppler.freedesktop.org/ | diff --git a/Ports/php/package.sh b/Ports/php/package.sh index 5d19e72e75..b3cf0cf6fb 100755 --- a/Ports/php/package.sh +++ b/Ports/php/package.sh @@ -1,9 +1,9 @@ #!/usr/bin/env -S bash ../.port_include.sh port='php' useconfigure='true' -version='8.1.12' +version='8.2.8' files=( - "https://www.php.net/distributions/php-${version}.tar.xz 08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab" + "https://www.php.net/distributions/php-${version}.tar.xz cfe1055fbcd486de7d3312da6146949aae577365808790af6018205567609801" ) depends=( 'libiconv'