diff options
author | tz <tz@FreeBSD.org> | 2019-09-20 20:21:11 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2019-09-20 20:21:11 +0800 |
commit | 33097154a7736d41fe8672c3967e4928ba2424d1 (patch) | |
tree | 5eb143508ff1769e64395b54d8a3b09e1576fba0 /sysutils/Makefile | |
parent | 99fc42c85683dcf9d1092d6f0b8722678c97ad19 (diff) | |
download | freebsd-ports-gnome-33097154a7736d41fe8672c3967e4928ba2424d1.tar.gz freebsd-ports-gnome-33097154a7736d41fe8672c3967e4928ba2424d1.tar.zst freebsd-ports-gnome-33097154a7736d41fe8672c3967e4928ba2424d1.zip |
Welcome PHP 7.4 RC 1 in the ports-tree.
There are many greater changes including:
- New module ffi
- Remove interbase module
- Remove recode module
- Remove wddx module
- Many modules changes the build switches
- Many modules changes the config format, so patches needed to be recreated
Special thanks to tobik and ale for their support.
Reviewed by: tobik, ale, joneum
Sponsored by: PHP Update Service
Differential Revision: https://reviews.freebsd.org/D21349
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 083883b38dc0..33c40a974379 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -892,6 +892,8 @@ SUBDIR += php72-posix SUBDIR += php73-fileinfo SUBDIR += php73-posix + SUBDIR += php74-fileinfo + SUBDIR += php74-posix SUBDIR += phpfpm_exporter SUBDIR += phybs SUBDIR += pick |