summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)Christopher Jones2015-11-072-0/+56
* | Fix mem leak and improve test portability (Senthil)Christopher Jones2015-10-072-105/+121
* | Improve row fetch changes for PHP7. Update test SKIPIFs. Add test for 11g cli...Christopher Jones2015-09-155-24/+298
* | Fix mem leak in PHP7Christopher Jones2015-09-142-1/+6
* | Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed)...Christopher Jones2015-09-1213-649/+693
* | Squash some more PHP 7 diffs and improve test portability (Senthil)Christopher Jones2015-08-2613-58/+60
* | Resolve build warnings. Bump ver. Better range check. Fix diffsChristopher Jones2015-08-198-25/+33
* | Further PHP 7 compat for OCI8Christopher Jones2015-08-1216-85/+109
* | More PHP7 compat (Rajendra/Senthil)Christopher Jones2015-07-304-126/+203
* | More OCI8 diff fixes (Rajendra)Christopher Jones2015-07-164-82/+95
* | Some OCI8 fixes (Rajendra)Christopher Jones2015-07-133-31/+38
* | More PHP 7 patches (Rajendra/Abdullah)Christopher Jones2015-06-303-19/+39
* | Correct oci8 hash destructors to prevent segfaults, and a few other fixes.Cameron Porter2015-06-284-44/+44
* | Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
* | Remove these old references to the DSP files we don't use anymoreKalle Sommer Nielsen2015-06-221-1/+0
* | Get oci8 extension compiling with php7.Cameron Porter2015-06-063-7/+7
* | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
* | attempt to port ociXinchen Hui2015-02-031-6/+14
* | bump yearXinchen Hui2015-01-157-7/+7
* | trailing whitespace removalStanislav Malyshev2015-01-101-14/+14
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-213-4/+4
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-136-669/+663
* | Restored zip/oci8 PHP 4 code, add PHP 7 checksAndrea Faulds2014-12-051-0/+113
* | Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!)Andrea Faulds2014-12-051-113/+0
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-192-2/+2
* | removed *.dsw and *.dsp filesAnatol Belski2014-09-281-133/+0
* | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | Merge branch 'master' into issue-67910Florian MARGAINE2014-09-207-421/+414
|\ \
| * | Use inline functions for most of smart_strNikita Popov2014-09-191-6/+6
| * | s/PHP 5/PHP 7/Johannes Schlüter2014-09-197-7/+7
| * | replace zend_hash_find with zend_hash_str_find which fixes leaking the keyAnatol Belski2014-09-102-39/+39
| * | second big shot on porting ext/oci8Anatol Belski2014-09-106-199/+206
| * | first shot on fixing ext/oci8Anatol Belski2014-09-106-110/+96
| * | basic datatype fixes for ext/oci8Anatol Belski2014-09-106-117/+117