devel/php-xdebug: update to 3.1.2
3.1.0 (2021-10-04) * Fixed issue #1472: Add assignments to computer readable trace format * Fixed issue #1537: Add links to documentation to various different "features" after wizard has run * Fixed issue #1738: Add xdebug_notify() function to send data through DBGp to a debugging client * Fixed issue #1853: Enable profile compression for cachegrind files * Fixed issue #1890: Add connected client and protocol features to diagnostic page * Fixed issue #1898: API for querying the currently active mode(s) * Fixed issue #1933: Allow for cloud ID to be set through the trigger * Fixed issue #1938: Branches in traits aren’t marked as executed * Fixed issue #1948: Do not redirect warning and error messages to PHP's error log if an Xdebug log is active * Fixed issue #1949: private properties for internal classes can't be fetched for debugging * Fixed issue #1963: php exit code = -1073741819 when xdebug.mode = off (Windows Thread Safe Only) * Fixed issue #1969: Provide breakpoint ID / info in DBGp run command responses * Fixed issue #1970: xdebug_get_function_stack with unnamed (internal) parameters have wrong index * Fixed issue #1972: Add support for PHP 8.1 Fibers * Fixed issue #1974: Add gzip support to trace files * Fixed issue #1976: Switch debug session cookie to Lax, and remove expiry time * Fixed issue #1978: Xdebug's log messages are cut off at 512 bytes * Fixed issue #1980: PHP 8.1: Mark enum classes as "enum" * Fixed issue #1986: Add support for multiple trigger values * Fixed issue #1989: Profiling does not output correct class when parent keyword is used * Fixed issue #1992: Code Coverage with filter produces Segmentation fault on xdebug_stop_code_coverage() * Fixed issue #1993: eval-ing broken code causes stepping to break * Fixed issue #1996: Add support for Closure visualisation in traces, debugging, and Xdebug's var_dump * Fixed issue #1997: Added xdebug_connect_to_client() to attempt a debugging connect while running code * Fixed issue #1998: Double facet attribute generated for enums that are stored in properties * Fixed issue #1999: Add "readonly" facet to PHP 8.1 readonly properties * Fixed issue #2001: Add 'xdebug.use_compression' setting to turn on/off compression for profiling files * Fixed issue #2004: Figure out what "XDEBUG_SHOW_FNAME_TODO" define is for * Fixed issue #2007: xdebug 3.x fails to build on OS X 10.11 or earlier due to clock_gettime_nsec_np requirement * Fixed issue #2008: Using the XDEBUG_SESSION cookie could bypass shared-secret checks * Fixed issue #2009: xdebug_stop_code_coverage's argument has type mismatch * Fixed issue #2011: Closures as protected properties have double facet XML attribute * Fixed issue #2013: Support PHP 8.1 * Fixed issue #2018: zlib compression support on Windows * Fixed issue #2019: Xdebug crash because of uninitialized memory * Fixed issue #2020: segfault if xdebug.dump.GET=* and integer key without value in URL * Fixed issue #2021: Segmentation fault due to NULL bytes in internal anonymous class names * Fixed issue #2025: Anonymous classes which extend are not detected as anonymous classes since PHP 8.0 3.1.1 (2021-10-15) * Fixed issue #2016: apache gives no output with xdebug 3.1.0b2 installed * Fixed issue #2024: Apache restarts in a loop under PHP 8.1.0 RC3 * Fixed issue #2029: incorrect and inaccurate date and time displayed in xdebug.log and trace files * Fixed issue #2030: PhpStorm step-debug not working on PHP 8.0.11 * Fixed issue #2032: Use runtime PHP version in DBGp and info pages instead of compiled-against version * Fixed issue #2034: Xdebug throws a Segmentation fault when 'set_time_limit' function is disabled * Fixed issue #2035: Xdebug block everything with localhost in XAMMP 3.1.2 (2021-12-01) * Fixed issue #2036: Segfault on fiber switch in finally block in garbage collected fiber * Fixed issue #2037: Crash when profile file can not be created * Fixed issue #2041: __debugInfo is not used for var_dump output * Fixed issue #2046: Segault on xdebug_get_function_stack inside a Fiber
This commit is contained in:
parent
d7b2e6e7b2
commit
c5c5924bac
2 changed files with 6 additions and 6 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.37 2021/06/04 14:13:37 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.38 2021/12/12 15:04:21 taca Exp $
|
||||
#
|
||||
|
||||
MODNAME= xdebug
|
||||
PECL_VERSION= 3.0.4
|
||||
PECL_VERSION= 3.1.2
|
||||
CATEGORIES= devel
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.29 2021/10/26 10:18:03 nia Exp $
|
||||
$NetBSD: distinfo,v 1.30 2021/12/12 15:04:21 taca Exp $
|
||||
|
||||
BLAKE2s (php-xdebug/xdebug-3.0.4.tgz) = a4a9fa1ce617812a660b72d24d1d32672f7ed24232cbb8dceb11078ea5b0ab1f
|
||||
SHA512 (php-xdebug/xdebug-3.0.4.tgz) = 5cbeb373a71af1d78eabdfe0327f026088037931ce80766ac711c784563dfec1f618dd94498cf848dfc059adf28f6ef7f156dddaab5565fb75c037d919ee5a32
|
||||
Size (php-xdebug/xdebug-3.0.4.tgz) = 215870 bytes
|
||||
BLAKE2s (php-xdebug/xdebug-3.1.2.tgz) = 7f80f94621520e654e61d5405ac58c393f62d13bba7146a301a269bfc8e1193c
|
||||
SHA512 (php-xdebug/xdebug-3.1.2.tgz) = 63554545a1c1b94d8503a32d23d70ca16fc82866f9b4191e6f3d026e89e4efdc10974d97f8199c2aa3c0dc0b1f27def9906302e96867cad4e3514b0cc1c5de98
|
||||
Size (php-xdebug/xdebug-3.1.2.tgz) = 230023 bytes
|
||||
SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0
|
||||
|
|
Loading…
Reference in a new issue