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

Add .gdbinit files from released PHP versions #996

Merged
merged 4 commits into from
Aug 26, 2020
Merged

Commits on Aug 21, 2020

  1. Add .gdbinit files from released PHP versions

    Inside of gdb, you source a file eg
    
    (gdb) source .gdbinit-5.6
    
    And then the `zbacktrace` command is available:
    
    (gdb) zbacktrace
    morrisonlevi committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    5f67c9f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

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

Commits on Aug 25, 2020

  1. Configuration menu
    Copy the full SHA
    33bcb59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64171bf View commit details
    Browse the repository at this point in the history