opnsense-ports/www/zend-framework1/files/pkg-message.in
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

28 lines
893 B
Text

***************************************************************
Now you need to adjust PHP's include_path to contain
`%%DATADIR%%/library'
For example, insert:
include_path = ".:%%DATADIR%%/library"
into `%%LOCALBASE%%/etc/php.ini'.
Zend Framework includes the Zend_Tool class and wrapper script
for automating many common framework-related tasks. To use the
zf wrapper script, set the following environment variable:
Bourne shell:
export ZEND_TOOL_INCLUDE_PATH_PREPEND= \
%%DATADIR%%/library
C-shell:
setenv ZEND_TOOL_INCLUDE_PATH_PREPEND \
%%DATADIR%%/library
Documentation for the Zend_Tool class is found at:
http://framework.zend.com/manual/1.12/en/zend.tool.framework.introduction.html
For more general information about the Zend Framework, please
visit: http://framework.zend.com/
***************************************************************