summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradrianp <adrianp>2008-08-17 18:40:36 +0000
committeradrianp <adrianp>2008-08-17 18:40:36 +0000
commit58132bb827cedec1fa63f60e46abab8b279a7d83 (patch)
tree279926dce97098d53dddcae5e1c594cf612e226b
parentcf8116f1a1ed50d980e13b9f4b44ec7f2222ea77 (diff)
downloadpkgsrc-58132bb827cedec1fa63f60e46abab8b279a7d83.tar.gz
Add a comment about the changed behaviour in include_path WRT php{4,5}
packages.
-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.
===========================================================================