diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2016-02-15 14:34:26 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2016-02-15 14:34:26 +0000 |
commit | e630e52bb5f688a26b92533f2f2b0e17e3b85f33 (patch) | |
tree | 921070ae859847e6ad2f11168de4014a9c3571e8 /converters/Makefile | |
parent | 8b812c1bf4f8270bf585201073f5504abac62e07 (diff) |
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@.
Notes
Notes:
svn path=/head/; revision=408932
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index c42ef3b71474..b04dc8b555da 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -140,6 +140,9 @@ SUBDIR += php56-iconv SUBDIR += php56-mbstring SUBDIR += php56-recode + SUBDIR += php70-iconv + SUBDIR += php70-mbstring + SUBDIR += php70-recode SUBDIR += psiconv SUBDIR += py-bencode SUBDIR += py-bsdconv |