Jump to content

Recommended Posts

  • Administrators
Posted

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?

  • 3 weeks later...
Posted

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.

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...