maxim           Wed Jan 29 13:31:49 2003 EDT

  Modified files:              
    /php4/ext/oci8      CREDITS oci8.c 
  Log:
  Added myself to the maintainers list.
  
Index: php4/ext/oci8/CREDITS
diff -u php4/ext/oci8/CREDITS:1.3 php4/ext/oci8/CREDITS:1.4
--- php4/ext/oci8/CREDITS:1.3   Sat Apr 14 04:38:46 2001
+++ php4/ext/oci8/CREDITS       Wed Jan 29 13:31:48 2003
@@ -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
Index: php4/ext/oci8/oci8.c
diff -u php4/ext/oci8/oci8.c:1.203 php4/ext/oci8/oci8.c:1.204
--- php4/ext/oci8/oci8.c:1.203  Mon Jan 27 15:05:48 2003
+++ php4/ext/oci8/oci8.c        Wed Jan 29 13:31:48 2003
@@ -14,13 +14,14 @@
    +----------------------------------------------------------------------+
    | Authors: Stig S�ther Bakken <[EMAIL PROTECTED]>                            |
    |          Thies C. Arntzen <[EMAIL PROTECTED]>                         |
+   |          Maxim Maletsky <[EMAIL PROTECTED]>                             |
    |                                                                      |
    | Collection support by Andy Sautins <[EMAIL PROTECTED]>           |
    | Temporary LOB support by David Benson <[EMAIL PROTECTED]>          |
    +----------------------------------------------------------------------+
  */
 
-/* $Id: oci8.c,v 1.203 2003/01/27 20:05:48 maxim Exp $ */
+/* $Id: oci8.c,v 1.204 2003/01/29 18:31:48 maxim Exp $ */
 
 /* TODO list:
  *
@@ -640,7 +641,7 @@
 
        php_info_print_table_start();
        php_info_print_table_row(2, "OCI8 Support", "enabled");
-       php_info_print_table_row(2, "Revision", "$Revision: 1.203 $");
+       php_info_print_table_row(2, "Revision", "$Revision: 1.204 $");
 #ifndef PHP_WIN32
        php_info_print_table_row(2, "Oracle Version", PHP_OCI8_VERSION );
        php_info_print_table_row(2, "Compile-time ORACLE_HOME", PHP_OCI8_DIR );



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to