View Single Post
  #7 (permalink)  
Old 18-09-2006, 23:38
unplugged unplugged is offline
Premium Member
 
Join Date: Sep 2006
Posts: 80
Default

Yeah I know but in general any serious script now is PHP5 ready things that break now tend to be custom written code. The amount of people who still pressure their hosts to enable register_globals (now disabled by default since PHP5) to save time recoding their insecure scripts are going to get a nasty shock when PHP6 comes out as there is no option to enable it.

Ditto register_long_globals etc but yes it is easier on new servers.

Last edited by unplugged; 18-09-2006 at 23:46.
Reply With Quote