Extend include_path so that it works in the apache chroot by default.

ok robert@ (maintainer)
This commit is contained in:
ajacoutot 2011-03-28 13:24:32 +00:00
parent a9dc0e711d
commit 5281d9d720
3 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2011/03/22 16:04:17 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.9 2011/03/28 13:24:32 ajacoutot Exp $
COMMENT= framework for developing PHP web applications
@ -6,7 +6,7 @@ V= 1.10.8
DISTNAME= zendframework-${V}
DISTFILES= ZendFramework-${V}.tar.gz
REVISION= 0
REVISION= 1
CATEGORIES= www devel

View File

@ -2,4 +2,4 @@ The ZendFramework has been installed into ${INSTDIR}
You should add this to your include_path in php.ini:
include_path = ".:/pear/lib:/var/www/pear/lib:${INSTDIR}"
include_path = ".:/pear/lib:/var/www/pear/lib:/zendframework:${INSTDIR}"

View File

@ -0,0 +1,2 @@
You may want to remove the zendframework entries from your include_path
in php.ini.