Commit Graph

1157 Commits

Author SHA1 Message Date
Denis Sokolov e97e1e6cff Implement __serialize in Exception/Frame 2021-09-19 12:00:00 +00:00
Denis Sokolov 76587f3231 changelog: 2.14.2 2.14.2 2021-09-19 12:00:00 +00:00
Denis Sokolov 73916b7c0a Run workflows on PHP 8.1 2021-09-19 12:00:00 +00:00
Denis Sokolov 7c7a85b61d Merge pull request #706 from kylekatarnls/patch-1
Add ReturnTypeWillChange to FrameCollection
2021-09-19 18:08:01 +03:00
Kyle 29e7ca0a16 Add __serialize and __unserialize to FrameCollection 2021-09-19 14:03:46 +02:00
Kyle a767384f4e Add ReturnTypeWillChange to FrameCollection
Fix PHP 8.1 compatibility
2021-09-19 13:52:38 +02:00
Denis Sokolov a9a22670bf Add security policy 2021-09-10 12:00:00 +00:00
Denis Sokolov 15ead64e98 changelog: 2.14.1 2.14.1 2021-08-29 12:00:00 +00:00
Denis Sokolov 13f817190c PrettyPageHandler: fix scrolling too far, fixup 7376a42
Co-authored-by: jonathan <jonathanpap013@gmail.com>
2021-08-29 12:00:00 +00:00
Denis Sokolov 6ac04436d3 Merge pull request #696 from erikn69/master
xdebug.file_link_format template by default without xdebug extension loaded
2021-08-29 18:04:16 +03:00
Denis Sokolov 6b7287fed2 Merge pull request #701 from fujiwaraizuho/patch-1
Add types that appendHandler & prependHandler functions can take
2021-08-29 17:58:09 +03:00
Izuho Fujiwara 444d133e05 Fix Callable to lowercase
Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
2021-08-06 18:54:30 +09:00
Izuho Fujiwara 198e7120b4 Fix Callable to lowercase 2021-08-06 16:05:00 +09:00
Izuho Fujiwara 59f635b597 Fix phpdoc of the function to be called 2021-08-06 15:48:54 +09:00
Izuho Fujiwara 3684f84feb Add types that appendHandler can take 2021-08-06 15:15:14 +09:00
Denis Sokolov fdf92f03e1 changelog: 2.14.0 2.14.0 2021-07-13 12:00:00 +00:00
Denis Sokolov 7376a422a1 PrettyPageHandler: switch syntax highlighting to Prism.js 2021-07-13 12:00:00 +00:00
Erik Niebla 892303b326 xdebug.file_link_format template by default without extension loaded 2021-06-04 15:27:12 -05:00
Denis Sokolov 2edbc73a46 changelog: 2.13.0 2.13.0 2021-06-04 12:00:00 +00:00
Denis Sokolov 6579a23b6d Merge pull request #695 from erikn69/master
Use netbeans editor without xdebug extension
2021-06-04 20:20:30 +03:00
Erik Niebla bbb55e6cab Netbeans editor 2021-06-03 15:48:03 -05:00
Denis Sokolov c13c0be93c changelog: 2.12.1 2.12.1 2021-04-25 12:00:00 +00:00
Denis Sokolov af2024dd7f mailmap: fix duplicate entries in the log 2021-04-25 12:00:00 +00:00
Denis Sokolov 7b8665ec8e Merge pull request #694 from fredden/no-redirect
Avoid redirects away from error page
2021-04-25 11:19:32 +01:00
Dan Wallis 26c4ca5eb7 Fix tests 2021-04-14 22:48:03 +01:00
Dan Wallis 04116f5017 Avoid redirects away from error page 2021-04-14 22:14:24 +01:00
Denis Sokolov d501fd2658 changelog: 2.12.0 2.12.0 2021-03-30 12:00:00 +00:00
Denis Sokolov de706134f3 Merge pull request #692 from prdatur/master
PrettyPageHandler allow hiding super globals with non-string value
2021-03-30 15:14:45 +03:00
prdatur 937fad41aa - Enhance PrettyPageHandler to allow hiding super globals with non-string value. (non-string values will have a fixed asterisk length of 3)
- Fix missing @throws annotation.
- Fix typo in doc-block
- Add new string/non-string behaviour to doc-block description.

Fixes #690
2021-03-30 13:54:34 +02:00
Denis Sokolov f6e14679f9 changelog: 2.11.0 2.11.0 2021-03-19 12:00:00 +00:00
Denis Sokolov 2d0f391c91 Merge pull request #689 from lode/customize-exit-code
Allow to customize the exit code send in cli context
2021-03-19 21:52:51 +02:00
Lode Claassen 051070dddb allow to customize the exit code send in cli context 2021-03-19 16:38:24 +01:00
Denis Sokolov 6ecda5217b changelog: 2.10.0 2.10.0 2021-03-16 12:00:00 +00:00
Denis Sokolov bd09320327 Merge pull request #687 from gwillz/master
Builder-style handlers
2021-03-16 11:06:36 +02:00
Gwilyn 3c975c4650 Include composer test script, for convenience. 2021-03-16 11:12:16 +10:30
Gwilyn 5ea44736b8 Update tests for self-returns. 2021-03-16 11:12:16 +10:30
Gwilyn aca5735cdb Consistent type-hints for static returns. 2021-03-16 11:12:11 +10:30
Gwilyn c283074233 Builder-style handlers.
All add/set methods now self-return so handlers can be configured inline.
2021-03-16 11:04:53 +10:30
Denis Sokolov 4722454e25 Merge pull request #686 from rieschl/docs/add-mezzio
docs: mention Mezzio in the Installing section
2021-02-09 10:29:36 +02:00
Thomas Rieschl 926f0f094a docs: mention Mezzio in the Installing section
Whoops is available out of the box in Mezzio
2021-02-08 21:44:25 +01:00
Denis Sokolov df79338200 changelog: 2.9.2 2.9.2 2021-01-24 12:00:00 +00:00
Denis Sokolov 09781b57e8 Merge pull request #685 from gharlan/patch-1
Fix styles of copy button after hover
2021-01-24 15:51:49 +02:00
Gregor Harlan a32b5019a4 Fix styles of copy/hide buttons after hover 2021-01-21 22:06:15 +01:00
Denis Sokolov 2b030e4cd5 Merge pull request #684 from softius/patch-1
Update links for CakePHP v3 and v4
2021-01-03 16:50:55 +02:00
Iacovos Constantinou 6f20d5c4a4 Update links for CakePHP v3 and v4 2021-01-03 15:21:02 +02:00
Denis Sokolov a81205e753 github: add funding file 2020-12-11 16:24:42 +02:00
Denis Sokolov 23c4a644ca Merge pull request #680 from GrahamCampbell/patch-1
Fixed invalid codeblock syntax
2020-11-16 06:55:37 +02:00
Graham Campbell aec99affc1 Fixed invalid codeblock syntax 2020-11-15 20:47:48 +00:00
Denis Sokolov 40173bb7e7 readme: example generating html 2020-11-15 12:00:00 +00:00
Denis Sokolov a9a8b1186e readme: link to examples 2020-11-15 12:00:00 +00:00