Home > Backend Development > PHP Tutorial > Preview of new features that may appear in PHP6_PHP Tutorial

Preview of new features that may appear in PHP6_PHP Tutorial

WBOY
Release: 2016-07-13 10:34:37
Original
788 people have browsed it

These features include:

Integrate OpCache (OPcache can improve the execution speed of PHP programs by caching and optimizing PHP opcode)
Improve support for 64-bit environments
Support Unicode
Clean up internal API
Improvement Code quality, achieve Warning-Free
Improve OPcodes, compiler, runtime
JIT compiler (LibJIT?)
Support Annotation (annotation?)
Named argument (Named argument)
Different levels of type hints
Support HTTP 2.0 protocol (nghttp2 may be used to avoid reinventing the wheel)
Reliable and friendly RNG API
New Getter/Setter
C++ usage
New Encryption extension
Bundled with PECL’s http library

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/749771.htmlTechArticleThese features include: Integrated OpCache (OPcache can improve the execution of PHP programs by caching and optimizing PHP opcode Speed) Improve support for 64-bit environments Support Unicode Clean up internal...
Related labels:
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 Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template