December 3, 2015

PHP 7.0 released

The PHP project released PHP 7.0 on December 3, 2015 — roughly doubling performance and adding scalar type hints and the spaceship operator.

What it was for

PHPPHP 7 revived the language after years on PHP 5: WordPressA PHP CMS powering millions of sites — themes, plugins, and the block editor for publishing., Laravel, and SymfonyA PHP framework and component library — enterprise web apps and APIs across Europe. sites ran dramatically faster on the same hardware. Scalar types and return declarations brought optional static discipline without losing PHP's deploy-by-FTPFile Transfer Protocol — a classic protocol for uploading and downloading files over networks. simplicity.

Why it's here

PHP 7 was the performance reboot that kept PHP relevant against NodeNode.js — JavaScript on the server via an event-driven runtime built on V8. and PythonA high-level language known for readability — dominant in data science, scripting, and web backends..

Why it mattered

A 2× speedup on real workloads changed hosting economics for millions of sites.

What it solved

PHP 5.6 was slow and aging; the ecosystem needed a breaking cleanup to modernize internals.

Media

  • PHP
    ImagePHP

    Colin Viebrock, Public domain, via Wikimedia Commons

Related