From f7ac1a099e0278b502c52d675d7ab79cc3af0976 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Jan 2024 14:34:09 +0100 Subject: [PATCH] Release 0.3.0RC1 --- package.xml | 6 +++--- src/dio.c | 5 +++-- src/dio_common.c | 3 ++- src/dio_posix.c | 3 ++- src/dio_stream_wrappers.c | 3 ++- src/php_dio.h | 5 ++++- src/php_dio_common.h | 3 ++- src/php_dio_common_data.h | 3 ++- src/php_dio_posix.h | 3 ++- src/php_dio_stream_wrappers.h | 3 ++- 10 files changed, 24 insertions(+), 13 deletions(-) diff --git a/package.xml b/package.xml index 0652077..34d2ddc 100644 --- a/package.xml +++ b/package.xml @@ -30,10 +30,10 @@ more than adequate. cyberspice@php.net no - 2024-01-23 + 2024-01-25 - 0.3.0dev - 0.0.7 + 0.3.0RC1 + 0.3.0 beta diff --git a/src/dio.c b/src/dio.c index 08869f8..2f40dfa 100644 --- a/src/dio.c +++ b/src/dio.c @@ -10,8 +10,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Sterling Hughes | - | Author: Melanie Rhianna Lewis | + | Authors: Sterling Hughes | + | Melanie Rhianna Lewis | + | Remi Collet | +----------------------------------------------------------------------+ */ diff --git a/src/dio_common.c b/src/dio_common.c index cebd363..7f065ab 100644 --- a/src/dio_common.c +++ b/src/dio_common.c @@ -10,7 +10,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Melanie Rhianna Lewis | + | Authors: Melanie Rhianna Lewis | + | Remi Collet | +----------------------------------------------------------------------+ */ diff --git a/src/dio_posix.c b/src/dio_posix.c index 2416ddc..2afb1fa 100644 --- a/src/dio_posix.c +++ b/src/dio_posix.c @@ -10,7 +10,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Melanie Rhianna Lewis | + | Authors: Melanie Rhianna Lewis | + | Remi Collet | +----------------------------------------------------------------------+ */ diff --git a/src/dio_stream_wrappers.c b/src/dio_stream_wrappers.c index ca44d2d..eade19f 100644 --- a/src/dio_stream_wrappers.c +++ b/src/dio_stream_wrappers.c @@ -10,7 +10,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Melanie Rhianna Lewis | + | Authors: Melanie Rhianna Lewis | + | Remi Collet | +----------------------------------------------------------------------+ */ diff --git a/src/php_dio.h b/src/php_dio.h index 0b94cb9..417443c 100644 --- a/src/php_dio.h +++ b/src/php_dio.h @@ -10,6 +10,9 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ + | Authors: Melanie Rhianna Lewis | + | Remi Collet | + +----------------------------------------------------------------------+ */ #ifndef PHP_DIO_H @@ -22,7 +25,7 @@ extern zend_module_entry dio_module_entry; #define phpext_dio_ptr &dio_module_entry -#define PHP_DIO_VERSION "0.3.0-dev" +#define PHP_DIO_VERSION "0.3.0RC1" /* Standard module functions. */ PHP_MINIT_FUNCTION(dio); diff --git a/src/php_dio_common.h b/src/php_dio_common.h index 459871f..8794720 100644 --- a/src/php_dio_common.h +++ b/src/php_dio_common.h @@ -10,7 +10,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Melanie Rhianna Lewis | + | Authors: Melanie Rhianna Lewis | + | Remi Collet | +----------------------------------------------------------------------+ */ diff --git a/src/php_dio_common_data.h b/src/php_dio_common_data.h index 156c315..cd66888 100644 --- a/src/php_dio_common_data.h +++ b/src/php_dio_common_data.h @@ -10,7 +10,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Melanie Rhianna Lewis | + | Authors: Melanie Rhianna Lewis | + | Remi Collet | +----------------------------------------------------------------------+ */ diff --git a/src/php_dio_posix.h b/src/php_dio_posix.h index bdf4963..0485d1f 100644 --- a/src/php_dio_posix.h +++ b/src/php_dio_posix.h @@ -10,7 +10,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Melanie Rhianna Lewis | + | Authors: Melanie Rhianna Lewis | + | Remi Collet | +----------------------------------------------------------------------+ */ diff --git a/src/php_dio_stream_wrappers.h b/src/php_dio_stream_wrappers.h index 86e3b67..06effc7 100644 --- a/src/php_dio_stream_wrappers.h +++ b/src/php_dio_stream_wrappers.h @@ -10,7 +10,8 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Author: Melanie Rhianna Lewis | + | Authors: Melanie Rhianna Lewis | + | Remi Collet | +----------------------------------------------------------------------+ */