Skip to content

Commit d14b3a8

Browse files
author
Jeroen van Wolffelaar
committed
Proto fix
1 parent 9b13780 commit d14b3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/mysql/php_mysql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ PHP_FUNCTION(mysql_affected_rows)
13171317
/* }}} */
13181318

13191319

1320-
/* {{{ proto char mysql_escape_string([char string])
1320+
/* {{{ proto string mysql_escape_string(string to_be_escaped)
13211321
Escape string for mysql query */
13221322
PHP_FUNCTION(mysql_escape_string)
13231323
{

0 commit comments

Comments
 (0)