Fix emails in headers. @mysql.com addresses are no more since many years.

This commit is contained in:
Andrey Hristov 2016-03-16 10:24:52 +01:00
parent 46293ed6d4
commit f2ab731a8c
38 changed files with 116 additions and 156 deletions

View file

@ -12,9 +12,9 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Georg Richter <georg@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -12,9 +12,9 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -12,12 +12,11 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef MYSQLND_H #ifndef MYSQLND_H
#define MYSQLND_H #define MYSQLND_H

View file

@ -12,9 +12,9 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uw@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -12,15 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uw@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: mysqlnd_debug.h 306938 2011-01-01 02:17:06Z felipe $ */
/* $Id: mysqlnd_debug.h 306938 2011-01-01 02:17:06Z felipe $ */
#ifndef MYSQLND_ALLOC_H #ifndef MYSQLND_ALLOC_H
#define MYSQLND_ALLOC_H #define MYSQLND_ALLOC_H

View file

@ -12,9 +12,9 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uw@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
@ -396,7 +396,7 @@ static struct st_mysqlnd_authentication_plugin mysqlnd_native_auth_plugin =
MYSQLND_VERSION_ID, MYSQLND_VERSION_ID,
PHP_MYSQLND_VERSION, PHP_MYSQLND_VERSION,
"PHP License 3.01", "PHP License 3.01",
"Andrey Hristov <andrey@mysql.com>, Ulf Wendel <uwendel@mysql.com>, Georg Richter <georg@mysql.com>", "Andrey Hristov <andrey@php.net>, Ulf Wendel <uwendel@mysql.com>, Georg Richter <georg@mysql.com>",
{ {
NULL, /* no statistics , will be filled later if there are some */ NULL, /* no statistics , will be filled later if there are some */
NULL, /* no statistics */ NULL, /* no statistics */
@ -629,7 +629,7 @@ static struct st_mysqlnd_authentication_plugin mysqlnd_sha256_authentication_plu
MYSQLND_VERSION_ID, MYSQLND_VERSION_ID,
PHP_MYSQLND_VERSION, PHP_MYSQLND_VERSION,
"PHP License 3.01", "PHP License 3.01",
"Andrey Hristov <andrey@mysql.com>, Ulf Wendel <uwendel@mysql.com>", "Andrey Hristov <andrey@php.net>, Ulf Wendel <uwendel@mysql.com>",
{ {
NULL, /* no statistics , will be filled later if there are some */ NULL, /* no statistics , will be filled later if there are some */
NULL, /* no statistics */ NULL, /* no statistics */

View file

@ -12,9 +12,9 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uw@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -12,14 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uw@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef MYSQLND_BLOCK_ALLOC_H #ifndef MYSQLND_BLOCK_ALLOC_H
#define MYSQLND_BLOCK_ALLOC_H #define MYSQLND_BLOCK_ALLOC_H

View file

@ -12,11 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uw@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
#include "php.h" #include "php.h"
#include "php_globals.h" #include "php_globals.h"
#include "mysqlnd.h" #include "mysqlnd.h"

View file

@ -12,9 +12,9 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uw@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -12,14 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uw@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#include "php.h" #include "php.h"
#include "mysqlnd.h" #include "mysqlnd.h"
#include "mysqlnd_priv.h" #include "mysqlnd_priv.h"

View file

@ -12,14 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uw@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef MYSQLND_DEBUG_H #ifndef MYSQLND_DEBUG_H
#define MYSQLND_DEBUG_H #define MYSQLND_DEBUG_H

View file

@ -12,13 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: mysqlnd.c 317989 2011-10-10 20:49:28Z andrey $ */
#include "php.h" #include "php.h"
#include "mysqlnd.h" #include "mysqlnd.h"
#include "mysqlnd_wireprotocol.h" #include "mysqlnd_wireprotocol.h"

View file

@ -12,13 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef MYSQLND_ENUM_N_DEF_H #ifndef MYSQLND_ENUM_N_DEF_H
#define MYSQLND_ENUM_N_DEF_H #define MYSQLND_ENUM_N_DEF_H

View file

@ -12,13 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: mysqlnd.c 318221 2011-10-19 15:04:12Z andrey $ */
#include "php.h" #include "php.h"
#include "mysqlnd.h" #include "mysqlnd.h"
#include "mysqlnd_priv.h" #include "mysqlnd_priv.h"

View file

@ -12,12 +12,11 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: mysqlnd.h 318221 2011-10-19 15:04:12Z andrey $ */
#ifndef MYSQLND_EXT_PLUGIN_H #ifndef MYSQLND_EXT_PLUGIN_H
#define MYSQLND_EXT_PLUGIN_H #define MYSQLND_EXT_PLUGIN_H

View file

@ -12,11 +12,10 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uw@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
#ifndef MYSQLND_LIBMYSQL_COMPAT_H #ifndef MYSQLND_LIBMYSQL_COMPAT_H

View file

@ -12,9 +12,9 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */

View file

@ -12,13 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: mysqlnd_ps.c 316906 2011-09-17 10:24:18Z pajoye $ */
#include "php.h" #include "php.h"
#include "php_globals.h" #include "php_globals.h"
#include "mysqlnd.h" #include "mysqlnd.h"

View file

@ -12,14 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: mysqlnd_wireprotocol.h 291983 2009-12-11 11:58:57Z andrey $ */
#ifndef MYSQLND_NET_H #ifndef MYSQLND_NET_H
#define MYSQLND_NET_H #define MYSQLND_NET_H

View file

@ -1,3 +1,4 @@
/*
/* /*
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| PHP Version 7 | | PHP Version 7 |
@ -12,13 +13,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: mysqlnd.c 306407 2010-12-16 12:56:19Z andrey $ */
#include "php.h" #include "php.h"
#include "mysqlnd.h" #include "mysqlnd.h"
#include "mysqlnd_priv.h" #include "mysqlnd_priv.h"

View file

@ -5,7 +5,7 @@ This file is public domain and comes with NO WARRANTY of any kind */
Parts of the original, which are not applicable to mysqlnd have been removed. Parts of the original, which are not applicable to mysqlnd have been removed.
With small modifications, mostly casting but adding few more macros by With small modifications, mostly casting but adding few more macros by
Andrey Hristov <andrey@mysql.com> . The additions are in the public domain and Andrey Hristov <andrey@php.net> . The additions are in the public domain and
were added to improve the header file, to get it more consistent. were added to improve the header file, to get it more consistent.
*/ */

View file

@ -12,14 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef MYSQLND_PRIV_H #ifndef MYSQLND_PRIV_H
#define MYSQLND_PRIV_H #define MYSQLND_PRIV_H

View file

@ -12,13 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#include "php.h" #include "php.h"
#include "mysqlnd.h" #include "mysqlnd.h"
#include "mysqlnd_wireprotocol.h" #include "mysqlnd_wireprotocol.h"

View file

@ -12,13 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#include "php.h" #include "php.h"
#include "mysqlnd.h" #include "mysqlnd.h"
#include "mysqlnd_wireprotocol.h" #include "mysqlnd_wireprotocol.h"

View file

@ -12,13 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#include "php.h" #include "php.h"
#include "mysqlnd.h" #include "mysqlnd.h"
#include "mysqlnd_wireprotocol.h" #include "mysqlnd_wireprotocol.h"

View file

@ -12,14 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef MYSQLND_RESULT_H #ifndef MYSQLND_RESULT_H
#define MYSQLND_RESULT_H #define MYSQLND_RESULT_H

View file

@ -12,13 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#include "php.h" #include "php.h"
#include "mysqlnd.h" #include "mysqlnd.h"
#include "mysqlnd_priv.h" #include "mysqlnd_priv.h"

View file

@ -12,14 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef MYSQLND_RESULT_META_H #ifndef MYSQLND_RESULT_META_H
#define MYSQLND_RESULT_META_H #define MYSQLND_RESULT_META_H

View file

@ -12,13 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: mysqlnd.c 317989 2011-10-10 20:49:28Z andrey $ */
#include "php.h" #include "php.h"
#include "mysqlnd.h" #include "mysqlnd.h"
#include "mysqlnd_priv.h" #include "mysqlnd_priv.h"

View file

@ -12,12 +12,11 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id: mysqlnd.h 318051 2011-10-12 16:18:02Z andrey $ */
#ifndef MYSQLND_REVERSE_API_H #ifndef MYSQLND_REVERSE_API_H
#define MYSQLND_REVERSE_API_H #define MYSQLND_REVERSE_API_H

View file

@ -12,13 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uw@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#include "php.h" #include "php.h"
#include "mysqlnd.h" #include "mysqlnd.h"
#include "mysqlnd_priv.h" #include "mysqlnd_priv.h"

View file

@ -12,14 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Georg Richter <georg@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Andrey Hristov <andrey@mysql.com> | | Ulf Wendel <uw@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef MYSQLND_STATISTICS_H #ifndef MYSQLND_STATISTICS_H
#define MYSQLND_STATISTICS_H #define MYSQLND_STATISTICS_H

View file

@ -12,14 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef MYSQLND_STRUCTS_H #ifndef MYSQLND_STRUCTS_H
#define MYSQLND_STRUCTS_H #define MYSQLND_STRUCTS_H

View file

@ -12,13 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#include "php.h" #include "php.h"
#include "php_globals.h" #include "php_globals.h"
#include "mysqlnd.h" #include "mysqlnd.h"

View file

@ -12,14 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#ifndef MYSQLND_WIREPROTOCOL_H #ifndef MYSQLND_WIREPROTOCOL_H
#define MYSQLND_WIREPROTOCOL_H #define MYSQLND_WIREPROTOCOL_H

View file

@ -12,13 +12,12 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
*/ */
/* $Id$ */
#include "php.h" #include "php.h"
#include "php_ini.h" #include "php_ini.h"
#include "mysqlnd.h" #include "mysqlnd.h"

View file

@ -12,12 +12,10 @@
| obtain it through the world-wide-web, please send a note to | | obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. | | license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
| Authors: Andrey Hristov <andrey@mysql.com> | | Authors: Andrey Hristov <andrey@php.net> |
| Ulf Wendel <uwendel@mysql.com> | | Ulf Wendel <uw@php.net> |
| Georg Richter <georg@mysql.com> | | Georg Richter <georg@php.net> |
+----------------------------------------------------------------------+ +----------------------------------------------------------------------+
$Id$
*/ */
#ifndef PHP_MYSQLND_H #ifndef PHP_MYSQLND_H