freebsd-ports/www/phpmustache/files/pkg-message.in
Martin Wilke 5490c01a81 A Mustache implementation in PHP.
WWW: https://github.com/bobthecow/mustache.php

PR:		ports/162015
Submitted by:	Steve Polyack <spolyack@collaborativefusion.com>
2011-11-06 14:41:49 +00:00

4 lines
150 B
Text

You need to adjust php's include_path to contain `%%DATADIR%%'!
For example, insert
include_path = ".:%%DATADIR%%"
into `%%LOCALBASE%%/etc/php.ini'.