mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
4bc95d9771
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>
5 lines
158 B
Plaintext
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'.
|