Carved in mystic runes upon the very living rock, the last words of
<tony@tony.co m> of comp.lang.php make plain:
[color=blue]
> Is this read before each script or just when the interpreter is
> first started?[/color]
If you're running PHP as a module, it's read when the server starts. If
you're running it as a CGI, it's read with each execution.
In article <Xns97DAD217650 C0alanphormcom@ 216.196.97.131> , alan@n-o-s-p-a-
m-phorm.com says...[color=blue]
> Carved in mystic runes upon the very living rock, the last words of
> <tony@tony.co m> of comp.lang.php make plain:
>[color=green]
> > Is this read before each script or just when the interpreter is
> > first started?[/color]
>
> If you're running PHP as a module, it's read when the server starts. If
> you're running it as a CGI, it's read with each execution.
>
> --
> Alan Little
> Phorm PHP Form Processor
> http://www.phorm.com/
>[/color]
Comment