libgit2/php-git

tree->getEntryByName

msierks opened this issue · 4 comments

I get the following error when calling $tree->getEntryByName().

"symbol lookup error: /usr/lib/php/modules/git2.so: undefined symbol: git_oid_tostr"

Can you please fix ?

Hi, I'll do in this weekend.
for now, can you try to use old libgit2 release?

@msierks which libgit2 version did you use? All tests passed with latest libgit2.

v0.16.0 or latest dev build ?

oh, I see. please use latest dev build as libgit2 has grown very fast ✨