From: Melvyn Sopacua Date: Thu, 14 Nov 2002 20:57:09 +0000 (+0000) Subject: MFH plus typo fix X-Git-Tag: php-4.3.0RC2~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ad332abf8a65c4ade4f30f8400958a61e13afc1;p=php MFH plus typo fix --- diff --git a/README.SUBMITTING_PATCH b/README.SUBMITTING_PATCH index 900d2cd318..51dac14029 100644 --- a/README.SUBMITTING_PATCH +++ b/README.SUBMITTING_PATCH @@ -88,6 +88,11 @@ If you are patching PEAR, send the patch to pear-dev@lists.php.net. Please add the prefix "[PATCH]" to your email subject and make sure to include the patch as a MIME attachment even if it is short. + +NOTE: only MIME attachments of type 'text/*' are accepted. The + easiest way to acclomplish this, is to make the extension + '.txt'. + Test scripts should be included in the same email. Explain what has been fixed/added/changed by your patch.