diff options
author | pizzamig <pizzamig@FreeBSD.org> | 2018-10-10 00:32:32 +0800 |
---|---|---|
committer | pizzamig <pizzamig@FreeBSD.org> | 2018-10-10 00:32:32 +0800 |
commit | 0caa9f2e5a3f89efe69c9dc378caed6c7c17bf72 (patch) | |
tree | 6879180151428ba3e67ddfd337eb1e650e5096a7 /UPDATING | |
parent | 1539ec049096b56ec1d2e0aeb37d2561055bdf63 (diff) | |
download | freebsd-ports-gnome-0caa9f2e5a3f89efe69c9dc378caed6c7c17bf72.tar.gz freebsd-ports-gnome-0caa9f2e5a3f89efe69c9dc378caed6c7c17bf72.tar.zst freebsd-ports-gnome-0caa9f2e5a3f89efe69c9dc378caed6c7c17bf72.zip |
Add UPDATING entry about pecl-xdebug versions
Every version has a different set of PHP version that support.
The entry clarifys the current situation.
Sponsored by: trivago N.V.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20181009: + AFFECTS: users of devel/pecl-xdebug* + AUTHOR: pizzamig@FreeBSD.org + + xdebug 2.6.1 (devel/pecl-xdebug) is the new default version and it supports + PHP from 7.0 to 7.2 included. + If you're using PHP 5.6, the previous compatible xdebug version is still + available in devel/pecl-xdebug25 + If you're using PHP 7.3, the only compatible xdebug version is available + in devel/pecl-xdebug-devel + 20180930: AFFECTS: users of DRM components AUTHOR: jmd@FreeBSD.org |