Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Limit connection strings to 255 chars here | Rasmus Lerdorf | 2009-07-15 | 1 | -0/+11 |
| | |||||
* | - Fixed param type (%l -> %ld) | Felipe Pena | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | - Fix compile warning && nuke unused variables | Felipe Pena | 2009-05-26 | 1 | -2/+0 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Fixed #37209 (mssql_execute with non fatal errors) | Kalle Sommer Nielsen | 2009-02-23 | 1 | -2/+8 |
| | |||||
* | - Fixed bug #47087 (Second parameter of mssql_fetch_array() is ignored) | Felipe Pena | 2009-01-20 | 1 | -2/+3 |
| | |||||
* | - Removed WRONG_PARAM_COUNT usage | Felipe Pena | 2009-01-08 | 1 | -15/+9 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - fix build | Pierre Joye | 2008-12-14 | 1 | -1/+1 |
| | |||||
* | MFB: simplify code | Ilia Alshanetsky | 2008-12-14 | 1 | -5/+1 |
| | |||||
* | - MFB: fix build | Pierre Joye | 2008-12-11 | 1 | -0/+1 |
| | |||||
* | MFB: Fixed bug #46798 (Crash in mssql extension when retrieving a NULL value | Ilia Alshanetsky | 2008-12-10 | 1 | -5/+8 |
| | | | | | inside a binary or image column type) | ||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -19/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+19 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -19/+0 |
| | |||||
* | * Fix gcov warnings about parameters not initialized (Thanks for noticing ↵ | Kalle Sommer Nielsen | 2008-10-09 | 1 | -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_bind | Kalle Sommer Nielsen | 2008-10-06 | 1 | -11/+13 |
| | | | | | * Added missing conditional from old parameter parsing | ||||
* | New parameter parsing API (with lots of help from Felipe) | Kalle Sommer Nielsen | 2008-10-05 | 1 | -471/+309 |
| | |||||
* | - MFB: zend_arg_defs.c is unnecessary now | Felipe Pena | 2008-07-05 | 1 | -3/+0 |
| | |||||
* | MFB: - Added arginfo | Felipe Pena | 2008-06-29 | 1 | -30/+147 |
| | |||||
* | MFB: Revert patch for bug #44325 | Ilia Alshanetsky | 2008-03-05 | 1 | -10/+5 |
| | |||||
* | MFB: Fixed bug #44325 (mssql_bind not correctly bind empty strings as | Ilia Alshanetsky | 2008-03-04 | 1 | -5/+10 |
| | | | | | parameter value) | ||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed bug #4294 (Move *timeout initialization from RINIT to connect | Ilia Alshanetsky | 2007-10-22 | 1 | -2/+3 |
| | | | | | time) | ||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | - avoid sprintf | Marcus Boerger | 2007-02-24 | 1 | -23/+13 |
| | |||||
* | MFB: #39213 | Frank M. Kromann | 2007-02-04 | 1 | -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 Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-13 | 1 | -7/+10 |
| | |||||
* | MFP51: Fix #33694 invalid sql or timeouts makes it impossible to reuse ↵ | Frank M. Kromann | 2006-04-04 | 1 | -0/+5 |
| | | | | persistent connections | ||||
* | - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase | Pierre Joye | 2006-03-08 | 1 | -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 version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Fix #35730 Use correct character encoding with FreeTDS | Frank M. Kromann | 2005-12-21 | 1 | -1/+6 |
| | |||||
* | nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | - list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -6/+6 |
| | |||||
* | Fix #33201 Crash when fetching some data types | Frank M. Kromann | 2005-11-18 | 1 | -8/+8 |
| | |||||
* | Fix #33963. mssql_bind fails on input parameters | Frank M. Kromann | 2005-11-18 | 1 | -1/+3 |
| | |||||
* | Fix #32009 crash when mssql_bind() is called more than once | Frank M. Kromann | 2005-11-18 | 1 | -11/+16 |
| | |||||
* | Fix #33153 Crash in mssql_next_result(). | Frank M. Kromann | 2005-11-18 | 1 | -0/+5 |
| | |||||
* | MFB: Change max_procs from 25 to library default. This will make FreeTDS ↵ | Frank M. Kromann | 2005-11-14 | 1 | -2/+4 |
| | | | | connections work a bit better | ||||
* | Fix #35037. Selecting a uniqueidentifier would return unknown data type when ↵ | Frank M. Kromann | 2005-11-01 | 1 | -1/+3 |
| | | | | used with freetds. | ||||
* | MFB: Fix for #34369 | Frank M. Kromann | 2005-09-05 | 1 | -5/+24 |
| | | | | | Add extra parameter to mssql_connect to force a new connection | ||||
* | Make sure this works for multiple results as well | Frank M. Kromann | 2005-08-08 | 1 | -0/+1 |
| | |||||
* | Remove debug code and optimize a bit | Frank M. Kromann | 2005-08-08 | 1 | -9/+5 |
| | |||||
* | Fix #32010. Leak in mssql_fetch_batch(). | Frank M. Kromann | 2005-08-08 | 1 | -73/+82 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Fix for #32682. Error on module shutdown when called from activescript | Frank M. Kromann | 2005-04-12 | 1 | -0/+4 |
| | |||||
* | FreeTDS does not have support for DBTEXTLIMIT | Frank M. Kromann | 2005-02-25 | 1 | -0/+2 |
| | |||||
* | make the mssql extension work with freetds on win32 | Frank M. Kromann | 2005-01-18 | 1 | -0/+7 |
| |