-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is further development stopped? #50
Comments
Actually, I stopped development php-git about 7 months. there are some reasons:
anyway, patches and pull request are welcome |
Thanks for your quick response! I'll try to look at it myself although I do not have much experience with C or PHP extensions. I do though have a lot of experience in general programming, so I should get my hand around this pretty quick.
Thanks in advance, and I hope I can help out a little bit! |
@kingkorf I recommend this book
you can also read the book with safari books online.
also you should read pro git book.
Honestly, contributing php-git is not a good start as it requires many knowledges (building php, low level git...) and my code is messy. probably, you need a couple of month to learn about php extension. keep hacking. |
Hi, I would like to help out if I can. I am very interested in this extension. |
I myself am struggling with the patch output from diffs between commits. For now I just copied the diff function from repository.c and changed some stuff, and that is working for now by the way. I would like to do this in a better fashion. I'll send a pull request this week so you guys can look at it. I further found some small bugs in the code which I will post here too. |
@kingkorf sounds good. You've continued PHP internal study. btw, have you seen #53 (comment) ? |
@deth4uall probably I'll push new branch in a few days. could you play with new one when pushed? |
Yeah I will. Just let me know when it's available. I can probably wrap a class around the functions to utilize the non-OOP characteristics in an OOP manner. Will they use at least references? |
for now, I'm working Almost functions were generated by program (and fix by hand). it's not smart but works fine. |
@deth4uall probably you can play in March. (you can also play latest libgit2 with I can't promise at this time as wrapping php-git is really tough work. It requires deep knowledge of git internal, libgit2 and PHP internals. |
Hi all,
For some time I'm tryin' to use this extension in a little project of mine. I like the functionality so far and really appreciate the work you guys did.
But if i'm not mistaking the project is dead for about 7 months now, and there is still pretty much work to be done to fully couple libgit2. I'll try to do some coding myself and I hope there's gonna be some activity here again!
Cheers!
The text was updated successfully, but these errors were encountered: