Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11444 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38339 invoked by uid 1010); 21 Jul 2004 20:32:32 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38242 invoked by uid 1007); 21 Jul 2004 20:32:31 -0000 Message-ID: <20040721203231.38241.qmail@pb1.pair.com> To: internals@lists.php.net References: <40FE8452.7020000@yahoo.fr> Date: Wed, 21 Jul 2004 13:32:30 -0700 Lines: 37 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Posted-By: 169.229.135.175 Subject: Re: how to post my contribution From: pollita@php.net ("Sara Golemon") > i want to praticipate in development of php, can you help me to post my > contribution, how cab i do it. > First review the Coding Standards guidelines available at: http://cvs.php.net/co.php/php-src/CODING_STANDARDS Checkout a copy of the PHP sources following the instructions available at: http://www.php.net/anoncvs.php If you're curious about what needs doing, you can find a list of open bug reports at: http://bugs.php.net When you've finished making changes you can generate a patch by issuing the command: cvs diff Send that patch to internals@lists.php.net (or better yet put it on a webpage and link to it in your message) so that developers here can review it, make comments, and apply it if appropriate. After a few successful rounds of this you can apply for your own CVS account at http://www.php.net/cvs-php.php Which, when authorized, will allow you to apply patches yourself. -Sara P.S. - If you're not interrested in working on the core of PHP, you can also develop your own extensions following the API documentation at: http://www.php.net/manual/en/zend.php To generate an extension module for inclusion in the PECL repository: http://pecl.php.net