diff options
| author | Derick Rethans <derick@php.net> | 2002-04-20 12:26:32 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2002-04-20 12:26:32 +0000 |
| commit | 3fe419e7a2b9e6b34edc284d5a9e976692d39df5 (patch) | |
| tree | 964f80f1c9f94588a2d795475d47be9dcb5c2991 | |
| parent | f334499cec92795700d736319dce9b486c1f799e (diff) | |
| download | php-git-3fe419e7a2b9e6b34edc284d5a9e976692d39df5.tar.gz | |
- Fix mailparse dir for release
| -rw-r--r-- | ext/mailparse/CREDITS | 2 | ||||
| -rw-r--r-- | ext/mailparse/EXPERIMENTAL | 5 | ||||
| -rw-r--r-- | ext/mailparse/README | 8 |
3 files changed, 15 insertions, 0 deletions
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. + |
