summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib/pdo_dblib.c
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Clean up tabs and whitespaceAdam Baratz2016-12-071-1/+0
* Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2016-09-131-0/+20
|\
| * Free error and message strings when cleaning up PDO instances that use pdo_dblibAdam Baratz2016-09-131-0/+20
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-251-0/+1
|\ \ | |/
| * pdo_dblib: stringify uniqidentifier fieldAlexander Zhuravlev2016-08-251-0/+1
| * Add driver-specific attributes for controlling calls to dbsetlogintime() and ...Adam Baratz2016-04-051-0/+3
* | Add driver-specific attributes for controlling calls to dbsetlogintime() and ...Adam Baratz2016-04-051-0/+3
* | Remove version checksNikita Popov2016-01-301-6/+0
|/
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | cleanup mod version macros, round 3Anatol Belski2015-03-231-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-2/+0
* | Implement Bug #66063 - pdo_dblib enable timeout parameterSTANLEY SUFFICOOL2014-10-221-23/+5
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* FIX BUG #60512 (the correct way this time)Stanley Sufficool2013-06-011-2/+6
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Fixed shared buildKalle Sommer Nielsen2009-05-201-0/+4
* MFH: Fix --with-pdo-mssql build and add some warnings if header/libs are not ...Kalle Sommer Nielsen2009-05-191-0/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix build and typo after another lazy ass who does not test before commit: Dm...foobar2006-07-241-2/+2
* Added automatic module globals managementDmitry Stogov2006-06-151-7/+9
* - Fix datefoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* switch to package2.xmlWez Furlong2005-12-041-1/+1
* set to 1.0 stable.Wez Furlong2005-11-261-1/+1
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-2/+2
* update package.xml files and version numbers, in anticipation of a big bunch ...Wez Furlong2005-09-111-1/+1
* prep for PECL releaseWez Furlong2005-07-271-1/+13
* use pdo core test suite.Wez Furlong2005-07-201-6/+10
* compile before commit...Wez Furlong2005-07-121-2/+2
* Enable unix build for dblib/sybase/freetds.Wez Furlong2005-07-121-2/+4
* Avoid estrdup(NULL), modified patch from Zhao ming sen.Wez Furlong2005-07-121-2/+10
* fix pdo_mssql.dll buildWez Furlong2005-02-131-1/+1
* Make this compile with the generic ntwdblib from MicrosoftFrank M. Kromann2005-01-181-2/+2
* nice and fluffy error handlingWez Furlong2005-01-181-2/+71
* Add a PDO driver for Sybase style DB-lib (including MS SQL).Wez Furlong2005-01-171-0/+129