From: Maxim Maletsky Date: Wed, 29 Jan 2003 18:31:48 +0000 (+0000) Subject: Added myself to the maintainers list. X-Git-Tag: RELEASE_0_5~1370 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=808cb3ad74b1aefccad5dec606a50b2542295305;p=php Added myself to the maintainers list. --- diff --git a/ext/oci8/CREDITS b/ext/oci8/CREDITS index 30c88be459..122ed2acdb 100644 --- a/ext/oci8/CREDITS +++ b/ext/oci8/CREDITS @@ -1,2 +1,2 @@ OCI8 -Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson +Stig Bakken, Thies C. Arntzen, Andy Sautins, David Benson, Maxim Maletsky diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 03ea68e7e9..3b14052ff7 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -14,6 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Stig Sæther Bakken | | Thies C. Arntzen | + | Maxim Maletsky | | | | Collection support by Andy Sautins | | Temporary LOB support by David Benson |