Menu

#5 register_globals=off will crash buillder

open
nobody
None
5
2002-07-03
2002-07-03
Anonymous
No

from forum post:

>Make SURE register_globals options is turned ON! in
your php.ini file.

>I think the default setting for php 4.2.x is OFF,
which will not work with the current version phpMyBuilder.
>I will post a feature request.

>.:Mads:.

You should follow PHP's design guidelines and avoid
'globalizing' form variables. form php.ini:
; You should do your best to write your scripts so that
they do not require
; register_globals to be on; Using form variables as
globals can easily lead
; to possible security problems, if the code is not
very well thought of.
register_globals = Off

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.