freebsd-ports/www/zend-framework/files/pkg-message.in
2019-08-14 12:25:09 +00:00

16 lines
320 B
Text

[
{ type: install
message: <<EOM
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'.
For more general information about the Zend Framework, please
visit: http://framework.zend.com/
EOM
}
]