pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/php-xdebug devel/php-xdebug: update to 3.2.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c40d3bccc339
branches: trunk
changeset: 390335:c40d3bccc339
user: taca <taca%pkgsrc.org@localhost>
date: Sun Dec 18 13:45:40 2022 +0000
description:
devel/php-xdebug: update to 3.2.0
3.2.0 (2022-12-08)
New features:
* Fixed issue #1819: Allow a list of headers in
'xdebug.client_discovery_header'
* Fixed issue #2079: Add pseudo hosts xdebug://gateway and
xdebug://nameserver
* Fixed issue #2086: Include return value in return breakpoint interruption
response
* Fixed issue #2087: Introduce step for the return state and virtual
property for return value
Improvements:
* Fixed issue #2062: Xdebug now records whether systemd's PrivateTmp is used
in its diagnostics information
* Fixed issue #2104: Add support for PHP 8.2 "SensitiveParameter" attribute
* Fixed issue #2117: Removed emulated properties for closures, as PHP 8.2
adds debug information for them
* Fixed issue #2122: Local variables are now available when using
start_upon_error
* Fixed issue #2123: Add warning in log and diagnositics information when a
breakpoint is set on a non-existing file
* Fixed issue #2138: Step debugger now disconnects and continues running the
script, when the debugging client closes the connection
* Fixed issue #2136: Duplicate line/conditional breakpoints are now rejected
Deprecations:
* Fixed issue #2014: Drop support for PHP 7.2
* Fixed issue #2102: Drop support for PHP 7.3
* Fixed issue #2103: Drop support for PHP 7.4
Fixed bugs:
* Fixed issue #2002: xdebug_trace_handler_t handler members are not always
checked for NULL when executing
* Fixed issue #2045: Inapproriate frowny face
* Fixed issue #2089: Alpine Linux does not support res_ninit
* Fixed issue #2093: Fatal error: linux/rtnetlink.h: No such file or
directory linux/rtnetlink.h
* Fixed issue #2098: With breakpoint_include_return_value enabled step_out
break at every function
* Fixed issue #2105: 3.2.0alpha1 package misses the php-header.h file
* Fixed issue #2108: Segfault on PHP8.1 with PHPUnit 10 when path coverage
is enabled
* Fixed issue #2113: Crash at step_into after thrown exception with return
value debugging en
* Fixed issue #2121: Xdebug does not use local independent float-to-string
functions
* Fixed issue #2124: Xdebug incorrectly reports that there are no children
for static closure properties, even though there are
* Fixed issue #2125: Crash with PHP 8.2 on 32-bit due to change in "not set"
value with CATCH opcode
* Fixed issue #2126: Problems with retrieving global variables
* Fixed issue #2127: Tracing does not handle NUL char in anonymous closure
scope
* Fixed issue #2133: Warning with regards to extra NUL character in
xdebug_setcookie call
* Fixed issue #2134: Xdebug stops at the line where the exception is
created, not where it is thrown
* Fixed issue #2135: Xdebug stops twice at the same line after a call
breakpoint or xdebug_break()
3.2.0RC2 (2022-11-10)
Fixed bugs:
* Fixed issue #2100: "Fatal error: debuginfo() must return an array" when
Exception is thrown from debugInfo in PHP 8.x
* Fixed issue #2101: When a temporary breakpoint is hit, breakpoint_list
should show it as disabled
* Fixed issue #2126: Problems with retrieving global variables
* Fixed issue #2127: Tracing does not handle NUL char in anonymous closure
scope
* Fixed issue #2129: Cannot read snapshot Gzip-compressed data is corrupt
* Fixed issue #2133: Warning with regards to extra NUL character in
xdebug_setcookie call
* Fixed issue #2134: Xdebug stops at the line where the exception is
created, not where it is thrown
* Fixed issue #2135: Xdebug stops twice at the same line after a call
breakpoint or xdebug_break()
* Fixed issue #2136: Duplicate line/conditional breakpoints are not rejected
diffstat:
devel/php-xdebug/Makefile | 6 +++---
devel/php-xdebug/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r 0383470feed4 -r c40d3bccc339 devel/php-xdebug/Makefile
--- a/devel/php-xdebug/Makefile Sun Dec 18 13:43:48 2022 +0000
+++ b/devel/php-xdebug/Makefile Sun Dec 18 13:45:40 2022 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2022/12/14 11:46:41 wiz Exp $
+# $NetBSD: Makefile,v 1.44 2022/12/18 13:45:40 taca Exp $
MODNAME= xdebug
-PECL_VERSION= 3.1.6
+PECL_VERSION= 3.2.0
CATEGORIES= devel
EXTRACT_SUFX= .tgz
@@ -12,7 +12,7 @@
PHP_ZEND_EXTENSION= yes
-PHP_VERSIONS_INCOMPATIBLE= 56 82
+PHP_VERSIONS_ACCEPTED= 80 81 82
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 0383470feed4 -r c40d3bccc339 devel/php-xdebug/distinfo
--- a/devel/php-xdebug/distinfo Sun Dec 18 13:43:48 2022 +0000
+++ b/devel/php-xdebug/distinfo Sun Dec 18 13:45:40 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2022/11/09 14:52:48 taca Exp $
+$NetBSD: distinfo,v 1.35 2022/12/18 13:45:40 taca Exp $
-BLAKE2s (php-xdebug/xdebug-3.1.6.tgz) = aba6a12e002b45be42f943f8483f38f8ba2a2f5a52ee55c1d5b581e9463cdf37
-SHA512 (php-xdebug/xdebug-3.1.6.tgz) = 5e9c185ff742b31fb25516b88f298e6c24e3c8dcf3848c1b5f8ffa10075a3027f4d48dac5429177acdb833c13c63348977787eb718ef4b0c57d635dcb8d254c1
-Size (php-xdebug/xdebug-3.1.6.tgz) = 232196 bytes
+BLAKE2s (php-xdebug/xdebug-3.2.0.tgz) = 7e90d1615babb866349a8be6a8bf4ebb3272a7cea5fef75781b8cd0f9fca2974
+SHA512 (php-xdebug/xdebug-3.2.0.tgz) = 357acd17e1b74f39278d9fad6d1038c283d3b7a736c32c7188836815aa0f07eadd437cf4e06d8f03a724a13be28e7d72e7c3a6e9adda1335309ec12495d81392
+Size (php-xdebug/xdebug-3.2.0.tgz) = 245775 bytes
SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0
Home |
Main Index |
Thread Index |
Old Index