Ayesh Karunaratne

Results 36 issues of Ayesh Karunaratne

PHP 8.2 deprecates `"${var}"` string interpolation pattern. This fixes the only such occurrence in `spatie/ignition` package. - [PHP 8.2: `${var}` string interpolation deprecated](https://php.watch/versions/8.2/${var}-string-interpolation-deprecated) - [RFC](https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation)

### Provide signatures for the downloadable phar files [ standard ] Sign the releases and upload the `.asc` files along with the `.phar` archives. ### Problem/Motivation Drupal Console is a...

Drupal Console 2.0

Adds Sinhala language translations. I'm a native speaker, and more often than not, we use the English terms for popular words even in many government documents, so I continued to...

The `CURLOPT_BINARYTRANSFER` PHP constant from the Curl extension was no-op since PHP 5.1, and is deprecated in PHP 8.4. This removes the constant usage to avoid the deprecation notice in...

Adjusts the `make -j` flag to match the latest GitHub-hosted runner hardware specs[^1]: - `ubuntu-latest` on 4 CPU cores - `macos-latest` on 3 CPU cores The processor count is ideally...

CI

In PHP 8.4, the type of `PHP_DEBUG` changes from `int` to `bool`. Please also see [PHP.Watch: PHP 8.4: `PHP_ZTS` and `PHP_DEBUG` constant value type changed from `int` to `bool`](https://php.watch/versions/8.4/PHP_ZTS-PHP_DEBUG-const-type-change). This...

RFC: [Multibyte for trim function mb_trim, mb_ltrim and mb_rtrim](https://wiki.php.net/rfc/mb_trim) php.net: _TBD_ PHP.Watch: [PHP 8.4: Mbstring: New `mb_trim`, `mb_ltrim`, and `mb_rtrim` functions](https://php.watch/versions/8.4/mb_trim-mb_ltrim-mb_rtrim) I think we can provide a polyfill for these...

The `CURLOPT_BINARYTRANSFER` PHP constant from the Curl extension was no-op since PHP 5.1, and is deprecated in PHP 8.4. This removes the constant usage to avoid the deprecation notice in...

feedback-requested

The `CURLOPT_BINARYTRANSFER` PHP constant from the Curl extension was no-op since PHP 5.1, and is deprecated in PHP 8.4. This removes the constant usage to avoid the deprecation notice in...

Fixes all issues that emits a deprecation notice on PHP 8.4. See: - [RFC](https://wiki.php.net/rfc/deprecate-implicitly-nullable-types) - [PHP 8.4: Implicitly nullable parameter declarations deprecated](https://php.watch/versions/8.4/implicitly-marking-parameter-type-nullable-deprecated)