diff options
author | Frank M. Kromann <fmk@php.net> | 2003-01-09 08:00:07 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2003-01-09 08:00:07 +0000 |
commit | 6660f8ae4e9830a36b24cc996c781f3b60ddf590 (patch) | |
tree | 563d1a0b8500d4efca9a06481d3407a9072bcb9c /ext/mssql/php_mssql.h | |
parent | ef9ba94c8b42ecffa6f654a0c7900df080bc8442 (diff) | |
download | php-git-6660f8ae4e9830a36b24cc996c781f3b60ddf590.tar.gz |
Restire BC for mssql_execute(). This will not break the new feature for handling
multiple results from a single stired procedure.
Adding mssql_free_statement()
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r-- | ext/mssql/php_mssql.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index 9a134bad52..015c22401a 100644 --- a/ext/mssql/php_mssql.h +++ b/ext/mssql/php_mssql.h @@ -124,6 +124,7 @@ PHP_FUNCTION(mssql_min_message_severity); PHP_FUNCTION(mssql_init); PHP_FUNCTION(mssql_bind); PHP_FUNCTION(mssql_execute); +PHP_FUNCTION(mssql_free_statement); PHP_FUNCTION(mssql_guid_string); typedef struct mssql_link { |