diff options
author | Frank M. Kromann <fmk@php.net> | 2001-06-28 16:59:17 +0000 |
---|---|---|
committer | Frank M. Kromann <fmk@php.net> | 2001-06-28 16:59:17 +0000 |
commit | a98efcda7693a9899166c91113ce9888ad9dd9cf (patch) | |
tree | c5fd4cb4145ba0e0accb092f8e71af71f232f467 /ext/mssql/php_mssql.h | |
parent | 5884ff34128153ed0f2ecaed69c1a9fee5208887 (diff) | |
download | php-git-a98efcda7693a9899166c91113ce9888ad9dd9cf.tar.gz |
Adding new function to convert from binary to GUID format
Diffstat (limited to 'ext/mssql/php_mssql.h')
-rw-r--r-- | ext/mssql/php_mssql.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <frank@frontbase.com> | +----------------------------------------------------------------------+ */ @@ -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; |