summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8_statement.c
Commit message (Expand)AuthorAgeFilesLines
* Upgrade internal OCI callChristopher Jones2018-12-091-0/+8
* Convert some parameter parsing to the Fast Parameter Parsing APIChristopher Jones2018-12-091-3/+4
* Drop unnecessary HASH_OF uses in ext/oci8Nikita Popov2018-12-071-5/+5
* Simplify based on feedback from nikicChristopher Jones2018-12-071-42/+0
* Make usable for PECL OCI8 release for PHP 7.xChristopher Jones2018-09-241-0/+46
* And strip trailing tabs too...Christopher Jones2018-09-241-74/+74
* Remove trailing whitespace to help keep branches in sycnChristopher Jones2018-09-241-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Use dereferenced valueDmitry Stogov2017-10-031-5/+5
* Fixed compilation errorsDmitry Stogov2017-10-031-5/+5
* Restored code for BOOL variablesDmitry Stogov2017-10-021-0/+6
* Fixed few ext/oci8 bugsDmitry Stogov2017-09-201-66/+79
* Sync OCI8 on PHP 7.x branchesTianfang Yang2017-08-131-1/+1
* Fixed bug #74625 (Integer overflow in oci_bind_array_by_name).Ingmar Runge2017-06-211-15/+16
* Fixed uninitialized dataDmitry Stogov2017-03-231-0/+4
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed bug #71148 (Bind reference overwritten on PHP 7)Christopher Jones2016-10-171-23/+38
* Remove old $Id$ tagsChristopher Jones2016-08-071-3/+0
* Sync with 7.1 branch changes from Nikita & Dimitri to keep OCI8 code identicalChristopher Jones2016-08-071-3/+3
* Fix bug #72524 (Binding null values triggers ORA-24816 error)Christopher Jones2016-08-071-1/+7
* On second thoughts, keep this in sync with 5.6 for 71422Christopher Jones2016-04-141-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
| * Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)Christopher Jones2015-11-071-1/+8
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)Christopher Jones2015-11-071-0/+5
* | Squash some more PHP 7 diffs and improve test portability (Senthil)Christopher Jones2015-08-261-15/+22
* | Resolve build warnings. Bump ver. Better range check. Fix diffsChristopher Jones2015-08-191-1/+1
* | Further PHP 7 compat for OCI8Christopher Jones2015-08-121-19/+19
* | More PHP7 compat (Rajendra/Senthil)Christopher Jones2015-07-301-43/+70
* | More OCI8 diff fixes (Rajendra)Christopher Jones2015-07-161-35/+45
* | Some OCI8 fixes (Rajendra)Christopher Jones2015-07-131-8/+11
* | More PHP 7 patches (Rajendra/Abdullah)Christopher Jones2015-06-301-12/+20
* | Correct oci8 hash destructors to prevent segfaults, and a few other fixes.Cameron Porter2015-06-281-18/+17
* | Get oci8 extension compiling with php7.Cameron Porter2015-06-061-1/+1
* | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-93/+90
* | 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-5/+5
* | second big shot on porting ext/oci8Anatol Belski2014-09-101-40/+40
* | first shot on fixing ext/oci8Anatol Belski2014-09-101-49/+49
* | basic datatype fixes for ext/oci8Anatol Belski2014-09-101-10/+10
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-3/+3
* | master renames phase 1Anatol Belski2014-08-251-23/+23
* | basic macro replacements, all at onceAnatol Belski2014-08-191-26/+26
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-9/+21
|\ \ | |/
| * Fixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries)Christopher Jones2014-03-101-0/+1
| * Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name()Christopher Jones2014-02-101-9/+20
* | Cleanup (1-st round)Dmitry Stogov2014-04-151-2/+2
|/