summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8_statement.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH: fix #37581 (oci_bind_array_by_name clobbers input array when using SQLT_...Antony Dovgal2006-07-311-2/+30
* MFH: fix #38173 (Freeing nested cursors causes OCI8 to segfault)Antony Dovgal2006-07-301-0/+2
* fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields)Antony Dovgal2006-04-121-0/+6
* Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fi...Antony Dovgal2006-03-181-0/+4
* MFH: fix #36403 (oci_execute() no longer supports OCI_DESCRIBE_ONLY)Antony Dovgal2006-02-151-1/+2
* fix #36010 (Segfault when re-creating and re-executing statements with bound ...Antony Dovgal2006-02-031-2/+2
* MFH: fix #36235 (ocicolumnname delivers empty results before a succesfull oci...Antony Dovgal2006-01-311-2/+2
* MFH: fix #36096 (oci_result() returns garbage after oci_fetch() failed)Antony Dovgal2006-01-201-2/+5
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: improve error messageAntony Dovgal2005-12-081-1/+1
* MFH: add 1 to the max_length to keep \0 at its placeAntony Dovgal2005-12-081-1/+1