Administrators Nathan Posted May 8, 2012 Administrators Share Posted May 8, 2012 PHP 5.4 has been released. Some of the key new features include: traits, a shortened array syntax, a built-in webserver for testing purposes and more. PHP 5.4.0 significantly improves performance, memory footprint and fixes over 100 bugs. For users upgrading from PHP 5.3 there is a migration guide available here, detailing the changes between those releases and PHP 5.4.0. Further details about the PHP 5.4.0 release can be found in the release announcement, and the full list of changes are available in the ChangeLog. Anyone update their server yet? samerfvt 1 Quote Link to comment Share on other sites More sharing options...
Microsuck Posted May 27, 2012 Share Posted May 27, 2012 I am debating whether to update to 5.4. I am perfectly satisfied with 5.3, and it's working great. However, I always like to be on the latest software if I can help it. Quote Link to comment Share on other sites More sharing options...
JHTech100 Posted May 31, 2012 Share Posted May 31, 2012 I like the new array system. $variable = []; instead of $variable = array(); . Also getting rid of magic quotes and safe mode is nice, which will eliminate the need to check for magic quotes and work around it. Quote Link to comment Share on other sites More sharing options...
Administrators Nathan Posted May 31, 2012 Author Administrators Share Posted May 31, 2012 What are magic quotes? Quote Link to comment Share on other sites More sharing options...
Sherlock Posted May 31, 2012 Share Posted May 31, 2012 I have no idea what Magic Quotes are! I may upgrade later I'll see! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.