Skip to content

[pull] master from php:master#1001

Merged
pull[bot] merged 312 commits intoMu-L:masterfrom
php:master
Jan 23, 2024
Merged

[pull] master from php:master#1001
pull[bot] merged 312 commits intoMu-L:masterfrom
php:master

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Dec 18, 2023

See Commits and Changes for more details.


Created by pull[bot]

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

dstogov and others added 12 commits January 22, 2024 10:32
* PHP-8.2:
  Wrap cleanup function call with zend_try.
* PHP-8.3:
  Wrap cleanup function call with zend_try.
* PHP-8.2:
  NEWS
  Fix GH-13215 GCC 14 build
* PHP-8.3:
  NEWS
  NEWS
  Fix GH-13215 GCC 14 build
* Remove ext/imap — it has been moved to PECL

https://pecl.php.net/package/imap

* Remove files related to IMAP

* Remove IMAP CI files and set up

* Also disable IMAP on Circle CI

* Update CREDITS file

* Remove IMAP entry from CODEOWNERS

* Revert "Remove files related to IMAP"

This reverts commit a05ffd6.

* Mark IMAP is being removed

* Revert "Remove IMAP CI files and set up"

This reverts commit 82e5ba9.

* Revert "Also disable IMAP on Circle CI"

This reverts commit e83827b.

* Don't try to build imap extension with CI

* Restore test setup files

* Remove mention of imap in labeler, EXTENSIONS, and sample php.ini files
* PHP-8.2:
  Fix GH-12481: PHP crash with JIT enabled
* PHP-8.3:
  Fix GH-12481: PHP crash with JIT enabled
kamil-tekiela and others added 5 commits January 22, 2024 17:29
… autoloader

For details and reasoning, see [1] and following.

[1] #12504 (comment)

Closes GH-13207.
* PHP-8.2:
  Fix GH-12504: Corrupted session written when there's a fatal error in autoloader
* PHP-8.3:
  Fix GH-12504: Corrupted session written when there's a fatal error in autoloader
iluuu1994 and others added 10 commits January 23, 2024 12:55
char val[1] is now interpreted as a single-character string by gdb, rather than
char*.

Closes GH-13222
* PHP-8.2:
  Fix dumping of zend_string.val in gdb
* PHP-8.3:
  Fix dumping of zend_string.val in gdb
* PHP-8.2:
  [skip ci] Fix 64-bit only test
* PHP-8.3:
  [skip ci] Fix 64-bit only test
Otherwise we get useless leak warnings when building with asan.
@pull pull bot merged commit 7040e8e into Mu-L:master Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment