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 articleInsights
Ideas, guides, and stories on AI, technology, and building for the future.
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 articleThe premium WordPress plugin ‘Gravity Forms,’ currently used by over 930,000 websites, is vulnerable to unauthenticated PHP Object Injection. Gravity Forms is a custom form builder website owners…
Read articlePHP provides parse_ini_string and parse_ini_file functions that reuse PHP’s built-in PHP parser it uses for PHP’s own INI-based configuration files. In addition to parsing the text, the INI…
Read articlePHP 8 has been officially released to the General Availability on November 26, 2020! This new major update brings many optimizations and powerful features to the language. We’re…
Read articleWhile 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 articlePHP 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