| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Christopher Jones | 2016-08-18 | 2 | -11/+9 |
| |\ | |||||
| | * | Prepare for OCI8 PECL release | Christopher Jones | 2016-08-18 | 2 | -11/+9 |
| | |\ | |||||
| | | * | Prepare for OCI8 PECL release | Christopher Jones | 2016-08-18 | 2 | -11/+9 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christopher Jones | 2016-08-16 | 1 | -14/+0 |
| |\ \ \ | |/ / | |||||
| | * | | Remove unused OCI8 macros | Christopher Jones | 2016-08-16 | 1 | -14/+0 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christopher Jones | 2016-08-09 | 4 | -9/+0 |
| |\ \ \ | |/ / | |||||
| | * | | Remove obsolete Id tags | Christopher Jones | 2016-08-09 | 4 | -9/+0 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christopher Jones | 2016-08-09 | 1 | -3/+3 |
| |\ \ \ | |/ / | |||||
| | * | | Bump version in OCI8 test | Christopher Jones | 2016-08-09 | 1 | -3/+3 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christopher Jones | 2016-08-07 | 4 | -13/+0 |
| |\ \ \ | |/ / | |||||
| | * | | Remove old $Id$ tags | Christopher Jones | 2016-08-07 | 4 | -13/+0 |
| | * | | Sync with 7.1 branch changes from Nikita & Dimitri to keep OCI8 code identical | Christopher Jones | 2016-08-07 | 4 | -228/+18 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christopher Jones | 2016-08-07 | 10 | -486/+594 |
| |\ \ \ | |/ / | |||||
| | * | | Fix bug #72524 (Binding null values triggers ORA-24816 error) | Christopher Jones | 2016-08-07 | 11 | -487/+595 |
| | * | | Fixed invalid handle error with Implicit Result Sets | Christopher Jones | 2016-08-04 | 2 | -6/+23 |
| | |\ \ | | |/ | |||||
| | | * | Fixed invalid handle error with Implicit Result Sets and bump OCI8 version. | Christopher Jones | 2016-08-04 | 3 | -7/+23 |
| * | | | Fixed invalid handle error with Implicit Result Sets and bump OCI8 version. | Christopher Jones | 2016-08-04 | 3 | -7/+24 |
| * | | | Merge branch 'PHP-7.0' | Christopher Jones | 2016-07-07 | 4 | -4/+4 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christopher Jones | 2016-07-07 | 4 | -4/+4 |
| | |\ \ | | |/ | |||||
| | | * | Mask DB usernames from expected test output for test portability | Christopher Jones | 2016-07-07 | 4 | -4/+4 |
| * | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 3 | -10/+10 |
| * | | | Merge branch 'PHP-7.0' | Christopher Jones | 2016-04-18 | 1 | -3/+3 |
| |\ \ \ | |/ / | |||||
| | * | | Bump version in test | Christopher Jones | 2016-04-18 | 1 | -3/+3 |
| * | | | Merge branch 'PHP-7.0' | Christopher Jones | 2016-04-14 | 1 | -1/+2 |
| |\ \ \ | |/ / | |||||
| | * | | On second thoughts, keep this in sync with 5.6 for 71422 | Christopher Jones | 2016-04-14 | 1 | -1/+2 |
| * | | | Merge branch 'PHP-7.0' | Christopher Jones | 2016-04-14 | 1 | -3/+3 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christopher Jones | 2016-04-14 | 1 | -3/+3 |
| | |\ \ | | |/ | |||||
| | | * | Fix old comment cut-n-paste error | Christopher Jones | 2016-04-14 | 1 | -3/+3 |
| * | | | Merge branch 'PHP-7.0' | Christopher Jones | 2016-04-14 | 4 | -9/+126 |
| |\ \ \ | |/ / | |||||
| | * | | Fixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 columns)... | Christopher Jones | 2016-04-14 | 4 | -9/+126 |
| * | | | Merge branch 'PHP-7.0' | Christopher Jones | 2016-04-14 | 2 | -2/+83 |
| |\ \ \ | |/ / | |||||
| | * | | Merge fix for bug #71422. No code changed needed in PHP 7 | Christopher Jones | 2016-04-14 | 2 | -2/+83 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #71422 (Fix ORA-01438: value larger than specified precision allowe... | Christopher Jones | 2016-04-14 | 4 | -7/+90 |
| * | | | Remove version checks | Nikita Popov | 2016-01-30 | 3 | -218/+8 |
| |/ / | |||||
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 8 | -8/+8 |
| |\ \ | |/ | |||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 8 | -8/+8 |
| * | | Merge branch 'PHP-5.6' into PHP-7.0 | Christopher Jones | 2015-12-13 | 1 | -8/+14 |
| |\ \ | |/ | |||||
| | * | Update README | Christopher Jones | 2015-12-13 | 1 | -8/+14 |
| | * | Prepare for a PECL release | Christopher Jones | 2015-12-12 | 2 | -12/+16 |
| | * | Fix compile warnings about comparison of unsigned expression always being true | Christopher Jones | 2015-11-07 | 2 | -5/+1 |
| | * | Bump OCI8 version | Christopher Jones | 2015-11-07 | 2 | -58/+74 |
| | * | Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil) | Christopher Jones | 2015-11-07 | 2 | -1/+59 |
| | * | bump year | Xinchen Hui | 2015-01-15 | 7 | -7/+7 |
| * | | Prepare for a PECL release | Christopher Jones | 2015-12-12 | 2 | -69/+71 |
| * | | Change line endings: Windows to Unix | Christopher Jones | 2015-11-26 | 3 | -573/+573 |
| * | | Improve test portability | Christopher Jones | 2015-11-25 | 1 | -18/+18 |
| * | | Fix remaining gcov valgrind issues | Christopher Jones | 2015-11-25 | 1 | -10/+13 |
| * | | Fixed LOB implementation size_t/zend_long mismatch reported by gcov | Christopher Jones | 2015-11-20 | 1 | -3/+3 |
| * | | Stablize test on Windows | Christopher Jones | 2015-11-20 | 1 | -1/+1 |
| * | | Fixed LOB mem leak reported on gcov. Also fixed unsigend comparison compile ... | Christopher Jones | 2015-11-16 | 2 | -15/+12 |
