WebsiteBaker Community Forum

General Community => Off-Topic => Topic started by: testör on July 03, 2011, 10:41:40 PM

Title: PHP 5.4 - removing register_globals
Post by: testör on July 03, 2011, 10:41:40 PM
Hello,

PHP 5.4 Alpha just got released some days ago.
http://www.php.net/archive/2011.php#id2011-06-28-1

I think it's more interesting what has been removed than what's new.

- Removed: break/continue $var syntax
- Removed: register_globals, allow_call_time_pas s_reference, and register_long_array s ini options
- Removed: session_is_regisite red(), session_registered(), and session_unregister()

But PHP 5.3 compatible modules shouldn't have a problem, because the removed features are deprecated there and give a warning.