summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2016-08-182-11/+9
|\
| * Prepare for OCI8 PECL releaseChristopher Jones2016-08-182-11/+9
| |\
| | * Prepare for OCI8 PECL releaseChristopher Jones2016-08-182-11/+9
* | | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2016-08-161-14/+0
|\ \ \ | |/ /
| * | Remove unused OCI8 macrosChristopher Jones2016-08-161-14/+0
* | | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2016-08-094-9/+0
|\ \ \ | |/ /
| * | Remove obsolete Id tagsChristopher Jones2016-08-094-9/+0
* | | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2016-08-091-3/+3
|\ \ \ | |/ /
| * | Bump version in OCI8 testChristopher Jones2016-08-091-3/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2016-08-074-13/+0
|\ \ \ | |/ /
| * | Remove old $Id$ tagsChristopher Jones2016-08-074-13/+0
| * | Sync with 7.1 branch changes from Nikita & Dimitri to keep OCI8 code identicalChristopher Jones2016-08-074-228/+18
* | | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2016-08-0710-486/+594
|\ \ \ | |/ /
| * | Fix bug #72524 (Binding null values triggers ORA-24816 error)Christopher Jones2016-08-0711-487/+595
| * | Fixed invalid handle error with Implicit Result SetsChristopher Jones2016-08-042-6/+23
| |\ \ | | |/
| | * Fixed invalid handle error with Implicit Result Sets and bump OCI8 version.Christopher Jones2016-08-043-7/+23
* | | Fixed invalid handle error with Implicit Result Sets and bump OCI8 version.Christopher Jones2016-08-043-7/+24
* | | Merge branch 'PHP-7.0'Christopher Jones2016-07-074-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christopher Jones2016-07-074-4/+4
| |\ \ | | |/
| | * Mask DB usernames from expected test output for test portabilityChristopher Jones2016-07-074-4/+4
* | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-213-10/+10
* | | Merge branch 'PHP-7.0'Christopher Jones2016-04-181-3/+3
|\ \ \ | |/ /
| * | Bump version in testChristopher Jones2016-04-181-3/+3
* | | Merge branch 'PHP-7.0'Christopher Jones2016-04-141-1/+2
|\ \ \ | |/ /
| * | On second thoughts, keep this in sync with 5.6 for 71422Christopher Jones2016-04-141-1/+2
* | | Merge branch 'PHP-7.0'Christopher Jones2016-04-141-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christopher Jones2016-04-141-3/+3
| |\ \ | | |/
| | * Fix old comment cut-n-paste errorChristopher Jones2016-04-141-3/+3
* | | Merge branch 'PHP-7.0'Christopher Jones2016-04-144-9/+126
|\ \ \ | |/ /
| * | Fixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 columns)...Christopher Jones2016-04-144-9/+126
* | | Merge branch 'PHP-7.0'Christopher Jones2016-04-142-2/+83
|\ \ \ | |/ /
| * | Merge fix for bug #71422. No code changed needed in PHP 7Christopher Jones2016-04-142-2/+83
| |\ \ | | |/
| | * Fixed bug #71422 (Fix ORA-01438: value larger than specified precision allowe...Christopher Jones2016-04-144-7/+90
* | | Remove version checksNikita Popov2016-01-303-218/+8
|/ /
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-018-8/+8
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-018-8/+8
* | Merge branch 'PHP-5.6' into PHP-7.0Christopher Jones2015-12-131-8/+14
|\ \ | |/
| * Update READMEChristopher Jones2015-12-131-8/+14
| * Prepare for a PECL releaseChristopher Jones2015-12-122-12/+16
| * Fix compile warnings about comparison of unsigned expression always being trueChristopher Jones2015-11-072-5/+1
| * Bump OCI8 versionChristopher Jones2015-11-072-58/+74
| * Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)Christopher Jones2015-11-072-1/+59
| * bump yearXinchen Hui2015-01-157-7/+7
* | Prepare for a PECL releaseChristopher Jones2015-12-122-69/+71
* | Change line endings: Windows to UnixChristopher Jones2015-11-263-573/+573
* | Improve test portabilityChristopher Jones2015-11-251-18/+18
* | Fix remaining gcov valgrind issuesChristopher Jones2015-11-251-10/+13
* | Fixed LOB implementation size_t/zend_long mismatch reported by gcovChristopher Jones2015-11-201-3/+3
* | Stablize test on WindowsChristopher Jones2015-11-201-1/+1
* | Fixed LOB mem leak reported on gcov. Also fixed unsigend comparison compile ...Christopher Jones2015-11-162-15/+12