Sun Aug 17 18:40:36 2008 UTC ()
Add a comment about the changed behaviour in include_path WRT php{4,5}
packages.


(adrianp)
diff -r1.1.1.1 -r1.2 pkgsrc/lang/pear/MESSAGE

cvs diff -r1.1.1.1 -r1.2 pkgsrc/lang/pear/MESSAGE (expand / switch to unified diff)

--- pkgsrc/lang/pear/MESSAGE 2007/05/05 21:21:45 1.1.1.1
+++ pkgsrc/lang/pear/MESSAGE 2008/08/17 18:40:36 1.2
@@ -1,15 +1,17 @@ @@ -1,15 +1,17 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.1.1.1 2007/05/05 21:21:45 adrianp Exp $ 2$NetBSD: MESSAGE,v 1.2 2008/08/17 18:40:36 adrianp Exp $
3 3
4In order to use PEAR packages you may want to alter the default 4In order to use PEAR packages you may want to alter the default
5include_path of PHP to include the PEAR installation directory where the 5include_path of PHP to include the PEAR installation directory where the
6packages are located. To do this you need to edit the include_path 6packages are located. To do this you need to edit the include_path
7directive in your php.ini file: 7directive in your php.ini file:
8 8
9 ${PKG_SYSCONFDIR}/php.ini 9 ${PKG_SYSCONFDIR}/php.ini
10 10
11Change the "include_path" directive to read as follows: 11Change the "include_path" directive to read as follows:
12 12
13 include_path = ".:${PREFIX}/lib/php" 13 include_path = ".:${PREFIX}/lib/php"
14 14
 15This is done automatically if you are running either php>=4.4.9 or
 16php>=5.2.6nb2.
15=========================================================================== 17===========================================================================