maxim Thu Nov 14 21:05:07 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: todo typo Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.184 php4/ext/oci8/oci8.c:1.185 --- php4/ext/oci8/oci8.c:1.184 Thu Nov 14 16:26:57 2002 +++ php4/ext/oci8/oci8.c Thu Nov 14 21:05:06 2002 @@ -20,7 +20,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: oci8.c,v 1.184 2002/11/14 21:26:57 maxim Exp $ */ +/* $Id: oci8.c,v 1.185 2002/11/15 02:05:06 maxim Exp $ */ /* TODO list: * @@ -47,7 +47,7 @@ * - delay OCIInitialize() as far as we can. * - add PHP Array <-> OCICollection conversion * - add Collection iterator object for INDEX BY tables - * - make auto-rollabck only happen if we have an outstanding transaction + * - make auto-rollaback only happen if we have an outstanding transaction * - implement ocidisconnect */ @@ -628,7 +628,7 @@ php_info_print_table_start(); php_info_print_table_row(2, "OCI8 Support", "enabled"); - php_info_print_table_row(2, "Revision", "$Revision: 1.184 $"); + php_info_print_table_row(2, "Revision", "$Revision: 1.185 $"); #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