From: Egon Schmid Date: Wed, 31 Jan 2001 23:35:37 +0000 (+0000) Subject: Only two lines are allowed here. X-Git-Tag: php-4.0.5RC1~414 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c450fa966e696bd71ffd64194cc637a5588ef21;p=php Only two lines are allowed here. --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index f53d8ef028..d44515e269 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -1,4 +1,4 @@ -/* +3/* +----------------------------------------------------------------------+ | PHP version 4.0 | +----------------------------------------------------------------------+ @@ -714,8 +714,7 @@ PHP_FUNCTION(mysql_get_client_info) /* }}} */ /* {{{ 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;