Skip to content

hexon/php-vdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages