php.ini - 404 on mysqli.max_persistent link in the comments
まだ誰も着手していません。
- 主要言語
- C
- スター
- 40.4k
- フォーク
- 8.2k
- 平均マージ
- 2日 13時間
- マージ済み PR(30日)
- 96
説明
Description
The comments in php.ini, including the sample development and production php.ini files in the repository, include this section:
; Maximum number of persistent links. -1 means no limit.
; https://php.net/mysqli.max-persistent
mysqli.max_persistent = -1
The link https://php.net/mysqli.max-persistent results in a 404 on the PHP website and the following message:
mysqli.max-persistent doesn't exist
The link should redirect to: https://www.php.net/manual/en/mysqli.configuration.php#ini.mysqli.max-persistent
Note that there are shortened links for other configuration parameters in the file, e.g. https://php.net/mysqli.max-links, which redirect to the correct resource on the PHP site. Therefore, this seems like a server-side redirect issue more than a file-based fix.
PHP Version
This issue is still present in the master, e.g. 8.4, branch.
Operating System
N/A
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず短縮された mysqli.max-persistent URL を確認し、動作している mysqli.max-links リダイレクトと比較します。影響を受ける参照を確認するため、php.ini のコメントと開発用および本番用のサンプル php.ini ファイルを確認します。完了とは、ファイルを変更せずに URL が mysqli 設定ドキュメントへリダイレクトされることを意味します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- php
- 領域
- documentation
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100