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 /databases/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 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 016d953048b1..b66845d3b4e9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -615,6 +615,19 @@ SUBDIR += php56-redis SUBDIR += php56-sqlite3 SUBDIR += php56-sybase_ct + SUBDIR += php70-dba + SUBDIR += php70-interbase + SUBDIR += php70-mysqli + SUBDIR += php70-odbc + SUBDIR += php70-pdo + SUBDIR += php70-pdo_dblib + SUBDIR += php70-pdo_firebird + SUBDIR += php70-pdo_mysql + SUBDIR += php70-pdo_odbc + SUBDIR += php70-pdo_pgsql + SUBDIR += php70-pdo_sqlite + SUBDIR += php70-pgsql + SUBDIR += php70-sqlite3 SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phppgadmin |