php / php/php-src

`make install` doesn't create `lib/php/extensions/debug-non-zts-20240925/` since PHP 8.5 Alpha 4

未关闭
#19,477 1 条评论 1 个 reaction 已指派 1 人 在 GitHub 查看

@petk 已经在做这个了。

开始于 2026年2月25日。

Bug Status: Needs Triage
主要语言
C
星标
40.4k
派生
8.2k
平均合并
2 天 13 小时
30 天内合并 PR
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

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。