libgit2 / php-git

PHP bindings for libgit2
http://libgit2.github.com
MIT License
565 stars 118 forks source link

Git\Tree\Entry::toObject() seg fault #6

Closed msierks closed 13 years ago

msierks commented 13 years ago

I am getting a segmentation fault when calling Git\Tree\Entry::toObject(). It worked correctly before I moved from v0.2.1 tag to develop branch. Also I have libgit v0.11.0 installed.

chobie commented 13 years ago

Hi msierks,

thanks your reporting. i'll fix this probrem this weekend.

chobie commented 13 years ago

im sorry, this problem cause by my poor typo.

https://github.com/libgit2/php-git/commit/12ddbd766f430988f632f133c5161dee7f3961dc

would you try to check latest php-git?

libgit2 development has become very active. so i think php-git become unstable for a while.

msierks commented 13 years ago

cool thanks, that did it.