eschmid Wed Jan 31 15:35:37 2001 EDT
Modified files:
/php4/ext/mysql php_mysql.c
Log:
Only two lines are allowed here.
Index: php4/ext/mysql/php_mysql.c
diff -u php4/ext/mysql/php_mysql.c:1.67 php4/ext/mysql/php_mysql.c:1.68
--- php4/ext/mysql/php_mysql.c:1.67 Wed Jan 31 14:04:30 2001
+++ php4/ext/mysql/php_mysql.c Wed Jan 31 15:35:37 2001
@@ -1,4 +1,4 @@
-/*
+3/*
+----------------------------------------------------------------------+
| PHP version 4.0 |
+----------------------------------------------------------------------+
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_mysql.c,v 1.67 2001/01/31 22:04:30 elixer Exp $ */
+/* $Id: php_mysql.c,v 1.68 2001/01/31 23:35:37 eschmid Exp $ */
/* TODO:
@@ -714,8 +714,7 @@
/* }}} */
/* {{{ proto string mysql_get_host_info([int link_identifier])
- Returns a string describing the type of connection in use, including the
- server host name */
+ Returns a string describing the type of connection in use, including the server
+host name */
PHP_FUNCTION(mysql_get_host_info)
{
zval **mysql_link;
--
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]