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

Preview of new features that may appear in PHP6_PHP Tutorial

WBOY
WBOYOriginal
2016-07-13 10:34:37734browse

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...
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