欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

win2003支持php7么

程序员文章站 2022-03-24 19:33:34
...

win2003支持php7么

win2003支持php7么?

window 2003 iis 6 是不能安装php7的,windows下的php7需要VC14的支持的,但是微软公司已经停止了windows2003的更新,win2003不能支持VC14,所以也就不支持PHP7了。

windows2003最高支持到php5.4,之后的5.5和5.6都不支持。

相关介绍:

PHP7特性

PHP 7.0.0 Alpha 1 使用新版的ZendEngine引擎,带来了许多新的特性,以下是不完全列表:

性能提升:PHP7比PHP5.6性能提升了两倍。 Improved performance: PHP 7 is up to twice as fast as PHP 5.6

全面一致的64位支持。 Consistent 64-bit support

以前的许多致命错误,现在改成抛出异常。Many fatal errors are now Exceptions

移除了一些老的不在支持的SAPI(服务器端应用编程端口)和扩展。Removal of old and unsupported SAPIs and extensions

新增了空接合操作符。The null coalescing operator (??)

新增加了结合比较运算符。Combined comparison Operator (<=>)

新增加了函数的返回类型声明。Return Type Declarations

新增加了标量类型声明。Scalar Type Declarations

新增加匿名类。Anonymous Classes

以上就是win2003支持php7么的详细内容,更多请关注其它相关文章!

相关标签: php7 win2003