diff options
author | adrianp <adrianp@pkgsrc.org> | 2008-08-17 18:40:36 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2008-08-17 18:40:36 +0000 |
commit | 2454f3ff611d2007dd03ed0744eeedbb828fb6dd (patch) | |
tree | 279926dce97098d53dddcae5e1c594cf612e226b /lang/pear | |
parent | 00791d7b8b2ff2d2441f4b66180a3be2fb1898f9 (diff) | |
download | pkgsrc-2454f3ff611d2007dd03ed0744eeedbb828fb6dd.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/MESSAGE | 4 |
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. =========================================================================== |