]> granicus.if.org Git - php/commitdiff
- Fix mailparse dir for release
authorDerick Rethans <derick@php.net>
Sat, 20 Apr 2002 12:26:32 +0000 (12:26 +0000)
committerDerick Rethans <derick@php.net>
Sat, 20 Apr 2002 12:26:32 +0000 (12:26 +0000)
ext/mailparse/CREDITS [new file with mode: 0644]
ext/mailparse/EXPERIMENTAL [new file with mode: 0644]
ext/mailparse/README [new file with mode: 0644]

diff --git a/ext/mailparse/CREDITS b/ext/mailparse/CREDITS
new file mode 100644 (file)
index 0000000..02afd33
--- /dev/null
@@ -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 (file)
index 0000000..6443e99
--- /dev/null
@@ -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 (file)
index 0000000..5b1b7a2
--- /dev/null
@@ -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.
+