Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debugger::barDump() can be temporarily disabled/enabled #555

Open
wants to merge 22 commits into
base: master
Choose a base branch
from

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    56c493d View commit details
    Browse the repository at this point in the history
  2. opened 3.0-dev

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    c1aefc0 View commit details
    Browse the repository at this point in the history
  3. requires PHP 8.0

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    799343f View commit details
    Browse the repository at this point in the history
  4. removed PHP 7 stuff

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    55128d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d1bac7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9d01eb View commit details
    Browse the repository at this point in the history
  7. updated tests

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    58a9a3b View commit details
    Browse the repository at this point in the history
  8. coding style

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9582b01 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9c50460 View commit details
    Browse the repository at this point in the history
  10. uses PascalCase constants

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    3a73e38 View commit details
    Browse the repository at this point in the history
  11. used native PHP 8 functions

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    380d749 View commit details
    Browse the repository at this point in the history
  12. Dumper: uses get_mangled_object_vars()

    ArrayIterator customizes the casting to array
    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    71a5637 View commit details
    Browse the repository at this point in the history
  13. removed FireLogger

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    54ae6e8 View commit details
    Browse the repository at this point in the history
  14. removed bridge for Latte

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9f47d99 View commit details
    Browse the repository at this point in the history
  15. added property typehints

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    7e7f39f View commit details
    Browse the repository at this point in the history
  16. added PHP 8 typehints

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d6f1b10 View commit details
    Browse the repository at this point in the history
  17. Debugger::timer: switch from microtime to hrtime

    hrtime is faster on virtual machines, due microtime use system call that need to change context from user to kernel (PHP7.3+)
    bckp authored and dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    a41ac67 View commit details
    Browse the repository at this point in the history
  18. CSP: requires 'script-dynamic'

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    d6253d2 View commit details
    Browse the repository at this point in the history
  19. shadow dom for dumper [WIP]

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    94e9e44 View commit details
    Browse the repository at this point in the history
  20. shadow dom for bar [WIP]

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    f3510b3 View commit details
    Browse the repository at this point in the history
  21. shadow dom for bluescreen [WIP]

    dg committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    fe2f476 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    37022c8 View commit details
    Browse the repository at this point in the history