mirror of
https://github.com/php/web-php.git
synced 2026-03-29 18:52:08 +02:00
12 lines
329 B
PHP
Executable File
12 lines
329 B
PHP
Executable File
<?php require "header.inc"?>
|
|
<H1>Configuration</H1>
|
|
|
|
<UL>
|
|
<LI><B>PHP3.INI</B> -- location specified at compile time.
|
|
<LI>Apache directives -- names prefixed with "php3_". Allows per-virtual-server
|
|
and per-directory configuration.
|
|
<LI>Future -- Windows registry for per-directory configuration.
|
|
<UL>
|
|
|
|
<?php require "footer.inc"?>
|