diff options
author | tz <tz@FreeBSD.org> | 2017-11-16 18:48:48 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-11-16 18:48:48 +0800 |
commit | 9c489fdd6e8643dedbe20c8b8fbcfc2d73c2109c (patch) | |
tree | a2ff3d816b255016827738be132f8fc8bff8f5d9 /www/Makefile | |
parent | 27bd51e10cb05bed8f12f0c893e867200727f95c (diff) | |
download | freebsd-ports-gnome-9c489fdd6e8643dedbe20c8b8fbcfc2d73c2109c.tar.gz freebsd-ports-gnome-9c489fdd6e8643dedbe20c8b8fbcfc2d73c2109c.tar.zst freebsd-ports-gnome-9c489fdd6e8643dedbe20c8b8fbcfc2d73c2109c.zip |
Add PHP 7.2 RC6
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed
Also many PECL ports will not work with this version
since some files got renamed.
Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index c10280eaf732..35574e45ef80 100644 --- a/www/Makefile +++ b/www/Makefile @@ -482,6 +482,7 @@ SUBDIR += mod_php56 SUBDIR += mod_php70 SUBDIR += mod_php71 + SUBDIR += mod_php72 SUBDIR += mod_proctitle SUBDIR += mod_proxy_html SUBDIR += mod_proxy_uwsgi @@ -1479,6 +1480,9 @@ SUBDIR += php71-opcache SUBDIR += php71-session SUBDIR += php71-tidy + SUBDIR += php72-opcache + SUBDIR += php72-session + SUBDIR += php72-tidy SUBDIR += phpbb SUBDIR += phpbb3 SUBDIR += phpgroupware |