summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib
Commit message (Expand)AuthorAgeFilesLines
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ext...foobar2005-11-251-2/+2
* fix configure helpfoobar2005-11-101-3/+2
* Fixed bug #34758 (PDO_DBLIB did not implement rowCount()).Ilia Alshanetsky2005-10-121-0/+2
* Fixed bug #34777 (Crash in dblib when fetching non-existent error info).Ilia Alshanetsky2005-10-091-1/+3
* fix typofoobar2005-09-241-1/+1
* zts fixesWez Furlong2005-08-121-1/+1
* typoWez Furlong2005-07-271-1/+1
* Add package.xmlWez Furlong2005-07-271-0/+50
* prep for PECL releaseWez Furlong2005-07-273-6/+39
* use pdo core test suite.Wez Furlong2005-07-204-37/+72
* compile before commit...Wez Furlong2005-07-121-2/+2
* Enable unix build for dblib/sybase/freetds.Wez Furlong2005-07-124-3/+68
* Avoid estrdup(NULL), modified patch from Zhao ming sen.Wez Furlong2005-07-121-2/+10
* Patch from zhao ming sen.Wez Furlong2005-06-101-2/+6
* use a number here, fixes PECL #3493Wez Furlong2005-02-161-1/+1
* fix pdo_mssql.dll buildWez Furlong2005-02-131-1/+1
* possible fix for snaps boxWez Furlong2005-02-131-2/+6
* update for api changesWez Furlong2005-02-062-2/+2
* Eliminate unused parameter.Wez Furlong2005-01-211-1/+1
* fix backslashWez Furlong2005-01-211-1/+1
* Juggle/enhance mssql library detectionWez Furlong2005-01-201-9/+21
* generate dblib and mssql variants in the same buildWez Furlong2005-01-201-13/+30
* Make this compile with the generic ntwdblib from MicrosoftFrank M. Kromann2005-01-185-7/+27
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-181-1/+1
* dohWez Furlong2005-01-181-1/+1
* nice and fluffy error handlingWez Furlong2005-01-186-4/+144
* Add a PDO driver for Sybase style DB-lib (including MS SQL).Wez Furlong2005-01-179-0/+852