Path to this page:
Subject: CVS commit: pkgsrc/devel/php-xdebug
From: Takahiro Kambe
Date: 2021-02-02 16:03:36
Message id: 20210202150336.A2D33FA91@cvs.NetBSD.org
Log Message:
devel/php-xdebug: update to 3.0.2
3.0.2 (2021-01-04)
Fixed bugs:
- Fixed issue #1907: Empty exception message when setting the $message
property to a stringable object
- Fixed issue #1910: Code coverage misses constructor property promotion
code
- Fixed issue #1914: Compillation failure on OpenBSD
- Fixed issue #1915: Debugger should only start with XDEBUG_SESSION and
not XDEBUG_PROFILE
- Fixed issue #1918: Warn if PHP's Garbage Collection is disabled in
gc_stats mode
- Fixed issue #1919: Crash when enabling filter without the right mode
active
- Fixed issue #1921: Xdebug does not start step debugging if
start_with_request=trigger
- Fixed issue #1922: Code coverage misses array assignment lines
- Fixed issue #1924: Deprecated INI settings displayed in phpinfo()
- Fixed issue #1925: xdebug.start_with_request and start_upon_error
display inconsistent values
- Fixed issue #1926: Add Xdebug mode's source to xdebug_info() output
- Fixed issue #1927: Crash when calling xdebug_stop_trace without a trace
in progress
- Fixed issue #1928: xdebug_stop_gcstats() can also return false
Files: