tony2001 Mon Apr 26 10:49:41 2004 EDT
Modified files:
/php-src/ext/oci8 oci8.c
Log:
hmm. this comma is supposed to be a semicolon.
http://cvs.php.net/diff.php/php-src/ext/oci8/oci8.c?r1=1.254&r2=1.255&ty=u
Index: php-src/ext/oci8/oci8.c
diff -u php-src/ext/oci8/oci8.c:1.254 php-src/ext/oci8/oci8.c:1.255
--- php-src/ext/oci8/oci8.c:1.254 Wed Feb 25 15:16:23 2004
+++ php-src/ext/oci8/oci8.c Mon Apr 26 10:49:41 2004
@@ -22,7 +22,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: oci8.c,v 1.254 2004/02/25 20:16:23 abies Exp $ */
+/* $Id: oci8.c,v 1.255 2004/04/26 14:49:41 tony2001 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.254 $");
+ php_info_print_table_row(2, "Revision", "$Revision: 1.255 $");
sprintf(buf, "%ld", num_persistent);
php_info_print_table_row(2, "Active Persistent Links", buf);
@@ -5666,7 +5666,7 @@
}
}
- zend_hash_next_index_insert(Z_ARRVAL_PP(array), &row,
sizeof(zval*), NULL),
+ zend_hash_next_index_insert(Z_ARRVAL_PP(array), &row,
sizeof(zval*), NULL);
rows++;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php