pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/php-xdebug
Module Name: pkgsrc
Committed By: jdolecek
Date: Sun Feb 4 12:00:28 UTC 2018
Modified Files:
pkgsrc/devel/php-xdebug: DESCR Makefile distinfo
Log Message:
Update regular php-xdebug to 2.6.0, and remove php-xdebug-devel
NOTE: xdebug 2.6.0 drops support for PHP 5.6.x
Changes since 2.5.5 (see also https://xdebug.org/updates.php#x_2_6_0):
[2018-01-29] — Xdebug 2.6.0
Fixed bugs
Fixed bug #1522: Remote debugging test failures on s390 (Big Endian).
[2018-01-23] — Xdebug 2.6.0RC2
Fixed bugs
Fixed bug #1521: xdebug_gc_stats.* missing from 2.6.0RC1 tarball.
[2018-01-22] — Xdebug 2.6.0RC1
Added features
Fixed bug #1506: Add garbage collection statistics feature (Benjamin Eberlei).
Fixed bug #1507: Add functions to access Zend Engine garbage collection metrics (Benjamin Eberlei).
Improvements
Fixed bug #1510: Change switch/case "break intentionally missing" comments to use GCC 7's new "fallthrough" attribute.
Fixed bug #1511: Detect and use compiler flags through new configure option.
Fixed bugs
Fixed bug #1335: Debugging with PhpStorm sometimes gives "can not get property".
Fixed bug #1454: Invalid memory read or segfaults from a __call() method.
Fixed bug #1508: Code coverage filter not checked in xdebug_common_assign_dim handler.
Fixed bug #1509: Code coverage missing for case inside switch with PHP 7.2.
Fixed bug #1512: Xdebug does not properly encode and escape properties with quotes and \0 characters.
Fixed bug #1514: Variable names with a NULL char are cut off at NULL char.
Fixed bug #1515: Object property names with a NULL char are cut off at NULL char.
Fixed bug #1516: Can't fetch variables or object properties which have \0 characters in them.
Fixed bug #1517: Notifications incorrectly specify the error type in "type_string" instead of "type".
[2017-12-28] — Xdebug 2.6.0beta1
Added features
Fixed bug #1059: Add filter capabilities to tracing, stack traces, and code coverage.
Fixed bug #1437: Add X-Profile-File-Name header when a profile file has been generated.
Improvements
Fixed bug #1493: Run test suite in AppVeyor for Windows CI.
Fixed bug #1498: Use new ZEND_EXTENSION API in config.w32 build scripts. (Kalle)
Fixed bugs
Fixed bug #702: Check whether variables tracing also works with =&.
Fixed bug #1501: Xdebug var dump tries casting properties.
Fixed bug #1502: SEND_REF lines are not marked as covered.
[2017-12-02] — Xdebug 2.6.0alpha1
Added features
Implemented bug #474: Added "memory" output to profiling files, to find out where memory is allocated.
Implemented bug #575: Dump super globals contents to error log upon errors, just like when this would happen for stack traces.
Implemented bug #964: Parse X-Forwarded-For for the first IP address when selecting the remote_connect_back host (Steve Easley).
Implemented bug #990: Add DBGp: notifications for notices and warnings to be shown in IDEs.
Implemented bug #1312: Implement extended_properties feature to remote debugging to support names and values with low ASCII values.
Implemented bug #1323: Added xdebug.filename_format setting to configure the formatting of filenames when tracing.
Implemented bug #1379: Added support for Unix domain sockets to xdebug.remote_host (Sara Golemon).
Implemented bug #1380: Added xdebug_is_debugger_active() that returns true when debugger is connected.
Implemented bug #1391: Added support for earlier stack frames through new argument for xdebug_call_* functions.
Implemented bug #1420: Handle PHP 7.2's new methods for switch/case
Implemented bug #1470: Added xdebug.remote_timeout to make connect timeout configurable.
Implemented bug #1495: Make var_dump() also use the new xdebug.filename_format when formatting filenames.
Improvements
Implemented bug #847: Added support for "%s" specifier for xdebug.trace_output_name.
Implemented bug #1384: Compile warning on Ubuntu 16.04 with GCC 5.4.x.
Implemented bug #1401: Improved error message in case the connection breaks.
Implemented bug #1430: Change DBGp tests to use TEST_PHP_EXECUTABLE instead of hard coded 'php'
Implemented bug #1484: Use FD_CLOEXEC with debugging sockets to prevent FDs from leaking to forked processes (Chris Wright).
Improve the foldexpr in xt.vim to fold lines correctly (Donie Leigh).
Fixed bugs
Fixed bug #1272: property_get doesn't return @attributes for SimpleXMLElement.
Fixed bug #1305: Property names with quotes can not be fetch while debugging.
Fixed bug #1431: Fix "use after free" with in add_name_attribute_or_element.
Fixed bug #1432: Fixed memory leak with xdebug_path_info_dtor.
Fixed bug #1449: Debugging breaks with array element keys containing low-ASCII variables.
Fixed bug #1471: Tracing crashes with return_assignments and ternairy operator.
Fixed bug #1474: Crashes due to variable resolving/reading mechanism not taking care of temporary hash tables correctly (Nikita Popov, Derick).
Fixed bug #1481: Fixed s390x and ppc64 builds (Remi Collet).
Fixed bug #1486: Crash on ZEND_SWITCH_LONG / ZEND_SWITCH_STRING with more than 32 cases.
Fixed bug #1496: Rewrite README.rst to be more clear on how to install and build Xdebug.
Changes
Fixed bug #1411: Use Error (Throwable) instead of fatal error when maximum nesting level is reached.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/php-xdebug/DESCR
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/php-xdebug/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/php-xdebug/DESCR
diff -u pkgsrc/devel/php-xdebug/DESCR:1.1 pkgsrc/devel/php-xdebug/DESCR:1.2
--- pkgsrc/devel/php-xdebug/DESCR:1.1 Tue Oct 14 11:14:50 2014
+++ pkgsrc/devel/php-xdebug/DESCR Sun Feb 4 12:00:28 2018
@@ -14,3 +14,4 @@ Xdebug also provides:
* profiling information for PHP scripts
* code coverage analysis
* capabilities to debug your scripts interactively with a debug client
+ * garbage collection statistics
Index: pkgsrc/devel/php-xdebug/Makefile
diff -u pkgsrc/devel/php-xdebug/Makefile:1.18 pkgsrc/devel/php-xdebug/Makefile:1.19
--- pkgsrc/devel/php-xdebug/Makefile:1.18 Wed Dec 6 22:05:05 2017
+++ pkgsrc/devel/php-xdebug/Makefile Sun Feb 4 12:00:28 2018
@@ -1,24 +1,20 @@
-# $NetBSD: Makefile,v 1.18 2017/12/06 22:05:05 jdolecek Exp $
+# $NetBSD: Makefile,v 1.19 2018/02/04 12:00:28 jdolecek Exp $
#
MODNAME= xdebug
-PECL_VERSION= 2.5.5
+PECL_VERSION= 2.6.0
CATEGORIES= devel
MASTER_SITES= http://xdebug.org/files/
EXTRACT_SUFX= .tgz
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+MAINTAINER= jdolecek%NetBSD.org@localhost
HOMEPAGE= http://xdebug.org/
COMMENT= PHP extension for debugging
LICENSE= php
PHP_ZEND_EXTENSION= yes
-# XXX add 72 and remove 56 when this package would be updated to final 2.6.0
-# XXX use php-xdebug-devel for now if you need 72
-PHP_VERSIONS_ACCEPTED= 56 70 71
-
-CONFLICTS= ${PHP_PKG_PREFIX}-xdebug>=2.5.99
+PHP_VERSIONS_ACCEPTED= 70 71 72
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.12 pkgsrc/devel/php-xdebug/distinfo:1.13
--- pkgsrc/devel/php-xdebug/distinfo:1.12 Thu Jul 6 13:33:42 2017
+++ pkgsrc/devel/php-xdebug/distinfo Sun Feb 4 12:00:28 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/07/06 13:33:42 taca Exp $
+$NetBSD: distinfo,v 1.13 2018/02/04 12:00:28 jdolecek Exp $
-SHA1 (php-xdebug/xdebug-2.5.5.tgz) = 9a9d616e38e8dc7a412a1ff3d36f86dacbba2e4d
-RMD160 (php-xdebug/xdebug-2.5.5.tgz) = ad7939d2d2f453c0f2ccb12ce8f745db7163ad9d
-SHA512 (php-xdebug/xdebug-2.5.5.tgz) = 9faab421bd90c03734c047d8c6dcc021c8bc665eb36781c692f194d04c7dca24fe1eb920ca8dc407e5bf4ae0912c4b917587f940f34b07171a8881d4cf8695d1
-Size (php-xdebug/xdebug-2.5.5.tgz) = 279491 bytes
+SHA1 (php-xdebug/xdebug-2.6.0.tgz) = 5eacdcc57d2ae2b56679a61eaca6e577934175ba
+RMD160 (php-xdebug/xdebug-2.6.0.tgz) = 8d3f60a50ca69588fc1936384df044802bf31edf
+SHA512 (php-xdebug/xdebug-2.6.0.tgz) = e81f771478eb45cdae5814037ac1b86bcb8c5616d22dcac436482c350187c53d3cc6d54be740a49dca6d38c58c086db6e4a68eb3004a0152d6215c97512538a2
+Size (php-xdebug/xdebug-2.6.0.tgz) = 283644 bytes
Home |
Main Index |
Thread Index |
Old Index