mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
bump mysqlnd versions
This commit is contained in:
parent
b850fa14e0
commit
267f691a45
1 changed files with 3 additions and 3 deletions
|
@ -22,10 +22,10 @@
|
|||
#ifndef MYSQLND_H
|
||||
#define MYSQLND_H
|
||||
|
||||
#define MYSQLND_VERSION "mysqlnd 5.0.10-dev - 20111026 - $Id$"
|
||||
#define MYSQLND_VERSION_ID 50010
|
||||
#define MYSQLND_VERSION "mysqlnd 5.0.11-dev - 20120503 - $Id$"
|
||||
#define MYSQLND_VERSION_ID 50011
|
||||
|
||||
#define MYSQLND_PLUGIN_API_VERSION 1
|
||||
#define MYSQLND_PLUGIN_API_VERSION 2
|
||||
|
||||
#define MYSQLND_STRING_TO_INT_CONVERSION
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue