summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.c
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-17 20:06:29 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-17 20:06:29 +0000
commitf0c0b88fdddc349642f682d12b219795653be484 (patch)
tree64430a55e628f862b2461da3bf5c6ee58ec11089 /ext/mssql/php_mssql.c
parent47419f899f88af6d58b2216d1db71be9edb4f85e (diff)
downloadphp-git-f0c0b88fdddc349642f682d12b219795653be484.tar.gz
proto fix
Diffstat (limited to 'ext/mssql/php_mssql.c')
-rw-r--r--ext/mssql/php_mssql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c
index 3f0f9ef704..7b73306f55 100644
--- a/ext/mssql/php_mssql.c
+++ b/ext/mssql/php_mssql.c
@@ -1768,7 +1768,7 @@ PHP_FUNCTION(mssql_init)
/* }}} */
/* {{{ proto int mssql_bind(int stmt, string param_name, mixed var, int type
- [, int is_output[, int is_null[, int maxlen]])
+ [, int is_output[, int is_null[, int maxlen]]])
Adds a parameter to a stored procedure or a remote stored procedure */
PHP_FUNCTION(mssql_bind)
{