php / php/php-src

Shared memory descriptors are not closed after PHP program execution is complete.

オープン
#17,245 コメント 4 件 リアクション 0 件 担当者 1 名 GitHub で見る

@cmb69 がすでに取り組んでいます。

2024年12月23日 から。

  • #17273 @CoderAImen による — オープン
Bug Category: TSRM OS: Windows Status: Verified
主要言語
C
スター
40.4k
フォーク
8.1k
平均マージ
2日 13時間
マージ済み PR(30日)
96

説明

Description

Extension SHMOP.

shm_id = shmop_open($r, "c", 0644,1024000); ?>

When the web server is running for a long time, the number of open descriptors reaches 15 million or more. As a result, the web server complains about the lack of resources.

Shared memory descriptors are not closed after PHP program execution is complete.

Apache 2.4.62 PHP 8.4(php8apache2_4.dll) Windows 11.

PHP Version

PHP 8.4

Operating System

Windows 11

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。