summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8_statement.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* More OCI8 DTrace probe updates.Christopher Jones2013-09-261-8/+8
* Update DTrace probesChristopher Jones2013-09-061-2/+2
* Make oci_set_*($connection,...) errors retrievable via oci_error($connection).Christopher Jones2013-09-051-92/+121
* Allow OCI8 to be DTrace-enabled independently of core PHP's DTraceChristopher Jones2013-08-301-4/+4
* OCI8 whitespace: remove tabs embedded in codeChristopher Jones2013-08-301-2/+2
* Leave it to DTrace FBT to trace underlying library callsChristopher Jones2013-08-261-47/+47
* Fix unused variable warning in OCI8 2.0Christopher Jones2013-08-131-4/+4
* OCI8 extension: Allow Implicit Result Set statement resources to inherit the ...Christopher Jones2013-07-261-13/+11
* Initial PHP OCI8 2.0.0-dev commit.Christopher Jones2013-07-241-83/+173
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Add explicit casts to remove some of Pierre's snapshot build warningsChristopher Jones2011-07-271-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with intern...Christopher Jones2010-04-291-1/+9
* Initialize vars to prevent valgrind warnings in some casesChristopher Jones2010-04-241-0/+3
* Fixed Bug #51577 (Uninitialized memory reference with oci_bind_array_by_name)Christopher Jones2010-04-161-2/+9
* Remove a couple TSRMLS_FETCH() calls around ext/main/sapiKalle Sommer Nielsen2010-04-131-3/+1
* Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown)Christopher Jones2010-01-061-0/+41
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* 1. Introduce connection attribute functions:Christopher Jones2009-10-061-5/+63