diff options
author | David Soria Parra <dsp@php.net> | 2012-03-20 17:58:58 +0100 |
---|---|---|
committer | David Soria Parra <dsp@php.net> | 2012-03-20 17:58:58 +0100 |
commit | c918ca57a7233206ec78ac00438eeb6830e3680b (patch) | |
tree | 6a0b5e4ea85c7a53a15231cfc7291837d9ea9c09 /ext/mysqlnd/mysqlnd.h | |
parent | 71d894cd421d96517618e9d33dfea640499c8ffd (diff) | |
parent | f7b10abae939412e8b5cab69cd579e071deb446b (diff) | |
download | php-git-c918ca57a7233206ec78ac00438eeb6830e3680b.tar.gz |
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Replace $Revision$ with $Id$ in keyword expansion enable files
Enable $Id$ expansion for files with the $Revision$ keyword
Conflicts:
ext/mysqlnd/mysqlnd.h
Diffstat (limited to 'ext/mysqlnd/mysqlnd.h')
-rw-r--r-- | ext/mysqlnd/mysqlnd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd.h b/ext/mysqlnd/mysqlnd.h index 11aea7a82d..b0b3b15c69 100644 --- a/ext/mysqlnd/mysqlnd.h +++ b/ext/mysqlnd/mysqlnd.h @@ -22,7 +22,7 @@ #ifndef MYSQLND_H #define MYSQLND_H -#define MYSQLND_VERSION "mysqlnd 5.0.10 - 20111026 - $Revision$" +#define MYSQLND_VERSION "mysqlnd 5.0.10 - 20111026 - $Id$" #define MYSQLND_VERSION_ID 50010 #define MYSQLND_PLUGIN_API_VERSION 1 |