mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
- Fix problems with double definitions
- Clean up a bit a type mess - 4 types less. No need to have aliases for the same thing (unification is the name). - New macro for Johannes mysqlnd_stmt_ro_result_metadata
This commit is contained in:
parent
fc74136a90
commit
fdf20a8287
12 changed files with 140 additions and 153 deletions
|
@ -31,7 +31,7 @@
|
|||
#define MYSQL_ROW MYSQLND_ROW
|
||||
#define MYSQL MYSQLND
|
||||
#define my_bool zend_bool
|
||||
#define my_ulonglong mynd_ulonglong
|
||||
#define my_ulonglong uint64
|
||||
|
||||
#define MYSQL_VERSION_ID MYSQLND_VERSION_ID
|
||||
#define MYSQL_SERVER_VERSION MYSQLND_VERSION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue