PHP55 release, no longer supports Windows XP Windows XP SP3 Windows XP Genuine system

Source: Internet
Author: User
PHP Developer officially released version 5.5, which was developed from last November, after several beta versions. PHP 5.5 contains a series of new features, such as the new Array_column () function and the foreach () loop, which supports scalar iteration keys, including the generators allows the developer to implement a simple co-process.

At the same time, a new version introduces a password hash function, which allows the developer to easily implement a salt-added security password, a new finally keyword, a foreach structure that supports list () construction, and other improvements including opcode caching, code optimization, Zend optimizer+, etc. These pairs do not affect existing code, mainly to improve the performance and stability of the language.

The new password hash API uses the Bcrypt method, as shown in the following example:

 
  
  
  1. $hash = Password_hash ($password

Check method:

 
  
  
  1. password_verify ($password$hash);

PHP developers also remind users that PHP 5.5 also contains some content that is not backwards compatible, including: Windows XP and 2003 systems are no longer supported, case-insensitive matching functions, classes, and constant names are not related to Locale, for some developers who use non-ASCII code constant names need to Be aware of. For a complete list of PHP 5.5 non-backwards compatible lists, see List of new features and possible incompatibilities

See the NEWS file for a complete improvement record for PHP 5.5

Download Address:

http://windows.php.net/qa/(Windows)

HTTP://PHP.NET/DOWNLOADS.PHP#V5 (source package)

Original link: http://www.oschina.net/news/41621/php-5-5-0-adds-optimizer-and-drops-windows-xp-support

The above describes the PHP55 release, no longer support Windows XP, including the content of Windows XP, want to be interested in PHP tutorial friends helpful.

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.