Home  >  Article  >  Backend Development  >  Does win2003 support php7?

Does win2003 support php7?

藏色散人
藏色散人Original
2019-08-30 13:58:043551browse

Does win2003 support php7?

Does win2003 support php7?

Window 2003 iis 6 cannot install php7. PHP7 under windows requires the support of VC14, but Microsoft has stopped updating windows2003. Win2003 cannot support VC14, so it does not support PHP7. .

Windows2003 supports up to php5.4, and subsequent 5.5 and 5.6 are not supported.

Related introduction:

PHP7 features

PHP 7.0.0 Alpha 1 uses the new version of ZendEngine engine, bringing Many new features, the following is an incomplete list:

Performance improvement: PHP7 has twice the performance compared to PHP5.6. Improved performance: PHP 7 is up to twice as fast as PHP 5.6

Full and consistent 64-bit support. Consistent 64-bit support

Many fatal errors in the past are now changed to throwing exceptions. Many fatal errors are now Exceptions

Removed some old SAPI (Server Side Application Programming Port) and extensions that are no longer supported. Removal of old and unsupported SAPIs and extensions

New null join operator has been added. The null coalescing operator (??)

Newly added combined comparison operator. Combined comparison Operator (<=>)

Newly added function return type declaration. Return Type Declarations

Newly added scalar type declarations. Scalar Type Declarations

Newly added anonymous classes. Anonymous Classes

The above is the detailed content of Does win2003 support php7?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn