Merge pull request #206 from mlocati/new-php8-extensions
New supported extensions for PHP 8.0: mcrypt, msgpack, oauth, yamlpull/207/head
commit
2536195f63
|
@ -23,17 +23,17 @@ interbase 5.5 5.6 7.0 7.1 7.2 7.3
|
|||
intl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
ldap 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
mailparse 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
mcrypt 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||
mcrypt 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
memcache 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||
memcached 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
mongo 5.5 5.6
|
||||
mongodb 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
mosquitto 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||
msgpack 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||
msgpack 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
mssql 5.5 5.6
|
||||
mysql 5.5 5.6
|
||||
mysqli 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
oauth 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||
oauth 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
odbc 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||
opcache 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
opencensus 7.0 7.1 7.2 7.3 7.4
|
||||
|
@ -77,6 +77,6 @@ xdebug 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
|||
xhprof 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||
xmlrpc 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||
xsl 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
yaml 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||
yaml 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
zip 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0
|
||||
zookeeper 5.5 5.6 7.0 7.1 7.2 7.3 7.4
|
||||
|
|
Loading…
Reference in New Issue