From: Derick Rethans Date: Sat, 20 Apr 2002 12:26:32 +0000 (+0000) Subject: - Fix mailparse dir for release X-Git-Tag: php-4.2.0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fe419e7a2b9e6b34edc284d5a9e976692d39df5;p=php - Fix mailparse dir for release --- diff --git a/ext/mailparse/CREDITS b/ext/mailparse/CREDITS new file mode 100644 index 0000000000..02afd3368b --- /dev/null +++ b/ext/mailparse/CREDITS @@ -0,0 +1,2 @@ +Mailparse MIME parsing and manipulation functions +Wez Furlong diff --git a/ext/mailparse/EXPERIMENTAL b/ext/mailparse/EXPERIMENTAL new file mode 100644 index 0000000000..6443e99646 --- /dev/null +++ b/ext/mailparse/EXPERIMENTAL @@ -0,0 +1,5 @@ +this extension is experimental, +its functions may change their names +or move to extension all together +so do not rely to much on them +you have been warned! diff --git a/ext/mailparse/README b/ext/mailparse/README new file mode 100644 index 0000000000..5b1b7a2da0 --- /dev/null +++ b/ext/mailparse/README @@ -0,0 +1,8 @@ +$Id$ + +Mailparse has been moved to PEAR, The PHP Extension and Application Repository. + +It is located in /pear/PECL/mailparse/ + +See http://pear.php.net/faq.php#faq-6 for information about installing a C module from PEAR. +