diff options
author | Egon Schmid <eschmid@php.net> | 2001-01-31 23:35:37 +0000 |
---|---|---|
committer | Egon Schmid <eschmid@php.net> | 2001-01-31 23:35:37 +0000 |
commit | 0c450fa966e696bd71ffd64194cc637a5588ef21 (patch) | |
tree | 2fcf89fb9286cee6851e659612f24ba95845ec30 /ext/mysql | |
parent | 31c8104dc66064015a867447a631c77610bc8f7e (diff) | |
download | php-git-0c450fa966e696bd71ffd64194cc637a5588ef21.tar.gz |
Only two lines are allowed here.
Diffstat (limited to 'ext/mysql')
-rw-r--r-- | ext/mysql/php_mysql.c | 5 |
1 files changed, 2 insertions, 3 deletions
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; |