summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | basic datatype fixes for ext/oci8Anatol Belski2014-09-101-11/+11
* | master renames phase 1Anatol Belski2014-08-251-67/+67
* | basic macro replacements, all at onceAnatol Belski2014-08-191-63/+63
* | Make a start on phpng compatChristopher Jones2014-05-211-59/+69
|/
* OCI8: fix prototypes for oci_field_*(). They can take a column index or name.Christopher Jones2014-03-191-5/+5
* Fixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries)Christopher Jones2014-03-101-0/+4
* Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name()Christopher Jones2014-02-101-2/+6
* Bump yearXinchen Hui2014-01-031-1/+1
* OCI8 build change: Fix source variable definition for C89 compatibilityChristopher Jones2013-12-121-1/+3
* Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and OracleChristopher Jones2013-10-071-37/+3