summaryrefslogtreecommitdiff
path: root/ext/mssql
Commit message (Expand)AuthorAgeFilesLines
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-5/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* Fixed bug #4294 (Move *timeout initialization from RINIT to connect time)Ilia Alshanetsky2007-10-221-2/+3
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFH: Fix some configure --help textsfoobar2007-07-031-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-23/+13
* #39213Frank M. Kromann2007-02-041-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* Added automatic module globals managementDmitry Stogov2006-06-151-7/+10
* Fix #33694 invalid sql or timeouts makes it impossible to reuse persistent co...Frank M. Kromann2006-04-041-0/+5
* bump year and license versionfoobar2006-01-012-6/+6
* Fix #35730 Use correct character encoding with FreeTDSFrank M. Kromann2005-12-212-2/+10
* Fixed build of mssql extension.Ilia Alshanetsky2005-12-061-1/+1
* MFHfoobar2005-12-062-3/+3
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-6/+6
* MFH: Fix #33201 Crash when fetching some data typesFrank M. Kromann2005-11-181-8/+8
* MFH: Fix #32009 crash when mssql_bind() is called more than onceFrank M. Kromann2005-11-181-11/+16
* MFH: Fix #33153 Crash in mssql_next_result().Frank M. Kromann2005-11-181-0/+5
* Change max_procs from 25 to library default. This will make FreeTDS connectio...Frank M. Kromann2005-11-141-2/+4
* Fix bad MFHfoobar2005-11-061-1/+0
* MFH: Fix #35037. Selecting a uniqueidentifier would return unknown data type ...Frank M. Kromann2005-11-011-0/+3
* MFH: copypastetypofixfoobar2005-10-101-6/+6
* MFHfoobar2005-10-101-7/+11
* MFB: Fix for #34369Frank M. Kromann2005-09-051-6/+27
* Make sure this works for multiple results as wellFrank M. Kromann2005-08-081-0/+1
* Remove debug code and optimize a bitFrank M. Kromann2005-08-081-9/+5
* Fix #32010. Leak in mssql_fetch_batch().Frank M. Kromann2005-08-082-74/+83
* - Bumber up yearfoobar2005-08-032-2/+2
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* Fix for #32682. Error on module shutdown when called from activescriptFrank M. Kromann2005-04-121-0/+4
* Use PHP_LIBDIR.Joe Orton2005-04-011-3/+3
* FreeTDS does not have support for DBTEXTLIMITFrank M. Kromann2005-02-251-0/+2
* Set the MSSQL_VERSION to FreeTDS when that lib is usedFrank M. Kromann2005-01-181-4/+3
* Rename php_freetds.dll to php_dblib.dll (still using the freetds libs).Frank M. Kromann2005-01-181-13/+12
* use the static dblib.lib to avoid the need for extra dll'sFrank M. Kromann2005-01-181-1/+1
* add --with-freetds option to win32 build.Frank M. Kromann2005-01-181-0/+14
* make the mssql extension work with freetds on win32Frank M. Kromann2005-01-181-2/+3
* make the mssql extension work with freetds on win32Frank M. Kromann2005-01-181-0/+7
* Fix #31120 and #31135. mssql_query returns false on successfill inserts and s...Frank M. Kromann2004-12-161-4/+2
* Fix logic for file checking. Bug #31019Frank M. Kromann2004-12-081-1/+1
* MFB: revertIlia Alshanetsky2004-12-061-4/+0
* Fixed bug #30962 (mssql returns space for NULL columns).Ilia Alshanetsky2004-12-031-0/+4
* Fix #30860 configure fails when tds is compiled as sharedFrank M. Kromann2004-11-221-2/+2
* MFB: fixed build.Ilia Alshanetsky2004-11-151-1/+1
* Adding most of the changes suggested in #30280. Mostly fix's for possible leaks.Frank M. Kromann2004-11-151-12/+24
* Fix compilationFrank M. Kromann2004-09-281-1/+1
* Fixed bug #30224 (Sybase date strings are sometimes not null terminated).Ilia Alshanetsky2004-09-281-1/+2
* Fif for #28047. Set correct debug options for debug_ts buildFrank M. Kromann2004-08-301-3/+3
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-3/+3
* - Better stability during premature shutdown of request startupAndi Gutmans2004-07-101-0/+1