summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Maletsky <maxim@php.net>2003-01-29 18:31:48 +0000
committerMaxim Maletsky <maxim@php.net>2003-01-29 18:31:48 +0000
commit808cb3ad74b1aefccad5dec606a50b2542295305 (patch)
tree834a68aa47ac13119b8321d43748d11966194fa0
parent03f88ac2b22db9f0a9673ed702da0e28dea536bc (diff)
downloadphp-git-808cb3ad74b1aefccad5dec606a50b2542295305.tar.gz
Added myself to the maintainers list.
-rw-r--r--ext/oci8/CREDITS2
-rw-r--r--ext/oci8/oci8.c1
2 files changed, 2 insertions, 1 deletions
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 <ssb@fast.no> |
| Thies C. Arntzen <thies@thieso.net> |
+ | Maxim Maletsky <maxim@maxim.cx> |
| |
| Collection support by Andy Sautins <asautins@veripost.net> |
| Temporary LOB support by David Benson <dbenson@mancala.com> |