Skip to content

[pull] master from php:master#734

Merged
pull[bot] merged 17 commits intoturkdevops:masterfrom
php:master
Feb 18, 2026
Merged

[pull] master from php:master#734
pull[bot] merged 17 commits intoturkdevops:masterfrom
php:master

Conversation

@pull
Copy link

@pull pull bot commented Feb 18, 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 17 commits February 17, 2026 21:37
Not really a bug, as zend_test shouldn't be used outside of debugging,
but let's silence fuzzers.
The problem is that the arg info should be cloned as well when the class
is cloned; or we fix it the simple way in this patch and make it
uncloneable.
Execution shouldn't continue if this fails because it can give the wrong
results.
* PHP-8.4:
  Update NEWS for OpenSSL changes
  Fix memory leaks in openssl_cms_encrypt() when push fails
  Fix memory leaks in openssl_pkcs7_encrypt() when push fails
  Fix missing error propagation when php_array_to_X509_sk() fails
  Fix memory leaks in php_array_to_X509_sk() when push fails
  Fix memory leak in php_openssl_load_all_certs_from_file() when push fails

Closes GH-20986.
* PHP-8.5:
  Update NEWS for OpenSSL changes
  Fix memory leaks in openssl_cms_encrypt() when push fails
  Fix memory leaks in openssl_pkcs7_encrypt() when push fails
  Fix missing error propagation when php_array_to_X509_sk() fails
  Fix memory leaks in php_array_to_X509_sk() when push fails
  Fix memory leak in php_openssl_load_all_certs_from_file() when push fails
Truncating to an int seems dangerous, esp. in combination with a MIN
macro. I don't see a reason to truncate the length from size_t to int,
and especially no reason to change the signedness.

Closes GH-20747.
* PHP-8.4:
  curl: Don't truncate length
* PHP-8.5:
  curl: Don't truncate length
* PHP-8.2:
  Fix enabling of opcache in CI
* PHP-8.3:
  Fix enabling of opcache in CI
* PHP-8.4:
  Fix enabling of opcache in CI
* PHP-8.5:
  Fix enabling of opcache in CI
@pull pull bot locked and limited conversation to collaborators Feb 18, 2026
@pull pull bot added the ⤵️ pull label Feb 18, 2026
@pull pull bot merged commit 66e56e6 into turkdevops:master Feb 18, 2026
1 of 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.

2 participants

Comments