Page 1 of 1

support

PostPosted: 18. June 2005 05:09
by Massacre
can somebody tell me how to enable php safemode in xampp? :D

PostPosted: 18. June 2005 12:20
by Wiedmann
Change the setting for "safe_mode" in the php.ini from "off" to "on".

http://de.php.net/manual/en/features.safe-mode.php

?

PostPosted: 18. June 2005 17:43
by Massacre
well, i did that, but, when it still says php is not running in safemode

PostPosted: 18. June 2005 18:33
by Wiedmann
Then you have not restarted the server or you have made the change in a wrong "php.ini" (not that one PHP use).

ok...

PostPosted: 19. June 2005 06:48
by Massacre
ok, which one was i suposes to edit, because i edited the one in c:\apachefriends\xampp\apache\bin\php.ini

Re: ok...

PostPosted: 20. June 2005 00:48
by taustin
Massacre wrote:ok, which one was i suposes to edit, because i edited the one in c:\apachefriends\xampp\apache\bin\php.ini


Pull up the phpinfo.php page and it will tell you exactly where it is.

hey

PostPosted: 20. June 2005 06:47
by Massacre
thanks, i got php into safe mode.


i got another question, is there a way i can change the port on apache because my isp blocks 80 :wink:

PostPosted: 20. June 2005 10:23
by Wiedmann