summaryrefslogtreecommitdiff
path: root/ext/pdo_dblib
Commit message (Collapse)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-015-5/+5
|
* - 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
|
* - Fixed bug #54329 (MSSql extension memory leak)Felipe Pena2011-07-031-1/+1
| | | | | patch by: dotslashpok at gmail dot com
* Oops, can't cache it here because it won't workRasmus Lerdorf2011-05-151-5/+5
| | | | | | in autoconf2.13 and we still support that version in this branch
* Cache the pdo include pathRasmus Lerdorf2011-05-151-5/+5
|
* - Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field)Felipe Pena2011-03-171-0/+18
| | | | | patch by: mjh at hodginsmedia dot com
* - Reverted fix for bug #54167 (to be committed in soon)Felipe Pena2011-03-061-18/+0
|
* - Fixed bug #54167 (PDO_DBLIB returns null on SQLUNIQUE field)Felipe Pena2011-03-051-1/+18
| | | | | | # initial patch by: mjh at hodginsmedia dot com (5.3) # trunk version by me
* - Year++Felipe Pena2011-01-015-5/+5
|
* - Fixed the fix for bug #52546Felipe Pena2010-08-131-1/+1
|
* - Fixed bug #52546 (pdo_dblib segmentation fault when iterating MONEY values)Felipe Pena2010-08-051-1/+1
|
* Fixed bug #51213 (pdo_mssql is trimming value of the money column).Ilia Alshanetsky2010-03-081-1/+8
|
* Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)Ilia Alshanetsky2010-01-121-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-035-5/+5
|
* Revert attempt at supporting both autoconf 2.13 andRasmus Lerdorf2009-11-291-5/+5
| | | | | | | | | | | modern versions in the same build chain. There are simply too many broken things in 2.13 to make it work. Cache handling is broken as well which is why I need to revert the pdo_inc_path cache fix as well. trunk is now 2.60+ only and I'll work on cleaning out all the legacy cruft from there.
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-5/+5
| | | | | | This makes our toolchain work with the latest versions of autoconf and avoids a lot of end-user grief.
* - Possible fix for bug #49344 on Windows (pdo_mssql fails to connect,throws ↵Felipe Pena2009-09-101-5/+5
| | | | PDOException SQLSTATE[] (null) (severity 0))
* MFH: Fixed bug #48539 (pdo_dblib fails to connect, throws empty PDOExceptionJohannes Schlüter2009-06-291-0/+2
| | | | | "SQLSTATE[] (null)") (Felipe)
* 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-193-3/+15
| | | | found
* MFHSteph Fox2009-03-192-11/+24
| | | | | | | - Fix bug #38805 ( PDO Truncates Text from SQL Server Text Data Type Field) - Bring behaviour into line with ext/mssql - Several memleaks plugged
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-315-5/+5
|
* - MFH: Fixed bug #44991 (Compile Failure With freetds0.82) (patch by ↵Felipe Pena2008-10-041-6/+6
| | | | matthias at dsx dot at)
* MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable allJani Taskinen2008-07-251-6/+5
| | | | | | MFH: enabled-by-default drivers. Also error out if you try to configure MFH: a driver as static but pdo is disabled.
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
|
* MFH: Fix some configure --help textsfoobar2007-07-031-2/+2
|
* 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: ↵foobar2006-07-241-2/+2
| | | | Dmitry
* 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
| | | | of releases.
* This commit was manufactured by cvs2svn to create branch 'PHP_5_1'.SVN Migration2005-08-081-23/+0
|