From: Antony Dovgal Date: Tue, 6 Sep 2005 21:42:26 +0000 (+0000) Subject: fix credits X-Git-Tag: RELEASE_0_9_0~279 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a2b8cb6d09ab2bdd93eb49b52a1af8b7cf95f10;p=php fix credits --- diff --git a/ext/oci8/CREDITS b/ext/oci8/CREDITS index 884efcaa92..18cad81c3e 100644 --- a/ext/oci8/CREDITS +++ b/ext/oci8/CREDITS @@ -1,2 +1,2 @@ OCI8 -Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson, Maxim Maletsky, Harald Radi, Antony Dovgal +Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson, Maxim Maletsky, Harald Radi, Antony Dovgal, Andi Gutmans, Wez Furlong diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 56440bb682..97925d93ff 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -14,6 +14,12 @@ +----------------------------------------------------------------------+ | Authors: Stig Sæther Bakken | | Thies C. Arntzen | + | Maxim Maletsky | + | | + | Collection support by Andy Sautins | + | Temporary LOB support by David Benson | + | ZTS per process OCIPLogon by Harald Radi | + | | | Redesigned by: Antony Dovgal | | Andi Gutmans | | Wez Furlong | diff --git a/ext/oci8/oci8_collection.c b/ext/oci8/oci8_collection.c index c191a0ae77..35a50c21fc 100644 --- a/ext/oci8/oci8_collection.c +++ b/ext/oci8/oci8_collection.c @@ -14,6 +14,11 @@ +----------------------------------------------------------------------+ | Authors: Stig Sæther Bakken | | Thies C. Arntzen | + | | + | Collection support by Andy Sautins | + | Temporary LOB support by David Benson | + | ZTS per process OCIPLogon by Harald Radi | + | | | Redesigned by: Antony Dovgal | | Andi Gutmans | | Wez Furlong | diff --git a/ext/oci8/oci8_interface.c b/ext/oci8/oci8_interface.c index 9dcce14be5..7057028946 100644 --- a/ext/oci8/oci8_interface.c +++ b/ext/oci8/oci8_interface.c @@ -14,6 +14,11 @@ +----------------------------------------------------------------------+ | Authors: Stig Sæther Bakken | | Thies C. Arntzen | + | | + | Collection support by Andy Sautins | + | Temporary LOB support by David Benson | + | ZTS per process OCIPLogon by Harald Radi | + | | | Redesigned by: Antony Dovgal | | Andi Gutmans | | Wez Furlong | diff --git a/ext/oci8/oci8_lob.c b/ext/oci8/oci8_lob.c index d0cf7ded4f..9d7b9301f6 100644 --- a/ext/oci8/oci8_lob.c +++ b/ext/oci8/oci8_lob.c @@ -14,6 +14,11 @@ +----------------------------------------------------------------------+ | Authors: Stig Sæther Bakken | | Thies C. Arntzen | + | | + | Collection support by Andy Sautins | + | Temporary LOB support by David Benson | + | ZTS per process OCIPLogon by Harald Radi | + | | | Redesigned by: Antony Dovgal | | Andi Gutmans | | Wez Furlong | diff --git a/ext/oci8/oci8_statement.c b/ext/oci8/oci8_statement.c index b79d07437a..b7abe9d224 100644 --- a/ext/oci8/oci8_statement.c +++ b/ext/oci8/oci8_statement.c @@ -14,6 +14,11 @@ +----------------------------------------------------------------------+ | Authors: Stig Sæther Bakken | | Thies C. Arntzen | + | | + | Collection support by Andy Sautins | + | Temporary LOB support by David Benson | + | ZTS per process OCIPLogon by Harald Radi | + | | | Redesigned by: Antony Dovgal | | Andi Gutmans | | Wez Furlong | diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index a9883e9a80..6397d3fede 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -14,6 +14,11 @@ +----------------------------------------------------------------------+ | Authors: Stig Sæther Bakken | | Thies C. Arntzen | + | | + | Collection support by Andy Sautins | + | Temporary LOB support by David Benson | + | ZTS per process OCIPLogon by Harald Radi | + | | | Redesigned by: Antony Dovgal | | Andi Gutmans | | Wez Furlong | diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index 1c7aec4b85..f3c26b6906 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -14,6 +14,11 @@ +----------------------------------------------------------------------+ | Authors: Stig Sæther Bakken | | Thies C. Arntzen | + | | + | Collection support by Andy Sautins | + | Temporary LOB support by David Benson | + | ZTS per process OCIPLogon by Harald Radi | + | | | Redesigned by: Antony Dovgal | | Andi Gutmans | | Wez Furlong |