php-git icon indicating copy to clipboard operation
php-git copied to clipboard

PHP bindings for libgit2

Results 38 php-git issues
Sort by recently updated
recently updated
newest added

Can you release a new 0.3.0 tagged version? The 0.2.1 version is 2 years old, and bumping to 0.3.0 would bring things up to date.

I try compile extension but have this error and i don't know how fix it. Thx for help → make /bin/bash /home/prskavecl/Sites/php-git/src/libtool --mode=compile cc -I. -I/home/prskavecl/Sites/php-git/src -DPHP_ATOM_INC -I/home/prskavecl/Sites/php-git/src/include -I/home/prskavecl/Sites/php-git/src/main -I/home/prskavecl/Sites/php-git/src...

Now with libgit2 0.19.0 being tagged, it would be cool if we could have git push api support in php-git :)

enhancement

Followed the build procedure in the README file. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/git2.so' - /usr/lib/php5/20100525/git2.so: undefined symbol: git_tree_create_fromindex in Unknown on line 0 With PHP...

tried to find out what (int type) is, api snippet -> string $odb->hash(string contents, int type) found definition here http://libgit2.github.com/libgit2/#HEAD/type/git_otype

Hi! I need to commit all files in work_dir like "git commit -a". I can't get it from docs. And in readme.md its like: ``` $bld = new Git2\TreeBuilder(); $bld->insert(new...

- Ubuntu server 12.10 - Php : 5.4.6 # CLI, I get this error: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/git2.so' - /usr/lib/php5/20100525/git2.so: undefined symbol: git_tree_create_fromindex in...

how can i add a new username and password plain text? is there a binding for http://libgit2.github.com/libgit2/#HEAD/group/cred/git_cred_userpass_plaintext_new

Hi there, I am trying to get php-git extension loaded into php (5.3.18, 5.3.20) on Amazon Linux (Amazon Linux AMI release 2012.09). It does build correctly, git2.so is installed into...

Would any one be able to provide me with a windows compiled .dll for this to drop into my php extension directory?