diff options
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/mysqli_fe.h | 2 | ||||
-rw-r--r-- | ext/mysqli/mysqli_priv.h | 2 | ||||
-rw-r--r-- | ext/mysqli/mysqli_result_iterator.c | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/ext/mysqli/mysqli_fe.h b/ext/mysqli/mysqli_fe.h index e56780a4c1..dab9b18861 100644 --- a/ext/mysqli/mysqli_fe.h +++ b/ext/mysqli/mysqli_fe.h @@ -15,8 +15,6 @@ | Author: Georg Richter <georg@php.net> | Andrey Hristov <andrey@php.net> | +----------------------------------------------------------------------+ - - $Id: php_mysqli_structs.h 302179 2010-08-13 09:57:04Z andrey $ */ #ifndef MYSQLI_FE_H diff --git a/ext/mysqli/mysqli_priv.h b/ext/mysqli/mysqli_priv.h index eef254feea..de3f5f058d 100644 --- a/ext/mysqli/mysqli_priv.h +++ b/ext/mysqli/mysqli_priv.h @@ -14,8 +14,6 @@ +----------------------------------------------------------------------+ | Author: Georg Richter <georg@php.net> | +----------------------------------------------------------------------+ - - $Id: php_mysqli_structs.h 302179 2010-08-13 09:57:04Z andrey $ */ #ifndef MYSQLI_PRIV_H diff --git a/ext/mysqli/mysqli_result_iterator.c b/ext/mysqli/mysqli_result_iterator.c index 4e919aef25..ec9a9e5b2d 100644 --- a/ext/mysqli/mysqli_result_iterator.c +++ b/ext/mysqli/mysqli_result_iterator.c @@ -16,8 +16,6 @@ | Andrey Hristov <andrey@php.net> | | Ulf Wendel <uw@php.net> | +----------------------------------------------------------------------+ - - $Id: mysqli.c 299335 2010-05-13 11:05:09Z andrey $ */ #ifdef HAVE_CONFIG_H |