summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8_statement.c
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* Add explicit casts to remove some of Pierre's snapshot build warningsChristopher Jones2011-07-271-1/+1
* Missed trivial comment sync with PHP_5_4 and trunkChristopher Jones2011-06-101-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
* Merge Kalle's tidy-up from trunk to keep files in syncChristopher Jones2010-04-161-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
* MFH: Bug #46994 (CLOB size does not update when using CLOB IN OUT param in st...Christopher Jones2009-03-111-0/+15
* MFH: Make non-public prototype match the type passed at callChristopher Jones2009-03-091-6/+6
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFB: OCI8: Remove macros obsoleted by rev 1.55.2.3.2.11.2.1 when Oracle 8 sup...Christopher Jones2008-06-051-23/+0
* MFHChristopher Jones2008-04-181-90/+90
* MFHAntony Dovgal2008-04-021-1/+5
* revert stmt release on connection error change (and sync with PHP 6)Christopher Jones2008-03-251-1/+1
* Further improvements to error handlingChristopher Jones2008-03-221-48/+52
* MFH Fix bug #41069 (db link crash). Also allow SQLT_AFC (aka CHAR datatype) ...Christopher Jones2008-03-041-12/+3
* MFH: OCI8: fix bug #44008 (OCI-Lob->close) & bug #44206 (ref cursor leak)Christopher Jones2008-02-251-1/+2
* Merge DRCP & FAN support. PHP6 sync will happen laterChristopher Jones2008-01-311-0/+8
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFB: Fix #42496. Cursor leak fetching LOBsChristopher Jones2007-12-111-1/+0
* MFH: Bug #42173 (INTERVAL and TIMESTAMP type fixes)Christopher Jones2007-08-021-0/+9
* MFH: fix #42134 (oci_error() returns false after oci_new_collection() fails)Antony Dovgal2007-07-311-0/+10
* MFH: add casts to fix compilation warningsChristopher Jones2007-07-181-8/+8
* MFH: enable statement cache for non-persistent connections (patch by Chris Jo...Antony Dovgal2007-06-081-2/+2
* MFH: fix #41594 (Statement cache is flushed too frequently)Antony Dovgal2007-06-051-2/+2
* allocate descriptors dynamicallyAntony Dovgal2007-03-011-29/+96
* MFH: fix segfault on rebindinging and rexecuting a statement with LOBsAntony Dovgal2007-01-311-1/+13
* PHP4 compatibilityAntony Dovgal2007-01-251-8/+14
* MFH: fix #39988 (type argument of oci_define_by_name() is ignored)Antony Dovgal2007-01-111-1/+5
* MFH: fix #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_...Antony Dovgal2007-01-111-1/+9
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-251-6/+12
* Use safe_emalloc()Ilia Alshanetsky2006-12-251-3/+3
* fix possible issue with negative values in oci_set_prefetchAntony Dovgal2006-11-101-1/+1
* fix segfault in ZTS mode when statements containing sub-statements are destro...Antony Dovgal2006-11-101-0/+5
* fix win32 buildAntony Dovgal2006-10-131-1/+0
* MFH: use connection charset when reading LOB dataAntony Dovgal2006-10-121-1/+1
* MFH: fix PECL bug #8816 (issue in php_oci_statement_fetch with more than one ...Antony Dovgal2006-10-091-26/+52
* MFH: fix leak when binding a variable to the same placeholder several timesAntony Dovgal2006-09-121-0/+3
* last portion of z/Z fixesAntony Dovgal2006-08-311-10/+14
* minor improvementsAntony Dovgal2006-08-221-3/+3
* MFH: fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache pr...Antony Dovgal2006-08-211-29/+29
* minor CS/WS fixesAntony Dovgal2006-08-151-32/+60
* add support for NCLOBsAntony Dovgal2006-08-091-0/+22
* MFH: fix #38161 (oci_bind_by_name() returns garbage when Oracle didn't set th...Antony Dovgal2006-08-091-3/+5
* fix leak on failureAntony Dovgal2006-08-091-0/+2