how to post my contribution

php.internals

mostapha31

22 years ago
Hi, i want to praticipate in development of php, can you help me to post my contribution, how cab i do it. thanks.

Sara Golemon

22 years ago
> 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

Kamesh Jayachandran

22 years ago
Hi All, I tried to apply for a CVS account in the URL given below. But I got a following warning message. Can someone look in to this? Warning: fsockopen(): php_hostconnect: connect failed in /local/Web/sites/phpweb/include/posttohost.inc on line 29 Warning: fsockopen(): unable to connect to master.php.net:80 in /local/Web/sites/phpweb/include/posttohost.inc on line 29 An error occured when trying to create the account: failed to open socket to master.php.net. http://www.php.net/cvs-php.php With regards Kamesh Jayachandran On Wed, 21 Jul 2004 13:32:30 -0700, "Sara Golemon" <pollita@php.net> said: