Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed possible crash in php_mssql_get_column_content_without_type() | Kalle Sommer Nielsen | 2010-08-18 | 1 | -0/+8 |
| | | | | # Also fix NEWS entry in PHP_5_2 for previous commit | ||||
* | - Fixed bug #51562 (query timeout in mssql can not be changed per query) | Felipe Pena | 2010-04-21 | 1 | -0/+2 |
| | | | | | Patch by: ejsmont dot artur at gmail dot com | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
| | |||||
* | Limit db connection strings to 255 chars here - I don't trust the underlying ↵ | Rasmus Lerdorf | 2009-07-15 | 1 | -4/+31 |
| | | | | libs | ||||
* | - Fixed compile warning | Felipe Pena | 2009-05-26 | 1 | -0/+2 |
| | |||||
* | Fixed #37209 (mssql_execute with non fatal errors) | Kalle Sommer Nielsen | 2009-02-23 | 1 | -4/+10 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 2 | -2/+2 |
| | |||||
* | - fix build (all platforms) | Pierre Joye | 2008-12-11 | 1 | -1/+2 |
| | |||||
* | 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) | ||||
* | MFH: | Felipe Pena | 2008-10-04 | 1 | -6/+6 |
| | | | | | | | | - Fixed bug #44991 (Compile Failure With freetds0.82) patch by: - jklowden at freetds dot org (ext/mssql) - matthias at dsx dot at (ext/pdo_dblib) | ||||
* | 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) | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | MFB: Fixed bug #4294 (Move *timeout initialization from RINIT to connect | Ilia Alshanetsky | 2007-10-22 | 1 | -2/+3 |
| | | | | | time) | ||||
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -1/+1 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -23/+13 |
| | |||||
* | #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! | ||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 2 | -2/+2 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -7/+10 |
| | |||||
* | Fix #33694 invalid sql or timeouts makes it impossible to reuse persistent ↵ | Frank M. Kromann | 2006-04-04 | 1 | -0/+5 |
| | | | | connections | ||||
* | bump year and license version | foobar | 2006-01-01 | 2 | -6/+6 |
| | |||||
* | Fix #35730 Use correct character encoding with FreeTDS | Frank M. Kromann | 2005-12-21 | 2 | -2/+10 |
| | |||||
* | Fixed build of mssql extension. | Ilia Alshanetsky | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | MFH | foobar | 2005-12-06 | 2 | -3/+3 |
| | |||||
* | MFH: list_entry -> zend_rsrc_list_entry | foobar | 2005-12-05 | 1 | -6/+6 |
| | |||||
* | MFH: Fix #33201 Crash when fetching some data types | Frank M. Kromann | 2005-11-18 | 1 | -8/+8 |
| | |||||
* | MFH: Fix #32009 crash when mssql_bind() is called more than once | Frank M. Kromann | 2005-11-18 | 1 | -11/+16 |
| | |||||
* | MFH: Fix #33153 Crash in mssql_next_result(). | Frank M. Kromann | 2005-11-18 | 1 | -0/+5 |
| | |||||
* | 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 bad MFH | foobar | 2005-11-06 | 1 | -1/+0 |
| | |||||
* | MFH: Fix #35037. Selecting a uniqueidentifier would return unknown data type ↵ | Frank M. Kromann | 2005-11-01 | 1 | -0/+3 |
| | | | | when used with freetds. | ||||
* | MFH: copypastetypofix | foobar | 2005-10-10 | 1 | -6/+6 |
| | |||||
* | MFH | foobar | 2005-10-10 | 1 | -7/+11 |
| | |||||
* | MFB: Fix for #34369 | Frank M. Kromann | 2005-09-05 | 1 | -6/+27 |
| | | | | | 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 | 2 | -74/+83 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 2 | -2/+2 |
| | |||||
* | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -1/+1 |
| | |||||
* | Fix for #32682. Error on module shutdown when called from activescript | Frank M. Kromann | 2005-04-12 | 1 | -0/+4 |
| | |||||
* | Use PHP_LIBDIR. | Joe Orton | 2005-04-01 | 1 | -3/+3 |
| | |||||
* | FreeTDS does not have support for DBTEXTLIMIT | Frank M. Kromann | 2005-02-25 | 1 | -0/+2 |
| | |||||
* | Set the MSSQL_VERSION to FreeTDS when that lib is used | Frank M. Kromann | 2005-01-18 | 1 | -4/+3 |
| | |||||
* | Rename php_freetds.dll to php_dblib.dll (still using the freetds libs). | Frank M. Kromann | 2005-01-18 | 1 | -13/+12 |
| | | | | | Allow the build of both versions in the same process | ||||
* | use the static dblib.lib to avoid the need for extra dll's | Frank M. Kromann | 2005-01-18 | 1 | -1/+1 |
| | |||||
* | add --with-freetds option to win32 build. | Frank M. Kromann | 2005-01-18 | 1 | -0/+14 |
| | | | | | TODO make it work when both mssql and freetds is included or bail out with an error | ||||
* | make the mssql extension work with freetds on win32 | Frank M. Kromann | 2005-01-18 | 1 | -2/+3 |
| | |||||
* | make the mssql extension work with freetds on win32 | Frank M. Kromann | 2005-01-18 | 1 | -0/+7 |
| | |||||
* | Fix #31120 and #31135. mssql_query returns false on successfill inserts and ↵ | Frank M. Kromann | 2004-12-16 | 1 | -4/+2 |
| | | | | stored procedures | ||||
* | Fix logic for file checking. Bug #31019 | Frank M. Kromann | 2004-12-08 | 1 | -1/+1 |
| |