summaryrefslogtreecommitdiff
path: root/ext/pdo_oci
Commit message (Expand)AuthorAgeFilesLines
* 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-93/+38
* - fix EOL broken by previous commitPierre Joye2008-08-011-45/+0
* - MFH: drop 8.x supportPierre Joye2008-08-011-35/+42
* - Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled...Jani Taskinen2008-07-251-4/+7
* - Segfault when an exception is thrown on persistent connectionsPierre Joye2008-07-222-1/+26
* - #41996, Problem accessing Oracle ROWID (Martin Jansen)Pierre Joye2008-07-212-1/+21
* - Removed UEXPECT(F)Felipe Pena2008-05-277-202/+0
* MFB: Fixed bug #44373 (PDO_OCI extension compile failed)Felipe Pena2008-03-081-1/+1
* MFB: remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-315-5/+5
* MFB: sync version macro checkChristopher Jones2007-12-111-1/+4
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
* MFB New tests for getAttributeChristopher Jones2007-08-3110-0/+626
* MFB Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INF...Christopher Jones2007-08-314-14/+97
* MFH: PDO_OCI: fix Instant Client build broken by logic correction in previous...Christopher Jones2007-08-171-2/+6
* fix lib/lib32 checks to work with broken Solaris shellAntony Dovgal2007-08-141-3/+3
* pdo_oci: merge changes to build with Oracle Database 11gChristopher Jones2007-08-101-2/+19
* Fix message grammar and capitalizationChristopher Jones2007-08-021-5/+5
* - Fix some configure --help textsfoobar2007-07-031-3/+4
* MFB: Basic PDO->quote() for PDO_OCIChristopher Jones2007-07-032-1/+319
* MFB: Fix Bug #11345 Seg fault after NLS environment initialization errorChristopher Jones2007-06-304-87/+133
* MFB. Test for old bug fixed in some previous, unknown changeChristopher Jones2007-06-291-0/+97
* Bump year.Sebastian Bergmann2007-01-015-5/+5
* initialize memory with 0's, so we won't get garbage if the statement does not...Antony Dovgal2006-12-271-1/+1
* - build fix the other driver as well (a macro would be nicer)Pierre Joye2006-12-101-0/+4
* MFB: Remove pecl includes (Steph), except pdo_odbc which will remain brokeEdin Kadribasic2006-05-111-2/+0
* MFB: Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (al...Antony Dovgal2006-03-181-0/+4
* 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
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* fix config.m4Antony Dovgal2005-11-271-1/+1
* plug memory leakAntony Dovgal2005-11-271-2/+2
* - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ext...foobar2005-11-251-2/+2
* fix #35003 (Warning: PDOStatement::fetch(): column 0 data was too large for b...Antony Dovgal2005-10-281-0/+13
* fix typofoobar2005-09-241-1/+1
* merge other PDO fixes from 5.1 branch.Wez Furlong2005-09-111-0/+12
* this is the number of params, not the top indexGeorge Schlossnagle2005-08-301-1/+1
* zts fixesWez Furlong2005-08-121-1/+1
* Add support for instant client 10.1.0.4.Wez Furlong2005-07-273-7/+55
* fix bug when query was rewritten from ? to :nameWez Furlong2005-07-121-0/+1
* improve handling of bound input parameters when no maximal length value is set;Wez Furlong2005-07-122-16/+25
* do not set error_code to HY000 when there was NO errorAntony Dovgal2005-07-071-36/+37
* free parameter when requested to do soAntony Dovgal2005-07-071-0/+7
* adopt common testsWez Furlong2005-07-0725-1446/+26
* Fixed test skip conditions.Ilia Alshanetsky2005-06-211-1/+6
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-11/+1
* - Unify the "configure --help" textsfoobar2005-05-291-6/+4