History log of /php-src/ext/pdo_odbc/pdo_odbc_arginfo.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 10957e49 18-Feb-2024 Máté Kocsis

Do not generate frameless info items when func info generation is disabled

While here, I fixed newlines around arginfo and function entry generation. Previously, newlines were repeated.


# 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>


# 462792ee 22-Aug-2023 Máté Kocsis

Expose PDO_ODBC_TYPE to userland