mysqli report mode should be per connection instance
まだ誰も着手していません。
- 主要言語
- C
- スター
- 40.4k
- フォーク
- 8.1k
- 平均マージ
- 2日 13時間
- マージ済み PR(30日)
- 96
説明
Description
Currently, the mysqli report mode is per shared driver class mysqli_driver.
related with https://github.com/php/php-src/pull/12579#discussion_r1379779634 discussion
The motivation for this feature request is safety. Nowdays a lot of code rely on exceptions. And this shared report config is dangerous, as one code may rely on exceptions beiing thrown (as of PHP 8.1 default) and another unrelated code may disable them.
The mysqli_driver class should be completely dropped then.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
クラス mysqli_driver と、pull request 12579 にある関連する議論から始めます。これらが名前を挙げられている唯一の実装エントリポイントです。現在 report mode がどのように共有されているかを追跡し、接続レベルの設計を特定します。完了条件は、report mode が接続インスタンスごとになり、mysqli_driver が削除されていることです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- c, php
- 領域
- database
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100