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

New StreamLogger & MultiLogger #556

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

New StreamLogger & MultiLogger #556

wants to merge 30 commits into from

Commits on Mar 8, 2023

  1. removed PHP 7 stuff

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    060461b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b77a2f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b136ad View commit details
    Browse the repository at this point in the history
  4. removed FireLogger (BC break)

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ebe8fd4 View commit details
    Browse the repository at this point in the history
  5. updated tests

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d83c812 View commit details
    Browse the repository at this point in the history
  6. coding style

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d149ed2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    31ee43e View commit details
    Browse the repository at this point in the history
  8. added property typehints

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    10ad9b3 View commit details
    Browse the repository at this point in the history
  9. added PHP 8 typehints

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    df64c19 View commit details
    Browse the repository at this point in the history
  10. used constructor promotion

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    8fd56c0 View commit details
    Browse the repository at this point in the history
  11. Dumper: added ArrayIterator exposer

    needed to use get_mangled_object_vars()
    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ec5276c View commit details
    Browse the repository at this point in the history
  12. used native PHP 8 features

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    905c3d0 View commit details
    Browse the repository at this point in the history
  13. CSP: requires 'script-dynamic'

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f4c3cbc View commit details
    Browse the repository at this point in the history
  14. 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 Mar 8, 2023
    Configuration menu
    Copy the full SHA
    ae32c0f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    df85dcb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    960e86c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1363c82 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d97a773 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c50307f View commit details
    Browse the repository at this point in the history
  20. Released version 2.10.0

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f875221 View commit details
    Browse the repository at this point in the history
  21. opened 3.0-dev

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    5788ef0 View commit details
    Browse the repository at this point in the history
  22. uses PascalCase constants

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    c358afd View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4fd42f8 View commit details
    Browse the repository at this point in the history
  24. removed bridge for Latte

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    133f8c9 View commit details
    Browse the repository at this point in the history
  25. Logger: added typehints

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    22f4af8 View commit details
    Browse the repository at this point in the history
  26. shadow dom for dumper [WIP]

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    02641ee View commit details
    Browse the repository at this point in the history
  27. shadow dom for bar [WIP]

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    93c74fc View commit details
    Browse the repository at this point in the history
  28. shadow dom for bluescreen [WIP]

    dg committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    f2464fd View commit details
    Browse the repository at this point in the history
  29. Logger: add StreamLogger

    f3l1x committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    1ac7a0a View commit details
    Browse the repository at this point in the history
  30. Logger: add MultiLogger

    f3l1x committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    60d4fa8 View commit details
    Browse the repository at this point in the history