php-git
php-git copied to clipboard
Calling git_treebuilder_create causes seg fault
It turns out that function is trying to fetch a git2 tree resource even if no resource handle was actually passed to the function.
Its an easy fix, PR to follow.