freebsd-ports/www/zend-framework/files/pkg-message.in
Greg Larkin 96d35ec3c8 - Update to 1.8.0
- Install Zend_Tool wrapper script and include details in pkg-message
- Removed unnecessary OPTION
- Install more documentation
2009-05-07 04:03:14 +00:00

28 lines
874 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/en/zend.tool.framework.html
For more general information about the Zend Framework, please
visit: http://framework.zend.com/
***************************************************************