From 33e97d465d9e38b74a261455ba83e2de991ab9f4 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Tue, 17 Nov 2015 12:31:30 +0100 Subject: mysqlnd refactoring: - move MYSQLND_READ_BUFFER to own file --- ext/mysqlnd/mysqlnd_read_buffer.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 ext/mysqlnd/mysqlnd_read_buffer.h (limited to 'ext/mysqlnd/mysqlnd_read_buffer.h') diff --git a/ext/mysqlnd/mysqlnd_read_buffer.h b/ext/mysqlnd/mysqlnd_read_buffer.h new file mode 100644 index 0000000000..56286ae0fc --- /dev/null +++ b/ext/mysqlnd/mysqlnd_read_buffer.h @@ -0,0 +1,25 @@ +/* + +----------------------------------------------------------------------+ + | PHP Version 7 | + +----------------------------------------------------------------------+ + | Copyright (c) 2006-2015 The PHP Group | + +----------------------------------------------------------------------+ + | This source file is subject to version 3.01 of the PHP license, | + | that is bundled with this package in the file LICENSE, and is | + | available through the world-wide-web at the following url: | + | http://www.php.net/license/3_01.txt | + | If you did not receive a copy of the PHP license and are unable to | + | obtain it through the world-wide-web, please send a note to | + | license@php.net so we can mail you a copy immediately. | + +----------------------------------------------------------------------+ + | Authors: Andrey Hristov | + | Ulf Wendel | + +----------------------------------------------------------------------+ +*/ + +#ifndef MYSQLND_READ_BUFFER_H +#define MYSQLND_READ_BUFFER_H + +PHPAPI MYSQLND_READ_BUFFER * mysqlnd_create_read_buffer(const size_t count); + +#endif /* MYSQLND_READ_BUFFER_H */ -- cgit v1.2.1 From 71c19800258ee3a9548af9a5e64ab0a62d1b1d8e Mon Sep 17 00:00:00 2001 From: Lior Kaplan Date: Fri, 1 Jan 2016 20:06:12 +0200 Subject: Happy new year (Update copyright to 2016) --- ext/mysqlnd/mysqlnd_read_buffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysqlnd/mysqlnd_read_buffer.h') diff --git a/ext/mysqlnd/mysqlnd_read_buffer.h b/ext/mysqlnd/mysqlnd_read_buffer.h index 56286ae0fc..3cabb71c06 100644 --- a/ext/mysqlnd/mysqlnd_read_buffer.h +++ b/ext/mysqlnd/mysqlnd_read_buffer.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 2006-2015 The PHP Group | + | Copyright (c) 2006-2016 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | -- cgit v1.2.1 From 1c295d4a9ac78fcc2f77d6695987598bb7abcb83 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Wed, 16 Mar 2016 10:57:12 +0100 Subject: Fix more emails --- ext/mysqlnd/mysqlnd_read_buffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/mysqlnd/mysqlnd_read_buffer.h') diff --git a/ext/mysqlnd/mysqlnd_read_buffer.h b/ext/mysqlnd/mysqlnd_read_buffer.h index 3cabb71c06..f353f8557a 100644 --- a/ext/mysqlnd/mysqlnd_read_buffer.h +++ b/ext/mysqlnd/mysqlnd_read_buffer.h @@ -12,8 +12,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Andrey Hristov | - | Ulf Wendel | + | Authors: Andrey Hristov | + | Ulf Wendel | +----------------------------------------------------------------------+ */ -- cgit v1.2.1