当前位置:我的异常网» PHP » PHP 5.5.0 released.该怎么解决

PHP 5.5.0 released.该怎么解决

www.myexceptions.net  网友分享于:2013-08-02  浏览:12次

PHP 5.5.0 released.

The PHP development team is proud to announce the immediate availability of PHP 5.5.0. This release includes a large number of new features and bug fixes.

The key features of PHP 5.5.0 include:

20-Jun-2013

Drop support for bison

Improved Zend Engine:

Added ARMv7/v8 versions of various Zend arithmetic functions that are implemented using inline assembler

Added systemtap support by enabling systemtap compatible dtrace probes on linux

Optimized access to temporary and compiled VM variables. 8% less memory reads

The VM stacks for passing function arguments and syntaticaly nested calls were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocated at once. As result all the stack push operations don't require checks for stack overflow any more

General improvement:

Added generators and coroutines.

Added "finally" keyword.

Added simplified password hashing API.

Added support for constant array/string dereferencing.

Added Class Name Resolution As Scalar Via "class" Keyword

Added support for using empty() on the result of function calls and other expressions

Added support for non-scalar Iterator keys in foreach

Added support for list in foreach

Core:

Added Zend Opcache extension and enable building it by default.

Added array_column function which returns a column in a multidimensional array

Added boolval()

Added "Z" option to pack/unpack

Added optional second argument for assert() to specify custom message

Added support for changing the process's title in CLI/CLI-Server SAPIs. The implementation is more robust that the proctitle PECL module

Improve set_exception_handler while doing reset

Return previous handler when passing NULL to set_error_handler and set_exception_handler

文章评论

php 5/0,PHP 5.5.0 released.该怎么解决相关推荐

  1. cnPuTTY 0.78.0.1—PuTTY Release 0.78中文版本简单说明~~

    2022-10-29 官方正式发布 PuTTY 0.78 released 主要的更新内容有:新功能特性支持OpenSSH的证书系统:新形式的SSH jump host支持:恢复Windows XP支 ...

  2. .NET5.0和SDK 5.0.100以及ASP.NET Core Runtime 5.0.0下载方法

    .net framework 5是一款非常实用的语言开发软件,这款软件的作用就是那个轻松的保障你的电脑软件简单运行正常,而这次带来的是.net framework 5版本,增加了非常多的功能和特色,一 ...

  3. Djang1.8+Python2.0迁移到Django2.0+Python3.6注意事项(转)

    Djang1.8+Python2.0迁移到Django2.0+Python3.6注意事项 参考:https://blog.csdn.net/weixin_40475396/article/detail ...

  4. mysql 8.0 docker_Docker安装MySQL8.0的实现方法

    环境:MacOS_Cetalina_10.15.1.Mysql8.0.18.Docker_2.0.0.3 1.docker仓库搜索mysql docker search mysql 2.docker仓 ...

  5. RedHat 7.0及CentOS 7.0禁止Ping的三种方法

    作者:荒原之梦 原文链接:http://zhaokaifeng.com/?p=538 前言: "Ping"属于ICMP协议(即"Internet控制报文协议") ...

  6. 【Linux】在VirtualBox-6.0中安装Manjaro18.0

    1.参考博客: VMware虚拟机下Manjaro17.1.6安装详细教程 2.在VirtualBox-6.0中安装Manjaro18.0 1)基本步骤和博客中安装17.1.6相同,下面只记录不同的. ...

  7. 编译可在Nexus5上运行的CyanogenMod13.0 ROM(基于Android6.0)

    编译可在Nexus5上运行的CyanogenMod13.0 ROM (基于Android6.0) 作者:寻禹@阿里聚安全 前言 下文中无特殊说明时CM代表CyanogenMod的缩写. 下文中说的&q ...

  8. 从零开始学习tensorflow2.0之熟悉tf2.0的数据

    导入tensorflow2.0 安装tensorflow2.0,使用pip安装,在jupyter notebook之中 !pip install tensorflow !pip install ten ...

  9. 记selenium1.0升级到selenium2.0

    前阵子因为要进行支持多浏览器的自动化测试,原来selenium1.0仅支持到firefox3.6,IE8,chrome4的版本,而公司GA数据显示用户多使用IE9,Firefox20,chrome26 ...

最新文章

  1. http://weibo.com/cnblogs
  2. java数组定义便利,java数组的定义(菜鸟教程)
  3. Git:如何在项目提交历史中查找已删除的文件?
  4. 华为交换机SSH和telnet登录配置
  5. VTK:PolyData之SurfaceContourLineInterpolator
  6. java线程在什么时候结束,java – 什么时候线程超出范围?
  7. Ubuntu使用技巧(二)
  8. 2021年度抖音小红书美妆行业营销报告
  9. 数据科学的原理与技巧 二、数据生成
  10. RuntimeError: context has already been set(multiprocessing)
  11. 不能创建对象qmdispatch_按键精灵更新时提示 ActiveX 部件不能创建对象 错误代码 800a01ad_电脑故障...
  12. Python 深度学习AI - 声音克隆、声音模仿、模拟特朗普声音唱《See You Again》,Real-Time-Voice-Cloning项目的安装与使用
  13. 世界上最伟大的巫师「咪蒙」
  14. apk自行修改后的操作(软件安装不了,安了打不开,闪退)
  15. java开源即时通讯软件服务端openfire源码构建
  16. 签了工作之后才发现,自己太草率了.....我看过的关于职业规划最好最全面的一篇文章...
  17. 省选+NOI 第一部分 动态规划DP
  18. TikTok运营工具大全(必收藏)
  19. 水电站机电设备与自动化类毕业论文文献有哪些?
  20. python动态爱心曲线_【Python】五分钟画一条动态心形曲线~

热门文章

  1. Xcode消除编译器警告
  2. 浅谈网络协议(四) IP的由来--DHCP与PXE
  3. 如何用Python批量提取PDF文本内容?
  4. spring中@value注解需要注意
  5. 从特急到难产 光伏增补项目抢不抢630?
  6. 理解jQuery对象$.html
  7. ASP.NET WebAPi之断点续传下载(下)
  8. jquery validate使用
  9. Python工具 | 9个用来爬取网络站点的 Python 库
  10. linux学习-awk工具