Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

safe_mode

Locked Asked Modified Viewed 2,776 times
K
Kvido
K
Kvido 10
Linux-Ubuntu 09.03.60, Linux/Ubuntu, PHP5, HTML5, Mozilla-Firefox 3.6.3, Opera 10.51, IE 8.0.6
https://www.nekecamweb.cz
  • Senior Member, joined since
  • Contributed 524 posts on the community forums.
  • Started 108 threads in the forums
  • Started this discussions
asked
Senior Member

Pls, requires PHPFusion v.7 safe_mode OFF?
0 replies

4 posts

B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

No
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

you're better off with safe mode off though. Some mods or Infusions might rely on it.
0 replies
M
mhartvig
M
  • Newbie, joined since
  • Contributed 4 posts on the community forums.
answered
Newbie

Safe mode OFF is ment for php noobs IMO:)

- There is not a single good thing about having it off, except for faster lazy programming and insecure code:)

(Safemode OFF: Loads Variables automaticly like $_GET[] and $_POST[])
(Safemode ON: You have to get the variables loaded yourself - like $variable = $_GET[variable ]; )
Edited by mhartvig on 23-06-2008 11:25,
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Safe mode is for hoster noobs who can't secure the virtual servers properly. It does not have any advantage but creates many problems. Even the PHP-Developers say they only implemented it to help hosters and recommend not using it for its disadvantages. Thus they removed safe mode in PHP6 (LINK)

Quote

(Safemode OFF: Loads Variables automaticly like $_GET[] and $_POST[])
(Safemode ON: You have to get the variables loaded yourself - like $variable = $_GET[variable])

This is register globals, a different setting
0 replies

Category Forum

Installation Issues - 8

Labels

None yet

Statistics

  • Views 0 views
  • Posts 4 posts
  • Votes 0 votes
  • Topic users 4 members

4 participants

M
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
B
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
K
K
Kvido 10
Linux-Ubuntu 09.03.60, Linux/Ubuntu, PHP5, HTML5, Mozilla-Firefox 3.6.3, Opera 10.51, IE 8.0.6
https://www.nekecamweb.cz
  • Senior Member, joined since
  • Contributed 524 posts on the community forums.
  • Started 108 threads in the forums
  • Started this discussions
M
M
  • Newbie, joined since
  • Contributed 4 posts on the community forums.

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet