Lines Matching refs:to

1 Submitting Enhancements and Patches to PHP
4 This document describes how to submit an enhancement or patch for PHP.
7 You don't need any login accounts or special access to download,
12 An excellent article to read first is:
19 available to discuss questions. They include #php.pecl and #php.doc
27 bug can be used to track the patch progress and prevent your changes
44 Attach the patch to the PHP bug and consider sending a notification
45 email about the change to internals@lists.php.net. Also CC the
53 The preferred way to propose PHP patch is sending pull request from
59 notification will be sent to the pull request mailing list. Sending a
60 note to PHP Internals list (internals@lists.php.net) may help getting
62 to bug reports at http://bugs.php.net/.
69 to track the patch progress and prevent your changes getting lost in
76 Information on contributing to PHP documentation is at
79 Attach the patch to the PHP bug and consider sending a notification
80 email about the change to phpdoc@lists.php.net. Explain what has been
93 can be used to track the patch progress and prevent your changes
109 Update any open bugs and add a link to the source of your patch. Send
110 the patch or pointer to the bug to pecl-dev@lists.php.net. Also CC
121 Information on contributing to PEAR is available at
126 How to create your PHP, PHP Documentation or PECL patch
130 on using Git to get and build PHP source code. We recommend to look
135 development branches and on "master". New PHP features only need to
141 http://qa.php.net/write-test.php for how to test. Submitting test
142 scripts helps us to understand what functionality has changed. It is
161 - Run "make test" to check your patch doesn't break other features.
165 - Rebuild PHP with --enable-maintainer-zts to check your patch
172 If your patch is easy to review and obviously has no side-effects,
180 - Did I send the patch to the right mail list?
181 - Did I review the mail list archives to see if these kind of
184 - Is my patch too hard to review? Because of what factors?
191 added to the NEWS file.