php/doc-en

Rephrase that following generic PDO attributes may not be implemented

Ouverte

#4 436 ouverte le 3 févr. 2025

 (1 commentaire) (0 réaction) (0 personne assignée)XML (882 forks)auto 404
Extension: pdoenhancementgood first issue

Métriques du dépôt

Stars
 (596 étoiles)
Métriques de merge PR
 (Merge moyen 99j 23h) (90 PRs mergées en 30 j)

Description

From manual page: https://php.net/pdo.getattribute

--- " The generic attributes that apply to database connections are as follows"

should be rephrased as "may apply" as they are not necessarily implemented.

Ex.: lists PDO::ATTR_TIMEOUT although it's not implemented for SQL Server (source https://github.com/microsoft/msphpsql/blob/a8138e1de60eb6e97c7cc99410fff9c973e188ab/source/pdo_sqlsrv/pdo_dbh.cpp#L1336)

Guide contributeur