`make install` doesn't create `lib/php/extensions/debug-non-zts-20240925/` since PHP 8.5 Alpha 4
オープン
@petk がすでに取り組んでいます。
2026年2月25日 から。
Bug
Status: Needs Triage
- 主要言語
- C
- スター
- 40.4k
- フォーク
- 8.2k
- 平均マージ
- 2日 13時間
- マージ済み PR(30日)
- 96
説明
Description
This is probably on the edge between a bug and a feature:
Since PHP 8.5 Alpha 4 the extension directory is no longer automatically created when running make install. With PHP 8.5 Alpha 2 the extension directory contains opcache.so, so this is likely related to OPcache being included in PHP itself (and also reproducible with earlier versions when OPcache is explicitly disabled at configure time).
It would probably make sense to always create the extension directory as an empty directory as part of make install, since this would also allow to set proper permissions / ownership.
see php/pie#263 /cc @asgrim
PHP Version
PHP 8.5.0alpha4 (cli) (built: Aug 14 2025 09:34:32) (NTS DEBUG)
Copyright (c) The PHP Group
Zend Engine v4.5.0-dev, Copyright (c) Zend Technologies
with Zend OPcache v8.5.0alpha4, Copyright (c), by Zend Technologies
Operating System
No response
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。