How many functions changed from php5.2.3 to php6? And what are the changes? Can anyone help me out? Thanks!
These are going away: ereg register_globals safe_mode magic_quotes register_long_arrays iconv mbstring <% %> tags gone APC will be built in Unicode supported (UTF-16) Support namespace, and some better xml handling (>5.3) These are off the top of my head, so verify them, but I'm pretty sure that these are all correct and are the major changes. ereg, magic_quotes and register_globals are the biggest changes IMO.