php / php/php-src

Internal webserver can be started multiple times on the same port

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

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

2023年12月26日 から。

Bug OS: Windows SAPI: cli_server Status: Needs Triage
主要言語
C
スター
40.4k
フォーク
8.2k
平均マージ
2日 13時間
マージ済み PR(30日)
96

説明

Description

The following code:

php.exe -S 127.0.0.1:8080 -t .

Resulted in this output:

[Mon Dec 25 16:36:46 2023] PHP 8.3.0 Development Server (http://127.0.0.1:8080) started

But I expected this output instead:

error if another server is already started on the same port

IDK if this is only a Windows issue, but I would expect php webserver to require listening port exclusively on any OS.

PHP Version

any (tested 7.4 and 8.3)

Operating System

Windows

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

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

はじめの一歩

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

評価

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

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

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