Ayesh Karunaratne

Results 36 issues of Ayesh Karunaratne

If the underlying Curl build supports it, setting the HTTP version should be theoretically possible. The availability of the constants do not guarantee the feature support, so declaring them in...

https://wiki.php.net/rfc/add_bcdivmod_to_bcmath

**Is your feature request related to a problem? Please describe.** LetsEncrypt is dropping support for OCSP, and requesting certificates with OCSP must-staple bit now fails. https://letsencrypt.org/2024/12/05/ending-ocsp/ > > May 7,...

Adds polyfills for the PHP 8.5's `array_first` and `array_last` functions. The polyfills would have been a bit cleaner if we used the `array_key_first` and `array_key_last` functions, but they were added...

PHP 8.5 adds two new exception classes, along with the new `FILTER_THROW_ON_FAILURE` flag. We can not polyfill the exception behavior (which is activated with the `FILTER_THROW_ON_FAILURE` flag), but we can...

Adds a new polyfill to `symfony/polyfill-intl-icu` that provides the functionality of the new `IntlListFormatter` to PHP 7.2 and later. - [ICU listPatterns](https://github.com/unicode-org/cldr-json/blob/main/cldr-json/cldr-misc-full/main/en/listPatterns.json) - [php-src commit](https://github.com/php/php-src/commit/3f7545245) - [PHP.Watch: IntlListFormatter](https://php.watch/versions/8.5/IntlListFormatter) Closes GH-530.