summaryrefslogtreecommitdiff
path: root/ext/mssql
Commit message (Collapse)AuthorAgeFilesLines
* removed *.dsw and *.dsp filesAnatol Belski2014-09-281-117/+0
|
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-202-2/+2
|\ | | | | | | | | | | Conflicts: README.PARAMETER_PARSING_API ext/gmp/tests/001.phpt
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-192-2/+2
| |
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-203-6/+6
|/
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-4/+4
|
* master renames phase 1Anatol Belski2014-08-251-43/+43
|
* basic macro replacements, all at onceAnatol Belski2014-08-191-41/+41
|
* Cleanup (1-st round)Dmitry Stogov2014-04-151-5/+5
|
* Bump yearXinchen Hui2014-01-032-2/+2
|
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* add a few commentVeres Lajos2013-07-211-0/+4
|
* allow both the old and new cfg argument to work. (the old of course should ↵Lajos Veres2013-07-211-0/+1
| | | | contain the typo)
* mssql.compatability_mode fixVeres Lajos2013-07-212-5/+5
|
* Happy New YearXinchen Hui2013-01-012-2/+2
|
* - Year++Felipe Pena2012-01-012-2/+2
|
* - Fixed bug #60267 (Compile failure with freetds 0.91)Felipe Pena2011-11-161-0/+5
|
* - Fix #55301 (mssql part) check if malloc succededPierre Joye2011-07-281-0/+7
|
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|
* - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-14/+4
| | | | the details) for BC reasons but do not allow to set enable MQ
* - Year++Felipe Pena2011-01-012-2/+2
|
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-1/+1
|
* - Fixed bug #52843 (Segfault when optional parameters are not passed in to ↵Felipe Pena2010-09-151-1/+1
| | | | mssql_connect)
* Fixed possible crash in php_mssql_get_column_content_without_type()Kalle Sommer Nielsen2010-08-181-0/+8
| | | | # Also fix NEWS entry in PHP_5_2 for previous commit
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+117
|
* Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-117/+0
| | | | anymore and are barely updated nor available for all extensions
* - Fixed bug #51562 (query timeout in mssql can not be changed per query)Felipe Pena2010-04-211-0/+1
| | | | | Patch by: ejsmont dot artur at gmail dot com
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-2/+2
|
* MFHRasmus Lerdorf2009-07-151-0/+11
|
* - Fixed param type (%l -> %ld)Felipe Pena2009-05-261-1/+1
|
* - MFH: Nuke unused variablesFelipe Pena2009-05-261-0/+2
|
* Fixed #37209 (mssql_execute with non fatal errors)Kalle Sommer Nielsen2009-02-231-2/+8
|
* - MFH: Fixed bug #47087 (Second parameter of mssql_fetch_array() is ignored)Felipe Pena2009-01-201-2/+3
|
* - MFH: Removed WRONG_PARAM_COUNT usageFelipe Pena2009-01-081-15/+9
|
* 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
| | | | | inside a binary or image column type)
* - 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
| | | | | | * Fix gcov warnings about parameters not initialized (Thanks for noticing Felipe!) * Changed int to be long in mssql_num_fields
* MFH:Kalle Sommer Nielsen2008-10-061-11/+13
| | | | | | * is_output and is_null parameters are now booleans instead of int in mssql_bind * Added missing conditional from old parameter parsing
* 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 ↵Felipe Pena2008-10-041-6/+6
| | | | jklowden at freetds dot org)
* - 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
| | | | | value)
* Possible fix for bug #43861Ilia Alshanetsky2008-02-101-0/+4
|