summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc
Commit message (Expand)AuthorAgeFilesLines
* Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
* 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
* Someone strap down Jani and give him a sedative please.Rasmus Lerdorf2009-11-251-5/+5
* - MFH: Fixed bug #48913 (Too long error code strings in pdo_odbc driver)Felipe Pena2009-07-151-1/+1
* - MFH: Fixed bug #48913 (Too long error code strings in pdo_odbc driver)Felipe Pena2009-07-151-2/+2
* MFH: Cast to SQLUSMALLINTKalle Sommer Nielsen2009-05-191-2/+2
* - wrong var namePierre Joye2009-04-231-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-315-5/+5
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-2/+2
* MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable allJani Taskinen2008-07-251-4/+4
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-2/+1
* - really check for the dependency, libs and header and don't enable the ext i...Pierre Joye2008-06-221-5/+11
* [DOC] adds new odbc driver specific ODBC_ATTR_ASSUME_UTF8 to deal with unicod...Elizabeth Marie Smith2008-03-134-24/+254
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
* add iODBC support to pdo_odbcWez Furlong2007-10-081-2/+8
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* MFHJani Taskinen2007-07-091-2/+1
* MFH: - Use $PHP_LIBDIR where appropriateJani Taskinen2007-07-091-3/+3
* MFH: Fixed bug #41870 (PDO_ODBC module linking fails with iODBC)Jani Taskinen2007-07-091-1/+1
* MFHHannes Magnusson2007-05-281-2/+0
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-015-5/+5
* Fix for PECL #7755; use the displayable column width as the basis for ourWez Furlong2006-10-112-5/+24
* Fix for PECL bug #8944. Could also be the same problem as pecl #7775.Wez Furlong2006-10-115-6/+19
* set min pdo dep to 1.0.3, which will be the new pecl releaseWez Furlong2006-05-021-1/+1
* prep for pecl releaseWez Furlong2006-05-021-1/+3
* fix PECL #6544Wez Furlong2006-04-301-1/+1
* Fix #36632Wez Furlong2006-04-301-0/+8
* Fix #35552Wez Furlong2006-04-301-3/+11
* Fix for #36342; ODBC won't let you bind variables by buffer after "long"Wez Furlong2006-03-272-3/+9
* Possible fixes for #35552, #35592 and #35620.Wez Furlong2005-12-141-9/+34
* switch to package2.xmlWez Furlong2005-12-043-52/+70
* set to 1.0 stable.Wez Furlong2005-11-262-5/+5
* Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend exten...Wez Furlong2005-11-251-2/+2
* Add pdo_odbc.db2_instance_name ini setting when built against DB2.Wez Furlong2005-11-251-0/+27
* prep for pecl releaseWez Furlong2005-11-011-8/+7
* Apply patch for #34900, sight unseen.Dan Scott2005-10-181-4/+4
* Fix for PECL #5433 (rowCount() not set)Wez Furlong2005-09-301-0/+4
* ensure that this size is initialized correctlyWez Furlong2005-09-261-1/+5
* MFH: use PDO:: class constantsWez Furlong2005-09-202-6/+6
* update package.xml files and version numbers, in anticipation of a big bunch ...Wez Furlong2005-09-112-4/+4
* prep for pecl releaseWez Furlong2005-07-273-8/+41
* try to make the test a bit more portableWez Furlong2005-07-191-3/+9
* this should always be a string here, but just in case, convert it.Wez Furlong2005-07-191-0/+1
* if we didn't detect an error, don't return -1 rows, as that means that we fou...Wez Furlong2005-07-191-0/+3
* Closes #33533 by implementing proper dynamic fetching of long text columns.Wez Furlong2005-07-192-13/+126
* Limit the size of columns to 64K, so we don't try to allocate 2GB for each textWez Furlong2005-07-191-0/+6