[GIT-PULLS] [php-src] PR #23281: sapi/lsapi: fix returns uninitialized value
[email protected] (zeriyoshi)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/23281 Author: zeriyoshi Fix: #23275 It’s been a while since I’ve made a fix to Active Support, so please review it. If it’s approved, I’ll merge up it into 8.5 and master as usual. This is simply a reference to an undefined value, and as there is no way to add tests for it, it is not included in PHPT. Furthermore, it appears that CI does not include any tests relating to the LiteSpeed SAPI either. If CI needs to be built, I will carry out that work on the master branch.