summaryrefslogtreecommitdiff
path: root/pear/README
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-11-22 11:00:53 +0000
committerStig Bakken <ssb@php.net>1999-11-22 11:00:53 +0000
commit541087d17a6c55e8d42d73f06f3886b12fe82504 (patch)
tree6688eaf6f10f889260c55f3e34c0f304b592dcf0 /pear/README
parentbe6dde2639b82768054928fef97591772bad9c3e (diff)
downloadphp-git-541087d17a6c55e8d42d73f06f3886b12fe82504.tar.gz
@Introduced PECL - PHP Extension and Code Library (prounounced "picke")
Introduced PECL - PHP Extension and Code Library (prounounced "picke"), in the "pecl" subdir. "make install" will now install the database abstraction layer in PREFIX/lib/php. I hereby dedicate this part of PHP to my daughter-of-yesterday Malin. :-)
Diffstat (limited to 'pear/README')
-rw-r--r--pear/README29
1 files changed, 29 insertions, 0 deletions
diff --git a/pear/README b/pear/README
new file mode 100644
index 0000000000..b8ca9c09c6
--- /dev/null
+++ b/pear/README
@@ -0,0 +1,29 @@
+ PECL (pronounced "pickle") - PHP Extension and Code Library
+ -----------------------------------------------------------
+
+WHAT IS PECL?
+
+PECL is a code repository for PHP extensions and PHP library code
+similar to TeX's CTAN and Perl's CPAN.
+
+The intention behind PECL is to provide a means for library code
+authors to organize their code in a defined way shared by other
+developers, and to give the PHP community a single source for such
+code.
+
+
+ADMINISTRATION
+
+This section will describe the rules for how files are structured and
+how functions and classes should be named.
+
+
+TOOLS
+
+This section will describe the tools provided to PECL users.
+
+
+CODING RULES AND GUIDELINES
+
+* All PHP code _must_ use <?php ?>. <? ?> and other formats are not
+ portable.