View Single Post

  #6 (permalink)  
Old 11-16-2004
Donnie
 
Posts: n/a
Default Re: Is it possible to enforce changed in php.ini without re-booting(w2k)?

aa wrote:
> Is it possible to enforce changed in php.ini without re-booting (w2k)?
>
>

If your using the CGI any changes you make will be effective immediately
because the CGI looks at php.ini every time it is accessed. If you're
using a module (e.g. ISAPI) then as stated you simply need to restart
your web server.

Reply With Quote