Skip to content

[pull] master from php:master#778

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

[pull] master from php:master#778
pull[bot] merged 16 commits into
dolfly:masterfrom
php:master

Conversation

@pull

@pull pull Bot commented May 24, 2026

Copy link
Copy Markdown

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 : )

DanielEScherzer and others added 16 commits May 24, 2026 09:39
Remove unneeded parentheses, adjust spacing, should be a no-op
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 dolfly:master May 24, 2026
2 checks passed
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.

5 participants