How to contribute code to PHP _ PHP Tutorial

Source: Internet
Author: User
How to contribute code to PHP. PHP has previously migrated the source code to git for management, and is also on github (github. comphpphp-src), so that more developers can contribute code to PHP. PHP has migrated the source code to git for management, at the same time also made an image on github (https://github.com/php/php-src), so that it facilitates more developers to contribute code for PHP.
Today, I wrote this article to help students in China who are willing to contribute to the PHP open-source community. I will give an example of how to contribute your wisdom to PHP.
Now, if you want to contribute a new feature, you need to submit an RFC on wiki.php.net in addition to the following steps. I will introduce this later, now let's make it simple. suppose you just want to fix a bug for PHP (in general, you can find the bug already reported by PHP: PHP Bugs here ). now let's assume you have figured out how to fix this Bug.
1. First, you need to have a github account. if not, register here: Register github.
2. Fork PHP source code, there is a fork button in the top right corner of the PHP Github page, click it
3. After Fork, you will have a PHP source code repository of your own. now you can modify the source code of PHP in this repository to fix bugs.
There is nothing to say about the specific development, but if there is a problem with the use of Git, you can refer to the Git User Manual, such as this: ProGit
I will provide you with a simple description here. if you start development on Github, there will be a description on the page of your own PHP code repository, for example, on the My PHP repository page, https://github.com/laruence/php-src:
Ssh git@github.com

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.