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
This commit is contained in:
Torsten Zuehlsdorff
2017-11-16 10:48:48 +00:00
parent aac918473d
commit 687591dd75
157 changed files with 3199 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
# $FreeBSD$
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php72
PKGNAMESUFFIX= -pdo_pgsql
.include "${MASTERDIR}/Makefile"