Discussion:
How to upstream code changes to php community
Shahina Rabbani
2013-08-13 04:38:40 UTC
Permalink
Hi,

I have done some modifications to the php source code and i tested it with
php bench and I observed some improvement.

I wanted to upstream these code changes to PHP community.
I searched the wed but i didnt find proper guide to upstream the code to
php.

Please help me by providing the information how to upstream my code
changes to php source code community.


Thanks,
Shahina Rabbani
David Robley
2013-08-13 05:30:42 UTC
Permalink
Post by Shahina Rabbani
Hi,
I have done some modifications to the php source code and i tested it with
php bench and I observed some improvement.
I wanted to upstream these code changes to PHP community.
I searched the wed but i didnt find proper guide to upstream the code to
php.
Please help me by providing the information how to upstream my code
changes to php source code community.
Thanks,
Shahina Rabbani
Start with https://github.com/php/php-
src/blob/master/README.SUBMITTING_PATCH which is linked from the Community
menu item on the PHP home page.
--
Cheers
David Robley

Enter any 11-digit prime number to continue...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Daniel Brown
2013-08-16 15:07:43 UTC
Permalink
On Tue, Aug 13, 2013 at 12:38 AM, Shahina Rabbani
Post by Shahina Rabbani
Hi,
I have done some modifications to the php source code and i tested it with
php bench and I observed some improvement.
I wanted to upstream these code changes to PHP community.
I searched the wed but i didnt find proper guide to upstream the code to
php.
Please help me by providing the information how to upstream my code
changes to php source code community.
Start by subscribing to ***@lists.php.net and introducing
yourself on that list, which is intended for the discussion of the
ongoing development of the runtime and related things. You may also
want to hop on EFNet and join #php.pecl, which - like internals@ - is
specifically for discussion of furthering the core development (not
for any time of support).
--
</Daniel P. Brown>
Network Infrastructure Manager
http://www.php.net/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Continue reading on narkive:
Loading...