eschmid Sun Feb 18 08:59:19 2001 EDT
Modified files:
/php4/ext/mysql php_mysql.c
/php4/ext/interbase interbase.c
Log:
Typos in protos.
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.69 php4/ext/mysql/php_mysql.c:1.70
--- php4/ext/mysql/php_mysql.c:1.69 Thu Feb 1 01:36:52 2001
+++ php4/ext/mysql/php_mysql.c Sun Feb 18 08:59:18 2001
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_mysql.c,v 1.69 2001/02/01 09:36:52 ssb Exp $ */
+/* $Id: php_mysql.c,v 1.70 2001/02/18 16:59:18 eschmid Exp $ */
/* TODO:
@@ -1927,7 +1927,7 @@
/* }}} */
-/* {{{ proto int mysql_field_len(int result, int field_offet)
+/* {{{ proto int mysql_field_len(int result, int field_offset)
Returns the length of the specified field */
PHP_FUNCTION(mysql_field_len)
{
Index: php4/ext/interbase/interbase.c
diff -u php4/ext/interbase/interbase.c:1.50 php4/ext/interbase/interbase.c:1.51
--- php4/ext/interbase/interbase.c:1.50 Thu Feb 15 06:48:56 2001
+++ php4/ext/interbase/interbase.c Sun Feb 18 08:59:18 2001
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: interbase.c,v 1.50 2001/02/15 14:48:56 thies Exp $ */
+/* $Id: interbase.c,v 1.51 2001/02/18 16:59:18 eschmid Exp $ */
/* TODO: Arrays, roles?
@@ -596,7 +596,7 @@
php_info_print_table_start();
php_info_print_table_row(2, "Interbase Support", "enabled");
- php_info_print_table_row(2, "Revision", "$Revision: 1.50 $");
+ php_info_print_table_row(2, "Revision", "$Revision: 1.51 $");
#ifdef COMPILE_DL_INTERBASE
php_info_print_table_row(2, "Dynamic Module", "yes");
#endif
@@ -2213,7 +2213,7 @@
/* }}} */
-/* {{{ proto int ibase_execute(int query [, int bind_args [, int ...])
+/* {{{ proto int ibase_execute(int query [, int bind_args [, int ...]])
Execute a previously prepared query */
PHP_FUNCTION(ibase_execute)
{
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]