diff options
-rw-r--r-- | archivers/Makefile | 4 | ||||
-rw-r--r-- | converters/Makefile | 3 | ||||
-rw-r--r-- | databases/Makefile | 13 | ||||
-rw-r--r-- | devel/Makefile | 10 | ||||
-rw-r--r-- | ftp/Makefile | 2 | ||||
-rw-r--r-- | graphics/Makefile | 2 | ||||
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | security/Makefile | 4 | ||||
-rw-r--r-- | sysutils/Makefile | 2 | ||||
-rw-r--r-- | textproc/Makefile | 10 | ||||
-rw-r--r-- | www/Makefile | 3 |
15 files changed, 61 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index e70be16411cb..2fb14fd17125 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -152,6 +152,10 @@ SUBDIR += php70-phar SUBDIR += php70-zip SUBDIR += php70-zlib + SUBDIR += php71-bz2 + SUBDIR += php71-phar + SUBDIR += php71-zip + SUBDIR += php71-zlib SUBDIR += pigz SUBDIR += pixz SUBDIR += plzip diff --git a/converters/Makefile b/converters/Makefile index bd72698f58b1..aaefb75b9a2e 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -142,6 +142,9 @@ SUBDIR += php70-iconv SUBDIR += php70-mbstring SUBDIR += php70-recode + SUBDIR += php71-iconv + SUBDIR += php71-mbstring + SUBDIR += php71-recode SUBDIR += psiconv SUBDIR += py-bcode SUBDIR += py-bencode diff --git a/databases/Makefile b/databases/Makefile index 332e26d0b316..96187ad309b8 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -632,6 +632,19 @@ SUBDIR += php70-pgsql SUBDIR += php70-redis SUBDIR += php70-sqlite3 + SUBDIR += php71-dba + SUBDIR += php71-interbase + SUBDIR += php71-mysqli + SUBDIR += php71-odbc + SUBDIR += php71-pdo + SUBDIR += php71-pdo_dblib + SUBDIR += php71-pdo_firebird + SUBDIR += php71-pdo_mysql + SUBDIR += php71-pdo_odbc + SUBDIR += php71-pdo_pgsql + SUBDIR += php71-pdo_sqlite + SUBDIR += php71-pgsql + SUBDIR += php71-sqlite3 SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phppgadmin diff --git a/devel/Makefile b/devel/Makefile index 8af768df9b49..7c870e1a60e0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3911,6 +3911,16 @@ SUBDIR += php70-sysvsem SUBDIR += php70-sysvshm SUBDIR += php70-tokenizer + SUBDIR += php71-gettext + SUBDIR += php71-intl + SUBDIR += php71-json + SUBDIR += php71-pcntl + SUBDIR += php71-readline + SUBDIR += php71-shmop + SUBDIR += php71-sysvmsg + SUBDIR += php71-sysvsem + SUBDIR += php71-sysvshm + SUBDIR += php71-tokenizer SUBDIR += phpbt SUBDIR += phpsh SUBDIR += phpunit diff --git a/ftp/Makefile b/ftp/Makefile index 16d2f600a43f..01db8b4972a6 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -68,6 +68,8 @@ SUBDIR += php70-curl SUBDIR += php70-fastdfs SUBDIR += php70-ftp + SUBDIR += php71-curl + SUBDIR += php71-ftp SUBDIR += phpwebftp SUBDIR += plasma-applet-ftpmonitor SUBDIR += proftpd diff --git a/graphics/Makefile b/graphics/Makefile index 949301a610ce..d2b6be819e52 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -773,6 +773,8 @@ SUBDIR += php56-gd SUBDIR += php70-exif SUBDIR += php70-gd + SUBDIR += php71-exif + SUBDIR += php71-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle diff --git a/mail/Makefile b/mail/Makefile index 3072be16f889..51e312d6a67c 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -493,6 +493,7 @@ SUBDIR += pgpsendmail SUBDIR += php56-imap SUBDIR += php70-imap + SUBDIR += php71-imap SUBDIR += phplist SUBDIR += phpmailer SUBDIR += pine-pgp-filters diff --git a/math/Makefile b/math/Makefile index 02d81205a38f..2deab7501dab 100644 --- a/math/Makefile +++ b/math/Makefile @@ -565,6 +565,8 @@ SUBDIR += php56-gmp SUBDIR += php70-bcmath SUBDIR += php70-gmp + SUBDIR += php71-bcmath + SUBDIR += php71-gmp SUBDIR += physcalc SUBDIR += picosat SUBDIR += plman diff --git a/misc/Makefile b/misc/Makefile index 9e135c90d2f2..a022ef0be141 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -363,6 +363,7 @@ SUBDIR += pfm SUBDIR += php56-calendar SUBDIR += php70-calendar + SUBDIR += php71-calendar SUBDIR += phraze SUBDIR += pinfo SUBDIR += pipe diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index b68acf6fc245..645d89926cfd 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -263,6 +263,7 @@ SUBDIR += pftabled SUBDIR += php56-snmp SUBDIR += php70-snmp + SUBDIR += php71-snmp SUBDIR += phpip SUBDIR += phpipam SUBDIR += phpweathermap diff --git a/net/Makefile b/net/Makefile index c61b708c0022..d6ec562eb479 100644 --- a/net/Makefile +++ b/net/Makefile @@ -923,6 +923,9 @@ SUBDIR += php70-soap SUBDIR += php70-sockets SUBDIR += php70-xmlrpc + SUBDIR += php71-soap + SUBDIR += php71-sockets + SUBDIR += php71-xmlrpc SUBDIR += phpldapadmin SUBDIR += pim6-tools SUBDIR += pim6dd diff --git a/security/Makefile b/security/Makefile index 236283d036fa..816eb32bb72d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -782,6 +782,10 @@ SUBDIR += php70-hash SUBDIR += php70-mcrypt SUBDIR += php70-openssl + SUBDIR += php71-filter + SUBDIR += php71-hash + SUBDIR += php71-mcrypt + SUBDIR += php71-openssl SUBDIR += phpdeadlock SUBDIR += phpsecinfo SUBDIR += pidentd diff --git a/sysutils/Makefile b/sysutils/Makefile index d2bd5c45a0ca..8586f426fa16 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -797,6 +797,8 @@ SUBDIR += php56-posix SUBDIR += php70-fileinfo SUBDIR += php70-posix + SUBDIR += php71-fileinfo + SUBDIR += php71-posix SUBDIR += phybs SUBDIR += pick SUBDIR += pidof diff --git a/textproc/Makefile b/textproc/Makefile index c8a5ca731d2b..53ce8acb9754 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1205,6 +1205,16 @@ SUBDIR += php70-xmlreader SUBDIR += php70-xmlwriter SUBDIR += php70-xsl + SUBDIR += php71-ctype + SUBDIR += php71-dom + SUBDIR += php71-enchant + SUBDIR += php71-pspell + SUBDIR += php71-simplexml + SUBDIR += php71-wddx + SUBDIR += php71-xml + SUBDIR += php71-xmlreader + SUBDIR += php71-xmlwriter + SUBDIR += php71-xsl SUBDIR += plover SUBDIR += po4a SUBDIR += pocketreader diff --git a/www/Makefile b/www/Makefile index 2d8dd7a0e65e..1046b2b1bf4d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1465,6 +1465,9 @@ SUBDIR += php70-opcache SUBDIR += php70-session SUBDIR += php70-tidy + SUBDIR += php71-opcache + SUBDIR += php71-session + SUBDIR += php71-tidy SUBDIR += phpbb SUBDIR += phpbb3 SUBDIR += phpgroupware |