Hello community, here is the log from the commit of package php7-xdebug for openSUSE:Factory checked in at 2019-03-26 15:39:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7-xdebug (Old) and /work/SRC/openSUSE:Factory/.php7-xdebug.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7-xdebug" Tue Mar 26 15:39:45 2019 rev:7 rq:682185 version:2.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/php7-xdebug/php7-xdebug.changes 2019-01-24 14:15:04.291247632 +0100 +++ /work/SRC/openSUSE:Factory/.php7-xdebug.new.25356/php7-xdebug.changes 2019-03-26 15:40:44.640293028 +0100 @@ -1,0 +2,40 @@ +Wed Mar 6 14:13:36 UTC 2019 - Johannes Weberhofer <[email protected]> + +- Updated to Xdebug 2.7.0 +- adds support for PHP 7.3 +- support for single step debugging of forked PHP worker processes +- fixes numerous memory leaks and bugs +- fixes of incompatibilities with Zend Opcache + +- Fixes in 2.7.0: + * Fixed bug #1520: Xdebug does not handle variables and properties + with "-" in their name + * Fixed bug #1577: Code coverage path analysis with chained catch + fails in PHP 7.3 + * Fixed bug #1639: Compile warning/error on GCC 8 or Clang due + to "break intentionally missing" + * Fixed bug #1642: Debugger gives: "Warning: Header may not + contain NUL bytes" + +- Fixes in RC1: + * Fixed bug #1551: Property with value null is not represented well + * Fixed bug #1621: Xdebug fails to compile cleanly on 32-bit platforms + * Fixed bug #1625: Work around ABI conflicts in PHP 7.3.0/PHP 7.3.1 + * Fixed bug #1628: The PHP function name being constructed to record + when GC Collection runs, is not freed + * Fixed bug #1629: SOAP Client/Server detection code does not handle + inherited classes + +- Fixes in RC1: + * Fixed bug #1571: File/line information is not shown for closures + in namespaces. + * Fixed bug #1578: Compile error due to redefinition of "zif_handler" + with old GCCs. + * Fixed bug #1583: Xdebug crashes when OPcache's compact literals + optimisation is on. + * Fixed bug #1598: Make path/branch coverage work with OPcache loaded + for PHP 7.3 and later. + * Fixed bug #1620: Division by zero when GC Stats Collection runs with + memory manager disabled. + +------------------------------------------------------------------- Old: ---- xdebug-2.7.0beta1.tgz New: ---- xdebug-2.7.0.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7-xdebug.spec ++++++ --- /var/tmp/diff_new_pack.WpmSL6/_old 2019-03-26 15:40:45.556292664 +0100 +++ /var/tmp/diff_new_pack.WpmSL6/_new 2019-03-26 15:40:45.560292662 +0100 @@ -17,9 +17,9 @@ %define pkg_name xdebug -%define pkg_version 2.7.0beta1 +%define pkg_version 2.7.0 Name: php7-%{pkg_name} -Version: 2.7.0~beta1 +Version: 2.7.0 Release: 0 Summary: Extended PHP debugger License: PHP-3.0 @@ -60,7 +60,7 @@ %build sed -i -e "s|; This is a generated file, do not modify by hand|zend_extension = \"xdebug.so\"|g" xdebug.ini -export CFLAGS="%optflags -fvisibility=hidden" +export CFLAGS="%{optflags} -fvisibility=hidden" %{__phpize} %configure --enable-xdebug make %{?_smp_mflags} @@ -80,6 +80,7 @@ %files %{_libdir}/php7/extensions/xdebug.so %config(noreplace) %{_sysconfdir}/php7/conf.d/xdebug.ini -%doc LICENSE CREDITS +%license LICENSE +%doc CREDITS %changelog ++++++ xdebug-2.7.0beta1.tgz -> xdebug-2.7.0.tgz ++++++ ++++ 60702 lines of diff (skipped)
