summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
Commit message (Expand)AuthorAgeFilesLines
* Add oci_set_call_timeout() and bump version to 2.10.0Christopher Jones2018-12-091-2/+9
* Enable Oracle Database DBOP tracing attributeChristopher Jones2018-12-091-6/+0
* Convert some parameter parsing to the Fast Parameter Parsing APIChristopher Jones2018-12-091-12/+22
* Fix resource warning valueChristopher Jones2018-12-081-1/+1
* When releasing an oci8 connection always set the resource to null.KoenigsKind2018-12-081-1/+3
* Simplify based on feedback from nikicChristopher Jones2018-12-071-28/+0
* Terminate smart string correctlyChristopher Jones2018-09-241-2/+2
* Make usable for PECL OCI8 release for PHP 7.xChristopher Jones2018-09-241-2/+43
* Remove $id from phpinfo as already done in PHP-7.3Christopher Jones2018-09-241-1/+0
* And strip trailing tabs too...Christopher Jones2018-09-241-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Fixed few ext/oci8 bugsDmitry Stogov2017-09-201-4/+6
* Expose oci_unregister_taf_callback()Christopher Jones2017-07-261-1/+7
* oci8 - Implementation of Oracle TAF CallbackKoenigsKind2017-06-201-0/+38
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed bug #71148 (Bind reference overwritten on PHP 7)Christopher Jones2016-10-171-0/+5
* Remove unused OCI8 macrosChristopher Jones2016-08-161-14/+0
* Sync with 7.1 branch changes from Nikita & Dimitri to keep OCI8 code identicalChristopher Jones2016-08-071-166/+12
* Fixed invalid handle error with Implicit Result SetsChristopher Jones2016-08-041-1/+2
|\
| * Fixed invalid handle error with Implicit Result Sets and bump OCI8 version.Christopher Jones2016-08-041-1/+2
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * Prepare for a PECL releaseChristopher Jones2015-12-121-0/+2
| * bump yearXinchen Hui2015-01-151-1/+1
* | Prepare for a PECL releaseChristopher Jones2015-12-121-3/+1
* | Fix remaining gcov valgrind issuesChristopher Jones2015-11-251-10/+13
* | Fixed LOB mem leak reported on gcov. Also fixed unsigend comparison compile ...Christopher Jones2015-11-161-12/+9
* | Fix mem leak and improve test portability (Senthil)Christopher Jones2015-10-071-5/+19
* | Improve row fetch changes for PHP7. Update test SKIPIFs. Add test for 11g cli...Christopher Jones2015-09-151-22/+10
* | Fix mem leak in PHP7Christopher Jones2015-09-141-0/+1
* | Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed)...Christopher Jones2015-09-121-53/+33
* | Resolve build warnings. Bump ver. Better range check. Fix diffsChristopher Jones2015-08-191-4/+4
* | Further PHP 7 compat for OCI8Christopher Jones2015-08-121-14/+28
* | More PHP7 compat (Rajendra/Senthil)Christopher Jones2015-07-301-58/+89
* | More OCI8 diff fixes (Rajendra)Christopher Jones2015-07-161-3/+4
* | Some OCI8 fixes (Rajendra)Christopher Jones2015-07-131-17/+21
* | More PHP 7 patches (Rajendra/Abdullah)Christopher Jones2015-06-301-2/+4
* | Correct oci8 hash destructors to prevent segfaults, and a few other fixes.Cameron Porter2015-06-281-17/+18
* | Get oci8 extension compiling with php7.Cameron Porter2015-06-061-2/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-14/+14
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-177/+175
* | 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-191-1/+1
* | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | Use inline functions for most of smart_strNikita Popov2014-09-191-6/+6
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | second big shot on porting ext/oci8Anatol Belski2014-09-101-8/+14
* | first shot on fixing ext/oci8Anatol Belski2014-09-101-22/+20