Shuhei Tanuma
Shuhei Tanuma
Hi abtris, sorry, i forgot implment thread safe support. i'll try to setup environment and check that on this weekend. Would you wait until the update? Cheers, Shuhei
I've just fixed this probrem.could you try to compile php-git with v0.2.1? https://github.com/libgit2/php-git/tree/v0.2.1
oh, i see. did you use libgit2 development branch? libgit2 development branch has many API changes. so php-git requires libgit2 v0.10.0 https://github.com/libgit2/libgit2/tree/v0.10.0 try to following install process ``` git clone...
@evilpingus thank you reporting. i'll re-check this issue when i have a chance. i really want to wrap network feature asap but i have to prepare our marriage. i'll try...
@yijia2413 have you checked latest branch? (https://github.com/libgit2/php-git/tree/functions)
ah, sorry. I wrote the document once But I've made drastic change so gh-page document is completely out-dated. now, README.md is only one. php-git examples: https://github.com/chobie/kokuban/blob/master/Kokuban/GistProvider.php https://github.com/chobie/Git2RepositoryBrowserBundle/blob/master/src/Chobie/Bundle/Git2RepositoryBrowserBundle/Controller/DefaultController.php I want to...
@sidealice currently not supported yet. use git command instead.
> 2)Create a framework to initialize and cleanup repositories for unit tests > 3)Move all of 2 current unit tests into that framework agreed. I'd like to respect Symfony coding...
ah sorry, less explanations. Will you port clar like testing library, right? I think it should have follow some coding standards. Sometimes people get confused when writing variable names. as...
> Looks like run-tests.php is created by phpize. I've modified config.m4 to overwrite that when configure is executed here woot, I don't know that option. it looks nice