diff options
author | miwi <miwi@FreeBSD.org> | 2016-02-15 22:34:26 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-02-15 22:34:26 +0800 |
commit | 790e7372b009ecab418d9e694794df6a87b97fce (patch) | |
tree | 921070ae859847e6ad2f11168de4014a9c3571e8 /www/Makefile | |
parent | f8b583cc4f758cfd2ed8b667d74bb0fd222e0392 (diff) | |
download | freebsd-ports-gnome-790e7372b009ecab418d9e694794df6a87b97fce.tar.gz freebsd-ports-gnome-790e7372b009ecab418d9e694794df6a87b97fce.tar.zst freebsd-ports-gnome-790e7372b009ecab418d9e694794df6a87b97fce.zip |
Welcome php 7.0.3
Changelog:
http://php.net/ChangeLog-7.php#7.0.0
http://php.net/ChangeLog-7.php#7.0.1
http://php.net/ChangeLog-7.php#7.0.2
http://php.net/ChangeLog-7.php#7.0.3
I'd like to thanks:
Kurt Jaeger
Matthias Breddin
Rainer Duffner
Victor van Vlaardingen
Torsten Zuehlsdorff
Franco Fichtner
and all helpers and testers from ports@.
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 4a8517f9904a..bb0ee85fb8e9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -491,6 +491,7 @@ SUBDIR += mod_perl2 SUBDIR += mod_php55 SUBDIR += mod_php56 + SUBDIR += mod_php70 SUBDIR += mod_proctitle SUBDIR += mod_proxy_html SUBDIR += mod_proxy_uwsgi @@ -1445,6 +1446,9 @@ SUBDIR += php56-opcache SUBDIR += php56-session SUBDIR += php56-tidy + SUBDIR += php70-opcache + SUBDIR += php70-session + SUBDIR += php70-tidy SUBDIR += phpbb SUBDIR += phpbb3 SUBDIR += phpgroupware |