I want to read PHP source and help PHP for further development.
I want to read PHP source and help PHP for further development.
You don't need a svn account to read the php source. You can just
download the source from http://php.net/downloads.php#v5 view the
development version at http://svn.php.net/viewvc/php/php-src/trunk/
Or download through svn with
svn checkout https://svn.php.net/repository/php/php-src/trunk/
You can then provide patches through the Bug Tracking System at
https://bugs.php.net/
And only after having proved that you are a valuable contributor, would
be appropiate to request svn access.
2012/3/16 Ángel González keisial@gmail.com
I want to read PHP source and help PHP for further development.
You don't need a svn account to read the php source. You can just
download the source from http://php.net/downloads.php#v5 view the
development version at http://svn.php.net/viewvc/php/php-src/trunk/
Or download through svn with
svn checkout https://svn.php.net/repository/php/php-src/trunk/You can then provide patches through the Bug Tracking System at
https://bugs.php.net/
And only after having proved that you are a valuable contributor, would
be appropiate to request svn access.--
Hi, Lütfi
If I got it right, the community decided to switch all projects to git
soon (only php-src is missing: http://git.php.net/). They will also
connect their repositories to github. After that it should be possible
to forge the repository, change something and start a pull-request.
This will then send an email to a group of people who will look
through the changes and give you feedback.
Please correct me if I got it wrong.
Bye
Simon