diff options
author | James Cox <imajes@php.net> | 2002-03-04 09:10:32 +0000 |
---|---|---|
committer | James Cox <imajes@php.net> | 2002-03-04 09:10:32 +0000 |
commit | 0c78c87f34b39273b8c37912de5b5d7381684cc2 (patch) | |
tree | 24f9c6298515e8d1f4453445f606865d1c5b0081 /ext/odbc/php_odbc.h | |
parent | cd5f8608e2abe44d592f692ec096fa13d019c89a (diff) | |
download | php-git-0c78c87f34b39273b8c37912de5b5d7381684cc2.tar.gz |
Changing the Velocis extension to now be called Birdstep, due to a product/company change.
added aliases for Velocis to the birdstep functions.
# testing is both advised and encouraged!
@ The Velocis extension is no
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r-- | ext/odbc/php_odbc.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index f40b19f130..1f347ea91a 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -14,7 +14,7 @@ +----------------------------------------------------------------------+ | Authors: Stig Sæther Bakken <ssb@fast.no> | | Andreas Karajannis <Andreas.Karajannis@gmd.de> | - | Kevin N. Shallow <kshallow@tampabay.rr.com> Velocis Support | + | Kevin N. Shallow <kshallow@tampabay.rr.com> Birdstep Support | +----------------------------------------------------------------------+ */ @@ -139,12 +139,12 @@ PHP_FUNCTION(solid_fetch_prev); #define SQLSMALLINT SWORD #define SQLUSMALLINT UWORD -#elif defined(HAVE_VELOCIS) /* Raima Velocis */ +#elif defined(HAVE_BIRDSTEP) /* Raima Birdstep */ -#define ODBC_TYPE "Velocis" +#define ODBC_TYPE "Birdstep" #define UNIX /* - * Extended Fetch in the Velocis ODBC API is incapable of returning long varchar (memo) fields. + * Extended Fetch in the Birdstep ODBC API is incapable of returning long varchar (memo) fields. * So the following line has been commented-out to accomadate. - KNS * * #define HAVE_SQL_EXTENDED_FETCH 1 |