16-Aug-2004
Release 1.1.2 * Fixed the problem that was causing the server to terminate if output parameter data from a prepared procedure is not read before closing the connection. * Added prepared procedure parameter cache to Win32 service. * Added client library functions that can be used for datetime to ISO formatted string conversion. * Added provisions for compiling client library on 64-bit systems, such as Tru64 UNIX. * Renamed the PHP extension source file from odbtp.c to php_odbtp.c. * NetWare PHP extension was added. 02-Jun-2004 Release 1.1.1 * Fixed bugs that could cause the server to crash when retrieving or sending data whose size exceeded the size of the buffer bound to a field or parameter. * Fixed some minor and unreported bugs. * Added data truncation detection. * Added functions to to C client library to retrieve more details about socket errors. * New interface types for FoxPro DBC and Excel files were added. * Auto-restart feature added to ODBTP service. * Modified PHP extension and build files to work with PHP version 5. * Modified PHP PEAR DB driver to work with latest version of DB. 29-Jan-2004 Release 1.1 * Interface file support was added to facilitate database connections without the use of an ODBC driver connect string. * Client-side row cache support was added to store result set data. This allows row scrolling to be performed without the use of a cursor. It also enhances overall performance. * Multi-process support was added to the server for servicing clients that use ODBC drivers that are not thread safe. * Optional use of the UNICODE versions of the ODBC API functions by the server was added. This enables the execution of UNICODE encoded query text. * Many enhancements were made to the server that provide better and extended access to ODBC. * PHP support was considerably enhanced by the addition of many new functions to the odbtp extension. * Added optional support for all of the PHP mssql extension's functions in the odbtp extension. * A PHP PEAR DB driver was added to the package. |