summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib/pdo_dblib.c
Commit message (Collapse)AuthorAgeFilesLines
* Add driver-specific attributes for controlling calls to dbsetlogintime() and ↵Adam Baratz2016-04-051-0/+3
| | | | dbsettime()
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * 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
| | | | | Last fix just truncated the password. This fixes the message handler per the bug report.
* 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
| | | | found
* 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: ↵foobar2006-07-241-2/+2
| | | | Dmitry
* 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
| | | | of releases.
* prep for PECL releaseWez Furlong2005-07-271-1/+13
|
* use pdo core test suite.Wez Furlong2005-07-201-6/+10
| | | | | | Now passes all but one test. Volunteers that want to track down the cause for test pdo_018.phpt not passing are welcome.
* compile before commit...Wez Furlong2005-07-121-2/+2
|
* Enable unix build for dblib/sybase/freetds.Wez Furlong2005-07-121-2/+4
| | | | | The extension is named pdo_dblib and the driver dblib on unix.
* 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
Only the basics are here right now.