| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix instantclient detection | Stanislav Malyshev | 2008-10-22 | 1 | -12/+10 |
| * | improve OCI detection | Stanislav Malyshev | 2008-10-10 | 1 | -45/+12 |
| * | revert last change | Stanislav Malyshev | 2008-09-03 | 1 | -38/+93 |
| * | better detection for client libraries | Stanislav Malyshev | 2008-09-03 | 1 | -93/+38 |
| * | - fix EOL broken by previous commit | Pierre Joye | 2008-08-01 | 1 | -45/+0 |
| * | - MFH: drop 8.x support | Pierre Joye | 2008-08-01 | 1 | -35/+42 |
| * | - Fix PDO configure dependancy: If --disable-pdo is used, disable all enabled... | Jani Taskinen | 2008-07-25 | 1 | -4/+7 |
| * | - Segfault when an exception is thrown on persistent connections | Pierre Joye | 2008-07-22 | 2 | -1/+26 |
| * | - #41996, Problem accessing Oracle ROWID (Martin Jansen) | Pierre Joye | 2008-07-21 | 2 | -1/+21 |
| * | - Removed UEXPECT(F) | Felipe Pena | 2008-05-27 | 7 | -202/+0 |
| * | MFB: Fixed bug #44373 (PDO_OCI extension compile failed) | Felipe Pena | 2008-03-08 | 1 | -1/+1 |
| * | MFB: remove unused PHP_EXTNAME_API macros. | Nuno Lopes | 2008-01-03 | 1 | -6/+0 |
| * | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 5 | -5/+5 |
| * | MFB: sync version macro check | Christopher Jones | 2007-12-11 | 1 | -1/+4 |
| * | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -2/+2 |
| * | MFB New tests for getAttribute | Christopher Jones | 2007-08-31 | 10 | -0/+626 |
| * | MFB Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INF... | Christopher Jones | 2007-08-31 | 4 | -14/+97 |
| * | MFH: PDO_OCI: fix Instant Client build broken by logic correction in previous... | Christopher Jones | 2007-08-17 | 1 | -2/+6 |
| * | fix lib/lib32 checks to work with broken Solaris shell | Antony Dovgal | 2007-08-14 | 1 | -3/+3 |
| * | pdo_oci: merge changes to build with Oracle Database 11g | Christopher Jones | 2007-08-10 | 1 | -2/+19 |
| * | Fix message grammar and capitalization | Christopher Jones | 2007-08-02 | 1 | -5/+5 |
| * | - Fix some configure --help texts | foobar | 2007-07-03 | 1 | -3/+4 |
| * | MFB: Basic PDO->quote() for PDO_OCI | Christopher Jones | 2007-07-03 | 2 | -1/+319 |
| * | MFB: Fix Bug #11345 Seg fault after NLS environment initialization error | Christopher Jones | 2007-06-30 | 4 | -87/+133 |
| * | MFB. Test for old bug fixed in some previous, unknown change | Christopher Jones | 2007-06-29 | 1 | -0/+97 |
| * | Bump year. | Sebastian Bergmann | 2007-01-01 | 5 | -5/+5 |
| * | initialize memory with 0's, so we won't get garbage if the statement does not... | Antony Dovgal | 2006-12-27 | 1 | -1/+1 |
| * | - build fix the other driver as well (a macro would be nicer) | Pierre Joye | 2006-12-10 | 1 | -0/+4 |
| * | MFB: Remove pecl includes (Steph), except pdo_odbc which will remain broke | Edin Kadribasic | 2006-05-11 | 1 | -2/+0 |
| * | MFB: Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (al... | Antony Dovgal | 2006-03-18 | 1 | -0/+4 |
| * | fix #35907 (PDO_OCI uses hardcoded lib path $ORACLE_HOME/lib) | Antony Dovgal | 2006-01-06 | 1 | -9/+34 |
| * | bump year and license version | foobar | 2006-01-01 | 5 | -15/+15 |
| * | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| * | fix config.m4 | Antony Dovgal | 2005-11-27 | 1 | -1/+1 |
| * | plug memory leak | Antony Dovgal | 2005-11-27 | 1 | -2/+2 |
| * | - Use right define: ZEND_MODULE_API_NO as these are PHP modules, not Zend ext... | foobar | 2005-11-25 | 1 | -2/+2 |
| * | fix #35003 (Warning: PDOStatement::fetch(): column 0 data was too large for b... | Antony Dovgal | 2005-10-28 | 1 | -0/+13 |
| * | fix typo | foobar | 2005-09-24 | 1 | -1/+1 |
| * | merge other PDO fixes from 5.1 branch. | Wez Furlong | 2005-09-11 | 1 | -0/+12 |
| * | this is the number of params, not the top index | George Schlossnagle | 2005-08-30 | 1 | -1/+1 |
| * | zts fixes | Wez Furlong | 2005-08-12 | 1 | -1/+1 |
| * | Add support for instant client 10.1.0.4. | Wez Furlong | 2005-07-27 | 3 | -7/+55 |
| * | fix bug when query was rewritten from ? to :name | Wez Furlong | 2005-07-12 | 1 | -0/+1 |
| * | improve handling of bound input parameters when no maximal length value is set; | Wez Furlong | 2005-07-12 | 2 | -16/+25 |
| * | do not set error_code to HY000 when there was NO error | Antony Dovgal | 2005-07-07 | 1 | -36/+37 |
| * | free parameter when requested to do so | Antony Dovgal | 2005-07-07 | 1 | -0/+7 |
| * | adopt common tests | Wez Furlong | 2005-07-07 | 25 | -1446/+26 |
| * | Fixed test skip conditions. | Ilia Alshanetsky | 2005-06-21 | 1 | -1/+6 |
| * | - Added PHP_CHECK_PDO_INCLUDES macro (caches the result) | foobar | 2005-06-14 | 1 | -11/+1 |
| * | - Unify the "configure --help" texts | foobar | 2005-05-29 | 1 | -6/+4 |