Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Jan 10, 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 9 commits January 10, 2026 10:49
This shouldn't be const. Fixes the following warning:
```
warning: variable 'hdr' is uninitialized when passed as a const pointer argument here
      [-Wuninitialized-const-pointer]
 1054 |         if (safe_read(req, &hdr, sizeof(fcgi_header)) != sizeof(fcgi_header) ||
      |                             ^~~
```
* PHP-8.4:
  fastcgi: Fix compile warning wrt safe_read() (#20887)
* PHP-8.5:
  fastcgi: Fix compile warning wrt safe_read() (#20887)
* PHP-8.4:
  output: Fail starting to output buffer when the output layer is deactivated (#20846)
* PHP-8.5:
  output: Fail starting to output buffer when the output layer is deactivated (#20846)
Broke in f57526a because of changing a char*+size_t pair to
zend_string* (which can't handle NULL pointers in its macros).

Closes GH-20888.
* PHP-8.4:
  Fix GH-20882: phar buildFromIterator breaks with missing base directory
* PHP-8.5:
  Fix GH-20882: phar buildFromIterator breaks with missing base directory
@pull pull bot locked and limited conversation to collaborators Jan 10, 2026
@pull pull bot added the ⤵️ pull label Jan 10, 2026
@pull pull bot merged commit fb27990 into turkdevops:master Jan 10, 2026
1 of 3 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