summaryrefslogtreecommitdiff
path: root/ext/mssql
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* - fix buildPierre Joye2008-12-141-1/+1
* Simplify codeIlia Alshanetsky2008-12-141-8/+2
* - MFB: fix buildPierre Joye2008-12-111-0/+1
* Fixed bug #46798 (Crash in mssql extension when retrieving a NULL valueIlia Alshanetsky2008-12-101-5/+8
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-19/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+19
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-19/+0
* MFH:Kalle Sommer Nielsen2008-10-091-2/+3
* MFH:Kalle Sommer Nielsen2008-10-061-11/+13
* MFH: New parameter parsing API (with lots of help from Felipe)Kalle Sommer Nielsen2008-10-051-470/+304
* - MFH: Fixed bug #44991 (Compile Failure With freetds0.82) (patch by jklowden...Felipe Pena2008-10-041-6/+6
* - zend_arg_defs.c is unnecessary nowFelipe Pena2008-07-051-3/+0
* - Added arginfoFelipe Pena2008-06-291-30/+147
* Revert patch for bug #44325Ilia Alshanetsky2008-03-051-10/+5
* Fixed bug #44325 (mssql_bind not correctly bind empty strings as parameterIlia Alshanetsky2008-03-041-5/+10
* Possible fix for bug #43861Ilia Alshanetsky2008-02-101-0/+4
* 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