ssb Thu Feb 12 14:03:08 2004 EDT
Modified files:
/php-src/ext/oci8 oci8.c
Log:
* update my email address
http://cvs.php.net/diff.php/php-src/ext/oci8/oci8.c?r1=1.248&r2=1.249&ty=u
Index: php-src/ext/oci8/oci8.c
diff -u php-src/ext/oci8/oci8.c:1.248 php-src/ext/oci8/oci8.c:1.249
--- php-src/ext/oci8/oci8.c:1.248 Thu Feb 5 03:29:16 2004
+++ php-src/ext/oci8/oci8.c Thu Feb 12 14:03:03 2004
@@ -12,7 +12,7 @@
| obtain it through the world-wide-web, please send a note to |
| [EMAIL PROTECTED] so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
- | Authors: Stig S�ther Bakken <[EMAIL PROTECTED]> |
+ | Authors: Stig S�ther Bakken <[EMAIL PROTECTED]> |
| Thies C. Arntzen <[EMAIL PROTECTED]> |
| Maxim Maletsky <[EMAIL PROTECTED]> |
| |
@@ -22,7 +22,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: oci8.c,v 1.248 2004/02/05 08:29:16 tony2001 Exp $ */
+/* $Id: oci8.c,v 1.249 2004/02/12 19:03:03 ssb Exp $ */
/* TODO list:
*
@@ -786,7 +786,7 @@
php_info_print_table_start();
php_info_print_table_row(2, "OCI8 Support", "enabled");
- php_info_print_table_row(2, "Revision", "$Revision: 1.248 $");
+ php_info_print_table_row(2, "Revision", "$Revision: 1.249 $");
sprintf(buf, "%ld", num_persistent);
php_info_print_table_row(2, "Active Persistent Links", buf);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php