]> granicus.if.org Git - php/commitdiff
Only two lines are allowed here.
authorEgon Schmid <eschmid@php.net>
Wed, 31 Jan 2001 23:35:37 +0000 (23:35 +0000)
committerEgon Schmid <eschmid@php.net>
Wed, 31 Jan 2001 23:35:37 +0000 (23:35 +0000)
ext/mysql/php_mysql.c

index f53d8ef02853c0b91167b4cb58fdf7a4af545c11..d44515e26942df348139b6104fbf08b7931cf433 100644 (file)
@@ -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;