mirror of
https://github.com/php/php-src.git
synced 2025-01-05 10:23:30 +08:00
revert also the version_id
This commit is contained in:
parent
d4a1f5ac06
commit
2eb5b0fe4e
@ -22,8 +22,8 @@
|
||||
#ifndef MYSQLND_H
|
||||
#define MYSQLND_H
|
||||
|
||||
#define MYSQLND_VERSION "mysqlnd 5.0.9-dev - 20102224 - $Revision$"
|
||||
#define MYSQLND_VERSION_ID 50009
|
||||
#define MYSQLND_VERSION "mysqlnd 5.0.8-dev - 20102224 - $Revision$"
|
||||
#define MYSQLND_VERSION_ID 50008
|
||||
|
||||
/* This forces inlining of some accessor functions */
|
||||
#define MYSQLND_USE_OPTIMISATIONS 0
|
||||
|
Loading…
Reference in New Issue
Block a user