Tim Düsterhus

Results 142 issues of Tim Düsterhus

### What happened? Consider the following `worker.php`: ```php

bug

This got removed in b9736bafab32b390fa3eb36e22f7f7e75aecd767, but having CI for PRs is probably useful.

The `mbstring.func_overload` misfeature no longer exists in PHP 8.x which is now the minimally supported version. Thus we can directly use `strlen()` and `substr()` and avoid the indirection through the...

### Description This request is somewhat similar to #464: I've noticed that the `PublicKeyCredentialDenormalizer` verifies that the `id` and `rawId` match, but the `PublicKeyCredential` does not, possibly allowing the developer...

enhancement
DX

### What happened? Compared to every other extension I checked (except for mysqlnd), FrankenPHP is the only one whose version number has a `v` prefix. This is inconsistent with the...

bug

This is probably not an issue in this library, but rather a gcc bug, but I am nevertheless filing this issue for visibility: Consider the following files: app.c: ```c #include...

### Description The following code: ```php

bug

Using elasticsearch-php in PHP 8.4 emits 3 deprecation notices when loading `ClientBuilder`, due to the https://wiki.php.net/rfc/deprecate-implicitly-nullable-types RFC: ``` Deprecated: Elastic\Elasticsearch\ClientBuilder::setApiKey(): Implicitly marking parameter $id as nullable is deprecated, the explicit...

On two different systems when pulling `buildpack-deps:curl` I'm receiving a version from 18 months ago: My local Ubuntu 20.04 machine: ``` $ docker images |grep buildpack-deps buildpack-deps buster 6ea119635dd5 8...

see https://github.com/php/doc-en/pull/4455#discussion_r1963655830