Skip to content

PHP.Watch

A source for PHP News, upcoming changes to the language core and extensions, and articles.

  • By Ayesh Karunaratne
  • Roughly nine posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2021 5
2022 10
2023 9
2024 1

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

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 …
On , 52 words
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 …
On , 47 words
How to Install/Upgrade PHP 8.3 on MacOS with Homebrew
Install PHP 8.3 and PHP extensions on MacOS with Homebrew.
On , 19 words