mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Implemented PDO Driver specific SQL parsers
RFC: http://wiki.php.net/rfc/pdo_driver_specific_parsers
This commit is contained in:
parent
ac947925c0
commit
715b9aaa09
31 changed files with 391 additions and 44 deletions
|
@ -650,7 +650,8 @@ static const struct pdo_dbh_methods mysql_methods = {
|
|||
NULL,
|
||||
pdo_mysql_request_shutdown,
|
||||
pdo_mysql_in_transaction,
|
||||
NULL /* get_gc */
|
||||
NULL, /* get_gc */
|
||||
pdo_mysql_scanner
|
||||
};
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue