Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updating email address | Frank M. Kromann | 2003-06-14 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | MFB | Frank M. Kromann | 2003-02-09 | 1 | -1/+2 |
| | |||||
* | Bug #21707 problem with real | Frank M. Kromann | 2003-02-09 | 1 | -1/+1 |
| | |||||
* | Restire BC for mssql_execute(). This will not break the new feature for handling | Frank M. Kromann | 2003-01-09 | 1 | -0/+1 |
| | | | | | | multiple results from a single stired procedure. Adding mssql_free_statement() | ||||
* | Changed global data type to avoid problems with initialization | Frank M. Kromann | 2003-01-08 | 1 | -4/+5 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Fixing WIn32 build after adding support for FreeTDS | Frank M. Kromann | 2002-12-16 | 1 | -1/+1 |
| | |||||
* | Allow the native MSSQL extension to be compiled with FreeTDS on *nix platforms. | Frank M. Kromann | 2002-12-16 | 1 | -2/+41 |
| | | | | | | This will make the whole MSSAL API available on these platforms. @Allow compilation of mssql extension on *nix. | ||||
* | Bug #19370 | Frank M. Kromann | 2002-12-03 | 1 | -0/+1 |
| | | | | | Allow stored procedures to return multiple results. | ||||
* | Adding ini setting for max_procs | Frank M. Kromann | 2002-06-10 | 1 | -0/+1 |
| | |||||
* | Fixing hanfling of data type REAL. | Frank M. Kromann | 2002-05-14 | 1 | -1/+2 |
| | | | | | Remove extra bytes allocated by emalloc calls | ||||
* | Allow the MSSQL extension to use NT authentication | Frank M. Kromann | 2002-05-09 | 1 | -0/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | added mssql_fetch_assoc() to be more mysql conform | Harald Radi | 2001-12-02 | 1 | -0/+1 |
| | | | | | changed mssql_fetch_array() back to its default behaviour (MSSQL_BOTH) | ||||
* | Patch for correct handling of DATETIME values. | Frank M. Kromann | 2001-10-23 | 1 | -1/+2 |
| | | | | | | | The patch is implemented with a parameter in php.ini controling if datetime values are converted with the new or the old method. Thanks to Michael Bretterklieber <mbretter@jawa.at> | ||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -4/+4 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -11/+1 |
| | |||||
* | Adding new function to convert from binary to GUID format | Frank M. Kromann | 2001-06-28 | 1 | -1/+2 |
| | |||||
* | Fixing memory leak. | Frank M. Kromann | 2001-06-05 | 1 | -1/+17 |
| | | | | | | Fixing mssql_pconnect to work with ISAPI Adding MSSQL_NUM, MSSQL_ASSOC and MSSQL_BOTH so the extension will be more compatible with MySQL | ||||
* | Changed email | Frank M. Kromann | 2001-03-13 | 1 | -1/+1 |
| | |||||
* | Adding a new function mssql_next_result() allowing the query to return more ↵ | Frank M. Kromann | 2001-03-09 | 1 | -0/+2 |
| | | | | | | | than one result. This can be done with a stored procedure or by sending more than one select to the server. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Removed old version 6.5 code. Clinet Libraries for SQL Server 7.0 can be ↵ | Frank M. Kromann | 2000-11-29 | 1 | -20/+5 |
| | | | | | | | used with version 6,5. Minor changes to use som Zend macros to define globals. | ||||
* | Adding new functions, mssql_affected_rows and mssql_fetch_batch. | Frank M. Kromann | 2000-11-21 | 1 | -3/+9 |
| | | | | | Added optional paramter to mssql_query, batchsize used minimize the memery usage during select of large datasats. | ||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | ||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | moving pointers to header and library files to match php_build structure | Frank M. Kromann | 2000-04-23 | 1 | -3/+5 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Fixing compile and link with current cvs. | Frank M. Kromann | 2000-02-13 | 1 | -3/+8 |
| | |||||
* | Happy Y2K patch! Happy new year (or the new millennium, depending on whether | Sascha Schumann | 2000-01-01 | 1 | -1/+1 |
| | | | | | you start counting at 0 or 1). | ||||
* | Adding MS SQL Server module for Win32 | Frank M. Kromann | 1999-11-03 | 1 | -0/+150 |