summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8_interface.c
Commit message (Expand)AuthorAgeFilesLines
* Make usable for PECL OCI8 release for PHP 7.xChristopher Jones2018-09-241-0/+28
* And strip trailing tabs too...Christopher Jones2018-09-241-142/+142
* Remove trailing whitespace to help keep branches in sycnChristopher Jones2018-09-241-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Fixed valgrind issueTianfang Yang2017-10-161-7/+8
* Fixed few ext/oci8 bugsDmitry Stogov2017-09-201-4/+5
* Sync OCI8 on PHP 7.x branchesTianfang Yang2017-08-131-2/+10
* Expose oci_unregister_taf_callback()Christopher Jones2017-07-261-2/+23
* oci8 - Implementation of Oracle TAF CallbackKoenigsKind2017-06-201-0/+36
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed bug #71148 (Bind reference overwritten on PHP 7)Christopher Jones2016-10-171-1/+1
* Remove old $Id$ tagsChristopher Jones2016-08-071-2/+0
* Sync with 7.1 branch changes from Nikita & Dimitri to keep OCI8 code identicalChristopher Jones2016-08-071-51/+0
* Fixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 columns)...Christopher Jones2016-04-141-5/+9
* 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
| * Fix compile warnings about comparison of unsigned expression always being trueChristopher Jones2015-11-071-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed LOB implementation size_t/zend_long mismatch reported by gcovChristopher Jones2015-11-201-3/+3
* | Resolve build warnings. Bump ver. Better range check. Fix diffsChristopher Jones2015-08-191-3/+2
* | Further PHP 7 compat for OCI8Christopher Jones2015-08-121-20/+28
* | More PHP7 compat (Rajendra/Senthil)Christopher Jones2015-07-301-20/+32
* | More OCI8 diff fixes (Rajendra)Christopher Jones2015-07-161-42/+44
* | Some OCI8 fixes (Rajendra)Christopher Jones2015-07-131-6/+6
* | More PHP 7 patches (Rajendra/Abdullah)Christopher Jones2015-06-301-5/+15
* | Correct oci8 hash destructors to prevent segfaults, and a few other fixes.Cameron Porter2015-06-281-2/+2
* | Fix more proto commentsRasmus Lerdorf2015-06-231-1/+1
* | Get oci8 extension compiling with php7.Cameron Porter2015-06-061-4/+4
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-215/+215
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | replace zend_hash_find with zend_hash_str_find which fixes leaking the keyAnatol Belski2014-09-101-34/+34
* | second big shot on porting ext/oci8Anatol Belski2014-09-101-143/+144
* | first shot on fixing ext/oci8Anatol Belski2014-09-101-24/+18
* | basic datatype fixes for ext/oci8Anatol Belski2014-09-101-42/+42
* | master renames phase 1Anatol Belski2014-08-251-19/+19
* | basic macro replacements, all at onceAnatol Belski2014-08-191-19/+19
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-8/+8
|\ \ | |/
| * OCI8: fix prototypes for oci_field_*(). They can take a column index or name.Christopher Jones2014-03-191-8/+8
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+4
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and OracleChristopher Jones2013-10-071-12/+0
* OCI8 2.0: Added a new oci_set_db_operation() user space function for the "DB ...Christopher Jones2013-09-301-0/+32
* OCI8: Fix alloc function and DLL generationChristopher Jones2013-09-271-1/+1
* More OCI8 DTrace probe updates.Christopher Jones2013-09-261-2/+27
* Remove obsolete flagChristopher Jones2013-09-061-6/+1
* Make oci_set_*($connection,...) errors retrievable via oci_error($connection).Christopher Jones2013-09-051-19/+21
* Leave it to DTrace FBT to trace underlying library callsChristopher Jones2013-08-261-4/+4
* OCI8 extension: Allow Implicit Result Set statement resources to inherit the ...Christopher Jones2013-07-261-1/+6
* Fix --enable-maintainer-zts mode in OCI8 2.0Christopher Jones2013-07-251-1/+1