Skip to content

[pull] master from php:master#328

Merged
pull[bot] merged 15 commits into
Ammarpad:masterfrom
php:master
May 24, 2026
Merged

[pull] master from php:master#328
pull[bot] merged 15 commits into
Ammarpad:masterfrom
php:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull Bot commented May 24, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

ndossche and others added 15 commits May 24, 2026 19:37
Depending on the specific PHP configuration, the regex matching for the
version number in get_zlib_version() can fail.
On master, this results in deprecation warnings and subsequent test
borks:
```
Deprecated: version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated in /work/php-src/ext/zlib/tests/gzgetc_basic.skip.php on line 3 [/work/php-src/ext/zlib/tests/gzgetc_basic.phpt]
Deprecated: version_compare(): Passing null to parameter #1 ($version1) of type string is deprecated in /work/php-src/ext/zlib/tests/gzgetc_basic_1.skip.php on line 4
```

Since ZLIB_VERSION is a constant containing the version as a string,
remove all this nonsense and just use the constant directly.
* PHP-8.4:
  zlib: fix test skipif sections (#22099)
* PHP-8.5:
  zlib: fix test skipif sections (#22099)
undefined behavior occurs during cast from float to int when the element
of the filter matrix is -INF. Port the libgd clamp helper which treats
non-finite accumulators as 0 (negative/NaN) or 255 (positive infinity)
instead of bailing out, matching upstream libgd 81d7f2e.

close GH-22129
* PHP-8.4:
  Fix GH-19666: imageconvolution() unexpected nan filter value.
* PHP-8.5:
  Fix GH-19666: imageconvolution() unexpected nan filter value.
* PHP-8.5:
  ext/intl: fix deprecation warning for GH-19666 test.
Port the upstream libgd portable fix (overflowMul3) for the int64
overflow at r = a * bq when w/h reach near INT_MAX. Mirrors the
upstream libgd commit 0057de6.

close GH-22116
* PHP-8.4:
  Fix GH-19739: imageellipse/imagefilledellipse overflow.
* PHP-8.5:
  Fix GH-19739: imageellipse/imagefilledellipse overflow.
It's needed to implement #22075 for https://wiki.php.net/rfc/uri_followup#uri_type_detection.

Since the upstream changes to lexbor (lexbor/lexbor#362) haven't been released yet, a patch is added for now.
Closes GH-22133.

Co-authored-by: Tim Düsterhus <tim@bastelstu.be>
@pull pull Bot locked and limited conversation to collaborators May 24, 2026
@pull pull Bot added the ⤵️ pull label May 24, 2026
@pull pull Bot merged commit d8a5aec into Ammarpad:master May 24, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants