Skip to content

Instantly share code, notes, and snippets.

@dotherightthing
Created August 14, 2019 05:41
Show Gist options
  • Save dotherightthing/b169cc54ac3400c9b56cadd3c111bef0 to your computer and use it in GitHub Desktop.
Save dotherightthing/b169cc54ac3400c9b56cadd3c111bef0 to your computer and use it in GitHub Desktop.
[PHP 7] PHP 7 is the next version after PHP 5.6. #php

PHP 7

Created: 2017.10.11

Released in December 2015, PHP 7 is the version following PHP 5.6 (PHP 6 was an experimental project that didn't make it into production).

Features:

  • Zend Engine II replaced with Zend PHPNG (Next Generation), which can make twice as many requests per second
  • Various programming features

Sources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment