1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/japanese/guesswork-classic/files/pkg-message.in
Pav Lucistnik 4bc95d9771 The guesswork classic is a lightweight framework for PHP. It allows
developers to build web applications without writing any configuration
files and being forced to use fixed directory structures and file names.

PR:		ports/82218
Submitted by:	Shinsuke Matsui <smatsui@karashi.org>
2005-10-11 12:55:54 +00:00

5 lines
158 B
Plaintext

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