From 6660f8ae4e9830a36b24cc996c781f3b60ddf590 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Thu, 9 Jan 2003 08:00:07 +0000 Subject: 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() --- ext/mssql/php_mssql.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mssql/php_mssql.h') 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 { -- cgit v1.2.1