View Single Post
  #1 (permalink)  
Old 05-06-2006, 13:02
Eidolon Eidolon is offline
Premium Member
 
Join Date: May 2006
Location: Cambridgeshire
Posts: 428
Default PHP - Register_Globals

Is it possible for eUKhost to set the 'register_global' module in PHP to "off", as it is currenly set to 'on'. This can be changed in the php.ini file for register_globals = Off. It should really be off for security purposes. It was depreciated in the 4.x versions of PHP, and should not be used. Providing users are coding PHP properly they should not be affected by this change.
Reply With Quote