[GIT-PULLS] [php-src] PR #22737: opcache: add ephpm to the allow list
[email protected] (luthermonson)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <X5tSYU35Xh4Am9Thd5oz2c7fs3uYI0U0lVCOiRcQRw0@main.internal.php.net> |
Pull Request: https://github.com/php/php-src/pull/22737 Author: luthermonson ePHPm is an embed-based PHP application server — it sets `sapi_module.name = "ephpm"` before `php_embed_init()`, so OPcache's `supported_sapis` allow list doesn't recognize it and silently refuses to start. Same situation and same one-line fix as frankenphp (#9755) and ngx-php (#11013). The allow list was removed in 8.5, so this only targets PHP-8.4.