summaryrefslogtreecommitdiff
path: root/lang/pear
diff options
context:
space:
mode:
authoradrianp <adrianp>2008-08-17 18:40:36 +0000
committeradrianp <adrianp>2008-08-17 18:40:36 +0000
commit7bfe35ec118a8350ffac0c02878687e0e854904d (patch)
tree279926dce97098d53dddcae5e1c594cf612e226b /lang/pear
parenta5d044e1380f8869f7f7159ef779e81ffa263341 (diff)
downloadpkgsrc-7bfe35ec118a8350ffac0c02878687e0e854904d.tar.gz
Add a comment about the changed behaviour in include_path WRT php{4,5}
packages.
Diffstat (limited to 'lang/pear')
-rw-r--r--lang/pear/MESSAGE4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/pear/MESSAGE b/lang/pear/MESSAGE
index 73506b080a0..965ac4125e3 100644
--- a/lang/pear/MESSAGE
+++ b/lang/pear/MESSAGE
@@ -1,5 +1,5 @@
===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2007/05/05 21:21:45 adrianp Exp $
+$NetBSD: MESSAGE,v 1.2 2008/08/17 18:40:36 adrianp Exp $
In order to use PEAR packages you may want to alter the default
include_path of PHP to include the PEAR installation directory where the
@@ -12,4 +12,6 @@ Change the "include_path" directive to read as follows:
include_path = ".:${PREFIX}/lib/php"
+This is done automatically if you are running either php>=4.4.9 or
+php>=5.2.6nb2.
===========================================================================