summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/pdo_odbc.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup mod version macros, round 3Anatol Belski2015-03-231-5/+1
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* master renames phase 1Anatol Belski2014-08-251-5/+5
* basic macro replacements, all at onceAnatol Belski2014-08-191-5/+5
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
|\
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
| * - 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
| * - Fix #55301 (pdo_odbc part) check if malloc succededPierre Joye2011-07-281-0/+3
| * - Year++Felipe Pena2011-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
* | - Fix #55301 (pdo_odbc part) check if malloc succededPierre Joye2011-07-281-0/+3
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | Remove main/php3_compat.h, for that a few references to `function_entry` haveJohannes Schlüter2010-03-301-1/+1
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* [DOC] adds new odbc driver specific ODBC_ATTR_ASSUME_UTF8 to deal with unicod...Elizabeth Marie Smith2008-03-131-0/+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 for PECL bug #8944. Could also be the same problem as pecl #7775.Wez Furlong2006-10-111-1/+1
* switch to package2.xmlWez Furlong2005-12-041-1/+1
* set to 1.0 stable.Wez Furlong2005-11-261-1/+1
* 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
* Apply patch for #34900, sight unseen.Dan Scott2005-10-181-4/+4
* MFH: use PDO:: class constantsWez Furlong2005-09-201-4/+4
* update package.xml files and version numbers, in anticipation of a big bunch ...Wez Furlong2005-09-111-1/+1
* prep for pecl releaseWez Furlong2005-07-271-1/+7
* Fix handling of parameter binding.Wez Furlong2005-07-071-2/+2
* build related adjustments.Wez Furlong2005-06-221-1/+9
* prep for releaseWez Furlong2005-02-091-1/+1
* centralize this defineWez Furlong2005-02-071-9/+0
* Fix buildWez Furlong2005-01-111-1/+0
* remove error map; odbc speaks SQLSTATE nativelyWez Furlong2005-01-071-2/+0
* Add flag to control the use of the ODBC cursor emulation library.Wez Furlong2004-05-251-0/+5
* prep for releaseWez Furlong2004-05-221-1/+1
* Fix buglet in dbh closing.Wez Furlong2004-05-221-0/+2
* Enable ODBC Connection Pooling.Wez Furlong2004-05-221-1/+45
* Fix doer()Wez Furlong2004-05-221-0/+2
* Prep for releaseWez Furlong2004-05-211-1/+1
* ODBC (v3 ish) driver for PDO.Wez Furlong2004-05-171-0/+102