Insights

Blog

Ideas, guides, and stories on AI, technology, and building for the future.

Category: PHP Clear ×
PHP

HTTP/3 Request with PHP Curl Extension

HTTP/3 is the third major version of HTTP, and is based on QUIC. Unlike HTTP/1.1 and HTTP/2 which relied on TCP, HTTP/3 is based on a multiplexed UDP…

Read article
PHP

PHP 8.3 Beta Released

While beta releases are not meant to be used in production environments, the beta release of a PHP version also marks the feature-freeze of that PHP version, as…

Read article
PHP

How to extend lifetime of legacy PHP applications

PHP is evolving steadily. Every year, there is a major new release containing new features, performance improvements, a fair share of deprecations, and even syntax changes. PHP core…

Read article