Home > php教程 > php手册 > PHP6中可能会出现的新特性

PHP6中可能会出现的新特性

WBOY
Release: 2016-06-06 19:50:32
Original
806 people have browsed it

PHP 核心团队开发者 Pierre Joye 近日在官网上贴出了 PHP6 中可能会出现的新特性。之所以说是可能会出现,是因为目前 PHP6 项目还处于草案阶段, 这些特性还只是一个想法,还需要讨论,随时都有可能变更。 这些特性包括: 集成 OpCache(OPcache 通过对 PHP

  PHP 核心团队开发者 Pierre Joye 近日在官网上贴出了 PHP6 中可能会出现的新特性。之所以说是“可能会出现”,是因为目前 PHP6 项目还处于草案阶段,这些特性还只是一个想法,还需要讨论,随时都有可能变更。

PHP6中可能会出现的新特性

  这些特性包括:

  • 集成 OpCache(OPcache 通过对 PHP 的 opcode 进行缓存和优化,可以提高 PHP 程序的执行速度)
  • 改善对 64 位环境的支持
  • 支持 Unicode
  • 清理内部 API
  • 提升代码质量,做到 Warning-Free
  • 改善 OPcodes、编译器、运行时
  • JIT 编译器(LibJIT?)
  • 支持 Annotation(注解?)
  • 命名自变量(Named argument)
  • 不同等级的类型提示
  • 支持 HTTP2(可能会使用 nghttp2,避免重复造轮)
  • 可靠、友好的 RNG API
  • 新的 Getter/Setter
  • C++用法
  • 新的加密扩展
  • 捆绑 PECL 的 http 库

  详细信息:https://wiki.php.net/ideas/php6

source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template