summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.c
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* Limit connection strings to 255 chars hereRasmus Lerdorf2009-07-151-0/+11
|
* - Fixed param type (%l -> %ld)Felipe Pena2009-05-261-1/+1
|
* - Fix compile warning && nuke unused variablesFelipe Pena2009-05-261-2/+0
|
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
|
* Fixed #37209 (mssql_execute with non fatal errors)Kalle Sommer Nielsen2009-02-231-2/+8
|
* - Fixed bug #47087 (Second parameter of mssql_fetch_array() is ignored)Felipe Pena2009-01-201-2/+3
|
* - Removed WRONG_PARAM_COUNT usageFelipe Pena2009-01-081-15/+9
|
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - fix buildPierre Joye2008-12-141-1/+1
|
* MFB: simplify codeIlia Alshanetsky2008-12-141-5/+1
|
* - MFB: fix buildPierre Joye2008-12-111-0/+1
|
* MFB: Fixed bug #46798 (Crash in mssql extension when retrieving a NULL valueIlia Alshanetsky2008-12-101-5/+8
| | | | | inside a binary or image column type)
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-19/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+19
|
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-19/+0
|
* * Fix gcov warnings about parameters not initialized (Thanks for noticing ↵Kalle Sommer Nielsen2008-10-091-3/+4
| | | | | | | Felipe!) * Changed int to be long in mssql_num_fields
* * is_output and is_null parameters are now booleans instead of int in mssql_bindKalle Sommer Nielsen2008-10-061-11/+13
| | | | | * Added missing conditional from old parameter parsing
* New parameter parsing API (with lots of help from Felipe)Kalle Sommer Nielsen2008-10-051-471/+309
|
* - MFB: zend_arg_defs.c is unnecessary nowFelipe Pena2008-07-051-3/+0
|
* MFB: - Added arginfoFelipe Pena2008-06-291-30/+147
|
* MFB: Revert patch for bug #44325Ilia Alshanetsky2008-03-051-10/+5
|
* MFB: Fixed bug #44325 (mssql_bind not correctly bind empty strings asIlia Alshanetsky2008-03-041-5/+10
| | | | | parameter value)
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFB: Fixed bug #4294 (Move *timeout initialization from RINIT to connectIlia Alshanetsky2007-10-221-2/+3
| | | | | time)
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* - avoid sprintfMarcus Boerger2007-02-241-23/+13
|
* MFB: #39213Frank M. Kromann2007-02-041-1/+1
| | | | | | Fix for '' returned as ' '. This only works with FreeTDS as microsofts library returns a length of 1 for an empty string!
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Added automatic module globals managementDmitry Stogov2006-06-131-7/+10
|
* MFP51: Fix #33694 invalid sql or timeouts makes it impossible to reuse ↵Frank M. Kromann2006-04-041-0/+5
| | | | persistent connections
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-10/+3
| | | | | | | (calling ini_set('magic_....') returns 0|false - get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always return false - set_magic_quotes_runtime raises an E_CORE_ERROR
* bump year and license versionfoobar2006-01-011-3/+3
|
* Fix #35730 Use correct character encoding with FreeTDSFrank M. Kromann2005-12-211-1/+6
|
* nuke php3 legacyfoobar2005-12-061-1/+1
|
* - list_entry -> zend_rsrc_list_entryfoobar2005-12-051-6/+6
|
* Fix #33201 Crash when fetching some data typesFrank M. Kromann2005-11-181-8/+8
|
* Fix #33963. mssql_bind fails on input parametersFrank M. Kromann2005-11-181-1/+3
|
* Fix #32009 crash when mssql_bind() is called more than onceFrank M. Kromann2005-11-181-11/+16
|
* Fix #33153 Crash in mssql_next_result().Frank M. Kromann2005-11-181-0/+5
|
* MFB: Change max_procs from 25 to library default. This will make FreeTDS ↵Frank M. Kromann2005-11-141-2/+4
| | | | connections work a bit better
* Fix #35037. Selecting a uniqueidentifier would return unknown data type when ↵Frank M. Kromann2005-11-011-1/+3
| | | | used with freetds.
* MFB: Fix for #34369Frank M. Kromann2005-09-051-5/+24
| | | | | Add extra parameter to mssql_connect to force a new connection
* 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-081-73/+82
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Fix for #32682. Error on module shutdown when called from activescriptFrank M. Kromann2005-04-121-0/+4
|
* FreeTDS does not have support for DBTEXTLIMITFrank M. Kromann2005-02-251-0/+2
|
* make the mssql extension work with freetds on win32Frank M. Kromann2005-01-181-0/+7
|