| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (Bugs 41348, 41563, 42456, 42939) Appease the masses and fix | Christopher Jones | 2008-06-06 | 1 | -0/+5 |
| * | Sync for PECL OCI8 1.2.5 release | Christopher Jones | 2008-06-05 | 1 | -20/+84 |
| * | MFH: PECL #13523 (x86_64 build) | Christopher Jones | 2008-05-13 | 1 | -1/+1 |
| * | MFH: new test | Christopher Jones | 2008-05-13 | 1 | -0/+19 |
| * | MFH: new tests and test cleanup | Christopher Jones | 2008-05-07 | 35 | -61/+2268 |
| * | Bump OCI8 version to 1.2.5 (This change is for 5.2 branch only) | Christopher Jones | 2008-04-10 | 1 | -2/+2 |
| * | MFH | Antony Dovgal | 2008-04-02 | 2 | -5/+5 |
| * | MFH: New test for existing behavior | Christopher Jones | 2008-03-12 | 1 | -0/+46 |
| * | Fix test noise | Christopher Jones | 2008-02-26 | 4 | -485/+485 |
| * | OCI8: fix bug #44008 (OCI-Lob->close) & bug #44206 (ref cursor leak) | Christopher Jones | 2008-02-25 | 9 | -15/+481 |
| * | Test existing LOB error messages | Christopher Jones | 2008-02-16 | 1 | -0/+71 |
| * | Bug #44113 (New collection creation can fail with OCI-22303) | Christopher Jones | 2008-02-15 | 2 | -2/+61 |
| * | Fixed bug #42841 (REF CURSOR and oci_new_cursor PHP crash) | Christopher Jones | 2008-01-31 | 2 | -0/+195 |
| * | MFH: fix zts build | Rob Richards | 2008-01-24 | 2 | -3/+3 |
| * | MFH: Add ifdef | Christopher Jones | 2008-01-18 | 1 | -0/+2 |
| * | MFH: fix #41941 (oci8 extension not lib64 savvy) | Christopher Jones | 2008-01-16 | 1 | -4/+13 |
| * | MFH: Testcase for #43492 (nested cursors) | Christopher Jones | 2008-01-15 | 1 | -0/+378 |
| * | fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory) | Christopher Jones | 2008-01-15 | 4 | -4/+319 |
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 7 | -7/+7 |
| * | Fix #42496. Cursor leak fetching LOBs | Christopher Jones | 2007-12-11 | 4 | -1/+212 |
| * | 1.2.4 | Antony Dovgal | 2007-08-31 | 1 | -2/+2 |
| * | fix package2.xml | Antony Dovgal | 2007-08-31 | 1 | -10/+0 |
| * | add Chris to the maintainers | Antony Dovgal | 2007-08-31 | 1 | -0/+6 |
| * | update changelog, prepare for 1.2.4 release | Antony Dovgal | 2007-08-31 | 1 | -3/+4 |
| * | New tests | Christopher Jones | 2007-08-30 | 2 | -0/+206 |
| * | MFH | Antony Dovgal | 2007-08-14 | 1 | -3/+3 |
| * | oci8: MFH with Ilia's OK: changes to build with Oracle Database 11g | Christopher Jones | 2007-08-10 | 1 | -3/+14 |
| * | Record 'nother bug fix | Christopher Jones | 2007-08-08 | 1 | -1/+2 |
| * | Add bugs fixed | Christopher Jones | 2007-08-07 | 1 | -2/+4 |
| * | update changelog | Antony Dovgal | 2007-08-07 | 1 | -1/+2 |
| * | MFH: oci8: flush persistent connection after password change | Christopher Jones | 2007-08-06 | 2 | -4/+22 |
| * | update changelog & list of files | Antony Dovgal | 2007-08-06 | 1 | -51/+99 |
| * | New oci8 test for oci_password_change() | Christopher Jones | 2007-08-03 | 1 | -0/+94 |
| * | Test existing PHP 5 safe mode functionality and make consistent. No MTH. | Christopher Jones | 2007-08-02 | 2 | -0/+31 |
| * | MFH: Bug #42173 (INTERVAL and TIMESTAMP type fixes) | Christopher Jones | 2007-08-02 | 3 | -1/+193 |
| * | MFH: New test for error handling | Christopher Jones | 2007-08-01 | 1 | -0/+142 |
| * | add test | Antony Dovgal | 2007-07-31 | 1 | -0/+100 |
| * | MFH: missing part of the fix for bug #42134 | Antony Dovgal | 2007-07-31 | 1 | -7/+16 |
| * | MFH: fix #42134 (oci_error() returns false after oci_new_collection() fails) | Antony Dovgal | 2007-07-31 | 6 | -4/+50 |
| * | MFH: add casts to fix compilation warnings | Christopher Jones | 2007-07-18 | 5 | -25/+26 |
| * | MFH: don't allow $PHP_OCI8 to be empty if OCI8 is enabled | Antony Dovgal | 2007-07-13 | 1 | -0/+6 |
| * | MFH | Antony Dovgal | 2007-07-11 | 1 | -12/+13 |
| * | MFH | Antony Dovgal | 2007-07-09 | 1 | -2/+2 |
| * | *** empty log message *** | Christopher Jones | 2007-07-06 | 3 | -6/+76 |
| * | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -4/+3 |
| * | New test | Christopher Jones | 2007-07-03 | 1 | -0/+1041 |
| * | Add testing steps | Christopher Jones | 2007-06-29 | 1 | -12/+87 |
| * | add env vars for test settings (like in PDO) | Antony Dovgal | 2007-06-28 | 1 | -11/+20 |
| * | MFH: fix #41711 (Null temporary lobs not supported) | Antony Dovgal | 2007-06-25 | 2 | -2/+266 |
| * | MFH: enable statement cache for non-persistent connections (patch by Chris Jo... | Antony Dovgal | 2007-06-08 | 2 | -3/+3 |
