summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2022-10-21 14:19:10 +0200
committerLinus Groh <mail@linusgroh.de>2022-10-21 14:31:32 +0200
commit684c038af0fcf622fa535dc4c362563e20ca7d2c (patch)
treeaef4cd18c7fde2e6328b5d4a6aac70b48f560079 /Ports
parent8ebbb6a2f35d1fe9092e89533372ec5134e053b0 (diff)
downloadserenity-684c038af0fcf622fa535dc4c362563e20ca7d2c.zip
Ports: Update PHP to 8.1.11
Diffstat (limited to 'Ports')
-rw-r--r--Ports/AvailablePorts.md2
-rwxr-xr-xPorts/php/package.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index c06a456ab8..1ee5a00ec0 100644
--- a/Ports/AvailablePorts.md
+++ b/Ports/AvailablePorts.md
@@ -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/ |
diff --git a/Ports/php/package.sh b/Ports/php/package.sh
index 318a949009..645d07d489 100755
--- a/Ports/php/package.sh
+++ b/Ports/php/package.sh
@@ -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=(