Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed ext/mssql | Anatol Belski | 2015-02-10 | 1 | -214/+0 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -3/+3 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | mssql.compatability_mode fix | Veres Lajos | 2013-07-21 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #60267 (Compile failure with freetds 0.91) | Felipe Pena | 2011-11-16 | 1 | -0/+5 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - MFH: Nuke unused variables | Felipe Pena | 2009-05-26 | 1 | -0/+2 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -5/+0 |
| | | | | | #in preparation for the gcc 4 visibility patch | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Fix #35730 Use correct character encoding with FreeTDS | Frank M. Kromann | 2005-12-21 | 1 | -0/+3 |
| | |||||
* | MFH | foobar | 2005-12-06 | 1 | -2/+2 |
| | |||||
* | Fix #32010. Leak in mssql_fetch_batch(). | Frank M. Kromann | 2005-08-08 | 1 | -1/+1 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Set the MSSQL_VERSION to FreeTDS when that lib is used | Frank M. Kromann | 2005-01-18 | 1 | -4/+3 |
| | |||||
* | make the mssql extension work with freetds on win32 | Frank M. Kromann | 2005-01-18 | 1 | -2/+3 |
| | |||||
* | Fix build on win32 | Frank M. Kromann | 2004-06-07 | 1 | -1/+1 |
| | |||||
* | MFB BugFix# 28626 You can't #ifdef check a typedef. Just give it another ↵ | Sara Golemon | 2004-06-04 | 1 | -3/+1 |
| | | | | name since it's only used once anyway. | ||||
* | Fix #28007. Compile fails when the SHORT type is undefined (older versions ↵ | Frank M. Kromann | 2004-04-20 | 1 | -0/+3 |
| | | | | of FreeTDS) | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Fixed bug #24752 (Unhandled "uniqueidentifier" field type) | Ilia Alshanetsky | 2003-07-23 | 1 | -0/+3 |
| | | | | | Original Patch By: s.sonnenberg[at]coolspot.de | ||||
* | 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 |