From a98efcda7693a9899166c91113ce9888ad9dd9cf Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Thu, 28 Jun 2001 16:59:17 +0000 Subject: Adding new function to convert from binary to GUID format --- ext/mssql/php_mssql.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/mssql/php_mssql.h') diff --git a/ext/mssql/php_mssql.h b/ext/mssql/php_mssql.h index 4fab922cd1..f3b0dc2563 100644 --- a/ext/mssql/php_mssql.h +++ b/ext/mssql/php_mssql.h @@ -12,7 +12,7 @@ | obtain it through the world-wide-web, please send a note to | | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ - | Authors: Frank M. Kromann frank@frontbase.com> | + | Authors: Frank M. Kromann | +----------------------------------------------------------------------+ */ @@ -83,6 +83,7 @@ PHP_FUNCTION(mssql_min_message_severity); PHP_FUNCTION(mssql_init); PHP_FUNCTION(mssql_bind); PHP_FUNCTION(mssql_execute); +PHP_FUNCTION(mssql_guid_string); typedef struct mssql_link { LOGINREC *login; -- cgit v1.2.1