summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix mysql -> dblibFrank M. Kromann2007-01-151-3/+3
* Fixed bug #40121 (PDO_DBLIB driver wont free statements).Ilia Alshanetsky2007-01-141-0/+13
* MFH: Bump year.Sebastian Bergmann2007-01-015-5/+5
* Use safe_emalloc()Ilia Alshanetsky2006-12-252-2/+2
* 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
* Remove pecl includes (Steph), except pdo_odbc which will remain brokeEdin Kadribasic2006-05-111-2/+2
* set min pdo dep to 1.0.3, which will be the new pecl releaseWez Furlong2006-05-021-2/+2
* - Fix datefoobar2006-01-015-15/+15
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* switch to package2.xmlWez Furlong2005-12-043-61/+77
* set to 1.0 stable.Wez Furlong2005-11-262-5/+6
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-2/+2
* update ready for release spree todayWez Furlong2005-11-011-1/+4
* Fix #35032; pdo_dblib doesn't find includes on some systemsWez Furlong2005-11-011-5/+11
* prep for PECL releaseWez Furlong2005-11-011-4/+10
* MFH: Fixed bug #34758 (PDO_DBLIB did not implement rowCount()).Ilia Alshanetsky2005-10-121-0/+2
* MFH: Fixed bug #34777 (Crash in dblib when fetching non-existent error info).Ilia Alshanetsky2005-10-091-1/+3
* fix typofoobar2005-09-241-1/+1
* update package.xml files and version numbers, in anticipation of a big bunch ...Wez Furlong2005-09-112-5/+5
* This commit was manufactured by cvs2svn to create branch 'PHP_5_1'.SVN Migration2005-08-081-23/+0
* 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