-
Notifications
You must be signed in to change notification settings - Fork 1
hexon/php-vdump
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
With vdump you can dump all variables in a running PHP process. It has to be compiled in, and then provides a function vdump_dump($fn) which writes all variables to file $fn. You can also use GDB to dump a remote process: $ gdb -p $PID > set unwindonsignal on > call vdump_dump_no_tsrm("/tmp/vdump-$PID"); > detach
About
Dump all variables of a running PHP-process
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published