History log of /php-src/ext/pdo_mysql/pdo_mysql.stub.php (Results 1 – 4 of 4)
Revision Date Author Comments
# acd6ac33 17-Jul-2024 Saki Takamachi <34942839+SakiTakamachi@users.noreply.github.com>

Fixed parent class of stub (#14990)


# 6ec42201 30-May-2024 Máté Kocsis

Amend PDO driver-specific class names (#14069)

As suggested in https://externals.io/message/123166


# 9c7b3914 14-Jan-2024 Máté Kocsis

DeclarePdoMysql:: ATTR_SSL_VERIFY_SERVER_CERT only for Mysqlnd


# d6a0b3af 11-Jan-2024 Máté Kocsis

Implement PDO driver-specific subclasses

RFC: https://wiki.php.net/rfc/pdo_driver_specific_subclasses
Closes GH-12804

Co-Authored-By: Danack <Danack@basereality.com>