於2015年12月3日PHP開發團隊宣佈PHP 7.0.0正式可以使用。網匯在線作為PHP.NET的香港區官方鏡像網站,現已於商業寄存和VPS寄存服務率先支援PHP 7,是香港首間支援PHP 7的寄存供應商。

本次發佈標誌著新的PHP 7系列的開始,PHP 7.0.0配備了一個Zend引擎的新版本,無數的改進和新功能,如:

  • 性能改進: PHP 7 比PHP 5.6 快達兩倍
  • 顯著減少記憶體使用量
  • Abstract Syntax Tree (AST)
  • Consistent 64-bit support
  • Improved Exception hierarchy
  • Many fatal errors converted to Exceptions
  • Secure random number generator
  • Removed old and unsupported SAPIs and extensions
  • The null coalescing operator (??)
  • Return and Scalar Type Declarations
  • Anonymous Classes
  • Zero cost asserts