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: taca
Date: Sun Mar 12 13:43:11 UTC 2017
Modified Files:
pkgsrc/devel/php-xdebug: Makefile distinfo
Log Message:
Update php-xdebug to 2.5.1.
2.5.1 Sun, Feb 26, 2017 - xdebug 2.5.1
= Fixed bugs:
- Fixed issue #1057: Add xdebug.ini of all settings to package
- Fixed issue #1165: DBGp: step_out skips subsequent function calls
- Fixed issue #1180: Code coverage crashes with non-standard start/stops
- Fixed issue #1278: Xdebug with PHP 7 does not handle prefill-from-oparray
for XDEBUG_CC_UNUSED
- Fixed issue #1300: Xdebug functions are not exposing their signature to
Reflection
- Fixed issue #1313: Arguments to __call() trampoline picked from the wrong
memory location
- Fixed issue #1329: While printing out a stack with and function parameters,
XDebug reads uninitialized zvals or free()d memory
- Fixed issue #1381: Code Coverage misses line due to missing FETCH_DIM_W
overload
- Fixed issue #1385: can not fetch IS_INDIRECT properties
- Fixed issue #1386: Executable code not shown as executed/executable
- Fixed issue #1392: Unable to compile on FreeBSD due to missing struct
definition
- Fixed issue #1394: Code coverage does not cover instanceof (in elseif)
2.5.0 Sun, Dec 4, 2016 - xdebug 2.5.0
+ Added features:
- Implemented issue #1232: add memory delta to HTML traces
- Implemented issue #1365: Allow remote_connect_back to be set through
XDEBUG_CONFIG
= Fixed bugs:
- Fixed issue #1168: Added defensive check to prevent infinite loop
- Fixed issue #1242: Xdebug on Windows with Eclipse has issues with
breakpoint IDs
- Fixed issue #1343: Wrong values of numerical keys outside 32bit range
- Fixed issue #1357: Function signature using variadics is reported as being
not executed
- Fixed issue #1361: Remote debugging connection issues with Windows (Anatol
Belski)
- Fixed issue #1373: Crash in zend_hash_apply_with_arguments when debugging,
due to unset symbol table
2.5.0RC1 Sat, Nov 12, 2016 - xdebug 2.5.0RC1
+ Added features:
- Implemented issue #998: Added support for IPv6 (Thomas Vanhaniemi)
- Implemented issue #1297: Initial PHP 7.1 support
= Fixed bugs:
- Fixed issue #1295: Apache crashes (SIGSEGV) when trying to establish
connection when sockfd is large
- Fixed issue #1303: POLLRDHUP is not supported outside of Gnu/Linux
- Fixed issue #1331: Segfault in code coverage
- Removed features:
- Support for PHP versions lower than PHP 5.5 has been dropped
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.8 -r1.9 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/Makefile
diff -u pkgsrc/devel/php-xdebug/Makefile:1.13 pkgsrc/devel/php-xdebug/Makefile:1.14
--- pkgsrc/devel/php-xdebug/Makefile:1.13 Sun Sep 11 17:03:26 2016
+++ pkgsrc/devel/php-xdebug/Makefile Sun Mar 12 13:43:10 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2016/09/11 17:03:26 taca Exp $
+# $NetBSD: Makefile,v 1.14 2017/03/12 13:43:10 taca Exp $
#
MODNAME= xdebug
-PECL_VERSION= 2.4.1
+PECL_VERSION= 2.5.1
CATEGORIES= devel
MASTER_SITES= http://xdebug.org/files/
EXTRACT_SUFX= .tgz
@@ -12,8 +12,6 @@ HOMEPAGE= http://xdebug.org/
COMMENT= PHP extension for debugging
LICENSE= php
-PHP_VERSIONS_ACCEPTED= 56 70
-
PHP_ZEND_EXTENSION= yes
.include "../../lang/php/ext.mk"
Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.8 pkgsrc/devel/php-xdebug/distinfo:1.9
--- pkgsrc/devel/php-xdebug/distinfo:1.8 Sat Aug 13 17:31:09 2016
+++ pkgsrc/devel/php-xdebug/distinfo Sun Mar 12 13:43:10 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2016/08/13 17:31:09 taca Exp $
+$NetBSD: distinfo,v 1.9 2017/03/12 13:43:10 taca Exp $
-SHA1 (php-xdebug/xdebug-2.4.1.tgz) = 52b5cede5dcb815de469d671bfdc626aec8adee3
-RMD160 (php-xdebug/xdebug-2.4.1.tgz) = 01ce20a7b785b5eb04fd90f5be516b89e6898f80
-SHA512 (php-xdebug/xdebug-2.4.1.tgz) = 64b345b4809fb0f020eb8fe7a0826056a64728ec9565bbb2d0e717ac7b3ca8aa0856b91c2ba47a7435b7500c5efa643682f245d6cd9d0a537f8bb9ab0d5cea3a
-Size (php-xdebug/xdebug-2.4.1.tgz) = 265542 bytes
+SHA1 (php-xdebug/xdebug-2.5.1.tgz) = 0efb4fd7b2c3f6b3130db0145492a56df41f7c55
+RMD160 (php-xdebug/xdebug-2.5.1.tgz) = cf1035f982c52488f97b4d61f43b6a0d6a03cbe0
+SHA512 (php-xdebug/xdebug-2.5.1.tgz) = 9a59ded76ce0cbf130151c0781c377a725b2684067402fabd47f88ca827bea00789cb3ca9b32e646b202af2d85b33deaa43ccc3a4b91c8cbd1ac4df4c312cac2
+Size (php-xdebug/xdebug-2.5.1.tgz) = 278286 bytes
Home |
Main Index |
Thread Index |
Old Index