2020-09-19 15:35:16 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
devel/php-xdebug: add a patch file
Oops, forgot to commit a patch file.
|
2020-09-19 15:34:32 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/php-xdebug: update to 2.9.7
Update php-xdebug package to 2.9.7.
Wed, Sep 16, 2020 - xdebug 2.9.7
= Fixed bugs:
- Fixed issue #1839: Add keepalive options to debugging socket
|
2020-06-13 18:06:19 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/php-xdebug: update to 2.9.6
Update php-xdebug to 2.9.6.
Fri, May 29, 2020 - xdebug 2.9.6
Fixed bugs:
- Fixed issue #1782: Cookie "XDEBUG_SESSION" will be soon rejected because
it has the "sameSite" attribute set to none
- Fixed issue #1787: Branch coverage data does not always follow the
lines/functions format
- Fixed issue #1790: Segfault in var_dump() or while debugging with protobuf
extension
|
2020-04-26 11:40:56 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/php-xdebug: update to 2.9.5
Update php-xdebug to 2.9.5.
php-xdebug 2.9.5 (2020-04-25)
Fixed bugs:
- Fixed issue #1772: Crash with exception thrown inside a destructor
- Fixed issue #1775: Segfault when another extension compiles a PHP file
during RINIT
- Fixed issue #1779: Nested multi-line built-in function in namespace are
not covered
|
2020-03-24 16:01:55 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/php-xdebug: update to 2.9.4
Update php-xdebug to 2.9.4.
Mon, Mar 23, 2020 - xdebug 2.9.4
= Fixed bugs:
- Fixed issue #1763: Crash while setting opcode overrides in ZTS mode.
- Fixed issue #1766: Using the DBGp detach command disables remote debugging for \
the whole process.
|
2020-03-23 16:32:07 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/php-xdebug: update to 2.9.3
Update php-xdebug to 2.9.3.
2.9.3 Fri, Mar 13, 2020
= Fixed bugs:
- Fixed issue #1753: Resolved breakpoints use information from wrong files
- Fixed issue #1758: Xdebug changes error_get_last results inside a try catch
- Fixed issue #1759: User registered opcode handlers should call ones already
set by other extensions
2.9.2 Fri, Jan 31, 2020
= Fixed bugs:
- Fixed issue #1735: DBGp eval warning promoted to Exception can cause
out-of-sync responses
- Fixed issue #1736: Segmentation fault when other extensions run PHP in
RINIT
- Fixed issue #1739: Tracing footer not written
2.9.1 Thu, Jan 16, 2020
= Fixed bugs:
- Fixed issue #1721: Header may not contain NUL bytes in Unknown on line 0
- Fixed issue #1727: Debugger stops more often than expected due to
resolving breakpoints
- Fixed issue #1728: INIT_STATIC_METHOD_CALL is not overloaded
- Fixed issue #1731: var_dump with DateTime does not output properties
(Ryan Mauger)
- Fixed issue #1733: SEND_VAR_NO_REF_EX opcode, used for require(), is not
overloaded
- Fixed issue #1734: Segfault with DBGp "source" with a out-of-range start
line number
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-12-16 17:30:15 by Takahiro Kambe | Files touched by this commit (18) |
Log message:
Drop php71 support
Drop php71 support mechanically.
|
2019-12-15 19:33:09 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
devel/php-xdebug: update to 2.9.0
Update php-xdebug to 2.9.0.
o pkgsrc change: allow build on php74.
Changes are too many to write here, please refer Changelog in detail.
<https://pecl.php.net/package-changelog.php?package=xdebug>
|
2019-11-03 11:39:32 by Roland Illig | Files touched by this commit (274) |
Log message:
devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|