summaryrefslogtreecommitdiff
path: root/www/zend-framework/files/pkg-message.in
blob: 9ac9837c134883c4552ec72d8525822ccae69e2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[
{ 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
}
]