summaryrefslogtreecommitdiff
path: root/ext/pdo_oci
Commit message (Expand)AuthorAgeFilesLines
* Allow newer oracle versionsJohannes Schlüter2010-02-041-0/+4
* 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-123-7/+30
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-315-5/+5
* Fixed bug #44373 (PDO_OCI extension compile failed)Felipe Pena2008-03-081-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
* Fixed win32 buildIlia Alshanetsky2007-11-091-1/+4
* 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
* MFH: Bump year.Sebastian Bergmann2007-01-015-5/+5
* MFHAntony Dovgal2006-12-271-1/+1
* Remove pecl includes (Steph), except pdo_odbc which will remain brokeEdin Kadribasic2006-05-111-2/+0
* set min pdo dep to 1.0.3, which will be the new pecl releaseWez Furlong2006-05-021-2/+5
* fix skip conditionAntony Dovgal2006-03-281-2/+1
* Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fi...Antony Dovgal2006-03-181-0/+4
* Fix copy/paste problems for instantclientSara Golemon2006-02-161-4/+4
* MFH: fix #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib)Antony Dovgal2006-01-061-9/+34
* bump year and license versionfoobar2006-01-015-15/+15
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* switch to package2.xmlWez Furlong2005-12-043-54/+70
* Fix PECL Bug #6102; fails to configure for instant client on OSX.Wez Furlong2005-11-301-1/+15
* MFH: plug memory leakAntony Dovgal2005-11-272-3/+3
* going stableWez Furlong2005-11-262-5/+5
* MFH: Fixed wrong usage of ZEND_EXTENSION_API_NO (these are not Zend exts :)foobar2005-11-251-2/+2
* Fixes PECL Bug #5868; wrong iters count for OCIStmtExecuteWez Furlong2005-11-041-1/+1
* Fix ZTS buildEdin Kadribasic2005-11-011-0/+1
* prep for PECL releaseWez Furlong2005-11-011-8/+13
* hrmm, typo fix.Wez Furlong2005-11-011-1/+1
* Closes PECL Bug #5722; BLOB support was half-baked.Wez Furlong2005-10-312-28/+258
* MFH: quick fix for #35003 (Warning: PDOStatement::fetch(): column 0 data was ...Antony Dovgal2005-10-281-0/+13
* fix TSRM buildAntony Dovgal2005-10-281-1/+1
* refs #34630.Wez Furlong2005-09-252-2/+18
* fix typofoobar2005-09-241-1/+1
* MFH: Make PDO use class constantsIlia Alshanetsky2005-09-201-1/+1