PHP 8 Alpha 1 released

Published On26 Jun 2020

PHP 8 Alpha 1 released

Today, 25th of June 2020, PHP 8 Alpha 1 release is out!

There is still time for the new features and changes to be made, until the Feature Freeze on 4th of August. There are some interesting RFCs in discussion/voting, such as an amendment to Attributes to change its syntax, and the new match syntax RFC.

  • 25 Jun 2020: Alpha 1
  • 09 Jul 2020: Alpha 2
  • 23 Jul 2020: Alpha 3
  • 04 Aug 2020: Feature freeze
  • 06 Aug 2020: Beta 1
  • 20 Aug 2020: Beta 2
  • 03 Sep 2020: Beta 3
  • 17 Sep 2020: RC 1
  • 01 Oct 2020: RC 2
  • 15 Oct 2020: RC 3
  • 29 Oct 2020: RC 4
  • 12 Nov 2020: RC 5
  • 26 Nov 2020: General Availability 🦄🎉

Release managers for PHP 8.0 are Sara Golemon and Gabriel Caruso. Release managers will be responsible in PHP 8.0 releases and help the release managers of the next release to coordinate releases. Sara was the release manager for PHP 7.2 as well.

Try it out!

Locally

You can try out the latest PHP versions in development either compiling PHP from source, or from official Docker images. Windows users can download ready-to-use binaries from Windows QA releases.

CI/CD systems

GitHub Actions, along with shivammathur/setup-php action can use PHP version 8.0 that will point to the current development builds (past Alpha 1).

For Travis CI, PHP 8 development builds are tagged with master name.

Recent Articles on PHP.Watch

All ArticlesFeed 
How to fix PHP Curl HTTPS Certificate Authority issues on Windows

How to fix PHP Curl HTTPS Certificate Authority issues on Windows

On Windows, HTTPS requests made with the Curl extension can fail because Curl has no root certificate list to validate the server certificates. This article discusses the secure and effective solutions, and highlights bad advice that can leave PHP applications insecure.
AEGIS Encryption with PHP Sodium Extension

AEGIS Encryption with PHP Sodium Extension

The Sodium extension in PHP 8.4 now supports AEGIS-128L and AEGIS256 Authenticated Encryption ciphers. They are significantly faster than AES-GCM and CHACHA20-POLY1305. This article benchmarks them and explains how to securely encrypt and decrypt data using AEGIS-128L and AEGIS256 on PHP.
How to Install/Upgrade PHP 8.3 on MacOS with Homebrew

How to Install/Upgrade PHP 8.3 on MacOS with Homebrew

Install PHP 8.3 and PHP extensions on MacOS with Homebrew.
Subscribe to PHP.Watch newsletter for monthly updates

You will receive an email on last Wednesday of every month and on major PHP releases with new articles related to PHP, upcoming changes, new features and what's changing in the language. No marketing emails, no selling of your contacts, no click-tracking, and one-click instant unsubscribe from any email you receive.