View Single Post

  #5 (permalink)  
Old 11-12-2004
Alvaro G Vicario
 
Posts: n/a
Default Re: Is it possible to enforce changed in php.ini without re-booting (w2k)?

*** Douglas F. wrote/escribió (Fri, 12 Nov 2004 11:02:02 -0500):
> Can the web server like Apache be restarted with PHP code?


You can always use system(). It's only a matter of permissions: it's
normally not a good idea that the anonymous Apache user can restart the web
server.

--
-- Álvaro G. Vicario - Burgos, Spain
-- Thank you for not e-mailing me your questions
--
Reply With Quote