summaryrefslogtreecommitdiff
path: root/www/php4/pkg/MESSAGE
blob: 384a71535fc1b576d7fa8338c57777911f228eef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
===========================================================================
$NetBSD: MESSAGE,v 1.4 2001/04/30 03:25:16 jlam Exp $

Before using PHP, you must first create the configuration file:

	${PHP_CONFDIR}/php.ini

Example configuration files suitable as a basis for a custom php.ini may
be found at:

	${PREFIX}/share/examples/php/php.ini-dist
	${PREFIX}/share/examples/php/php.ini-optimized

To process PHP scripts, you will need a PHP-enabled HTTP server.  You may
either configure the HTTP server to use PHP as a CGI program, or install a
PHP module for your HTTP server, e.g. ap-php4.
===========================================================================