php-git
php-git copied to clipboard
PHP bindings for libgit2
When I use `git_branch_name()` I get `Call to undefined function git_branch_name()` however looking at the code it does seem to be implemented. Am I missing something?
trying to make files with suggested line: cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_SHARED_LIBS=OFF -DBUILD_CLAR=OFF -DCMAKE_C_FLAGS=-fPIC .. get errors: CMake Error at CMakeLists.txt:21 (INCLUDE): include could not find load file: ``` AddCFlagIfSupported ``` CMake...
Hi, I managed to install libgit2 with PHP-git properly on Ubuntu. The problem I have found is that no commands in the api seem to work except: echo git_libgit2_version(). I...
Minor fix needed for a test project. I'm all but a c/php core programmer, feel free to reject.
For issue #8 : Base on 0.2.1 and libgit2 0.10.0
Fixed some typos in the readme
Please, take a look at my reported issue a few weeks ago. I want to be able to do this in any way possible. Can php-git help me with this?...
I'd really like to get php-git updated and get a version bump - along with having a dev branch based on the latest libgit2 dev code. To that end, what...
The "how to build" instructions in the readme file will probably work fine on 32bits machines, however compiling a static version of libgit2 to then compile a dynamic php module...