mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Remove mysqlnd_extension enum
ext/mysql is no longer supported, drop handling for it from mysqlnd.
This commit is contained in:
parent
be4f73f328
commit
362c29241d
6 changed files with 7 additions and 22 deletions
|
@ -98,7 +98,7 @@ PHPAPI MYSQLND * mysqlnd_connection_connect(MYSQLND * conn,
|
|||
PHPAPI void mysqlnd_debug(const char *mode);
|
||||
|
||||
/* Query */
|
||||
#define mysqlnd_fetch_into(result, flags, ret_val, ext) (result)->m.fetch_into((result), (flags), (ret_val), (ext) ZEND_FILE_LINE_CC)
|
||||
#define mysqlnd_fetch_into(result, flags, ret_val) (result)->m.fetch_into((result), (flags), (ret_val) ZEND_FILE_LINE_CC)
|
||||
#define mysqlnd_fetch_row_c(result) (result)->m.fetch_row_c((result))
|
||||
#define mysqlnd_fetch_all(result, flags, return_value) (result)->m.fetch_all((result), (flags), (return_value) ZEND_FILE_LINE_CC)
|
||||
#define mysqlnd_get_connection_stats(conn, values) ((conn)->data)->m->get_statistics((conn)->data, (values) ZEND_FILE_LINE_CC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue