summaryrefslogtreecommitdiff
path: root/ext/pdo_oci
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-015-5/+5
* fix bug #55768 (PDO_OCI can't resume Oracle session after it's been killed)Antony Dovgal2011-09-271-7/+60
* Update SKIPIFs for test portabilityChristopher Jones2011-09-082-0/+2
* gcov test fixesChristopher Jones2011-09-022-0/+4
* - Change PDO_oci connection defaults to match Oracle XE defaults, higher chanceJohannes Schlüter2011-08-311-2/+2
* - 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
* Cache the pdo include pathRasmus Lerdorf2011-05-151-5/+5
* - Improved message and version checkingFelipe Pena2011-04-021-5/+14
* - Fixed bug #44989 (64bit Oracle RPMs still not supported by pdo-oci)Felipe Pena2011-03-291-13/+19
* - Year++Felipe Pena2011-01-015-5/+5
* - Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10)Felipe Pena2010-12-103-5/+184
* - Fixed testFelipe Pena2010-12-041-1/+1
* Allow newer oracle versionsJohannes Schlüter2010-02-041-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
* MFHMatteo Beccati2009-05-121-6/+4
* MFH:Matteo Beccati2009-04-232-0/+148
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-315-5/+5
* fix instantclient detectionStanislav Malyshev2008-10-221-12/+10
* improve OCI detectionStanislav Malyshev2008-10-101-45/+12
* revert last changeStanislav Malyshev2008-09-031-38/+93
* better detection for client librariesStanislav Malyshev2008-09-031-94/+39
* - MFH: fix EOL broken by previous commitPierre Joye2008-08-011-45/+0
* drop 8.x supportPierre Joye2008-08-011-35/+42
* MFH: Fix PDO configure dependancy: If --disable-pdo is used, disable allJani Taskinen2008-07-251-4/+7
* - MFH: Segfault when an exception is thrown on persistent connectionsPierre Joye2008-07-222-1/+26
* - SAB: #41996, Problem accessing Oracle ROWID (Martin Jansen)Pierre Joye2008-07-212-1/+21
* MFB: Fixed bug #44373 (PDO_OCI extension compile failed)Felipe Pena2008-03-081-1/+1
* 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
* Sync with 5.2Christopher Jones2007-12-111-1/+4
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* New tests for getAttributeChristopher Jones2007-08-3110-0/+572
* Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, A...Christopher Jones2007-08-314-22/+105
* PDO_OCI: fix Instant Client build broken by logic correction during previous ...Christopher Jones2007-08-171-2/+2
* MFHAntony Dovgal2007-08-141-3/+3
* pdo_oci: MFH with Ilia's OK: changes to build with Oracle Database 11gChristopher Jones2007-08-101-2/+9
* Fix message grammar and capitalizationChristopher Jones2007-08-021-6/+6
* MFH: Fix some configure --help textsfoobar2007-07-031-3/+4
* Added basic PDO->quote() functionality to PDO_OCIChristopher Jones2007-07-032-1/+195
* Fix Bug #11345 Seg fault after NLS environment initialization errorChristopher Jones2007-06-304-129/+176
* Test for old bug fixed in some previous, unknown changeChristopher Jones2007-06-291-0/+71
* fix test namesAntony Dovgal2007-05-071-1/+1
* fix #41043 (pdo_oci crash when freeing error text with persistent connection)Antony Dovgal2007-04-101-7/+15
* fix leakAntony Dovgal2007-01-261-1/+18
* fix PECL bug #7295 (ORA-01405: fetched column value is NULL on LOB fields)Antony Dovgal2007-01-221-1/+2
* Fixed compiler warningsIlia Alshanetsky2007-01-012-3/+3