summaryrefslogtreecommitdiff
path: root/pear/README
diff options
context:
space:
mode:
Diffstat (limited to 'pear/README')
-rw-r--r--pear/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/pear/README b/pear/README
new file mode 100644
index 000000000..ea2605a38
--- /dev/null
+++ b/pear/README
@@ -0,0 +1,12 @@
+README file for pear
+
+post install
+
+Starting from php 5.1.0 we provide pear as a
+separate package. The php package does not
+longer set/imply the pear include dir, so add
+or edit the include_path in /etc/php.ini
+
+example:
+
+include_path = ".:/usr/share/pear/php"

Generated by cgit