summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8_interface.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial PHP OCI8 2.0.0-dev commit.Christopher Jones2013-07-241-11/+37
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Add oci_client_version() returning the runtime Oracle client library version ...Christopher Jones2011-06-101-0/+11
* Sync OCI8 branches. Allow 'pecl install' to work on both PHP 5.3 & 5.4Christopher Jones2011-06-071-6/+57
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-14/+4
* - Year++Felipe Pena2011-01-011-1/+1
* Protect against null bytes in LOB filenames (rasmus)Christopher Jones2010-11-161-4/+14
* Fixed bug #53284 (Valgrind warnings in oci_set_* functions)Christopher Jones2010-11-101-5/+5
* Removed safe_modeKalle Sommer Nielsen2010-04-261-11/+1
* Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown)Christopher Jones2010-01-061-6/+2
* 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-0/+150
* Eliminate type warnings. This change is not needed in other branchesChristopher Jones2009-10-011-4/+4
* MFH: Use PHP 5 function name in error messageChristopher Jones2009-03-091-1/+1
* Tweak fix for #45458 to allow this branch (from PECL) to continue building wi...Christopher Jones2009-02-051-0/+12
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bug #45458 (OCI8: Numeric keys for associative arrays are not handled pr...Christopher Jones2008-08-281-2/+2
* MFB: OCI8: Remove macros obsoleted by rev 1.55.2.3.2.11.2.1 when Oracle 8 sup...Christopher Jones2008-06-051-5/+0
* MFHChristopher Jones2008-04-181-28/+15
* MFHAntony Dovgal2008-04-021-4/+0
* rename PHP_OCI8_VERSION in preparation for peclversioning RFC. Remove obsole...Christopher Jones2008-03-251-6/+0
* MFH: OCI8: fix bug #44008 (OCI-Lob->close) & bug #44206 (ref cursor leak)Christopher Jones2008-02-251-4/+5
* Merge DRCP & FAN support. PHP6 sync will happen laterChristopher Jones2008-01-311-0/+20
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bug #42173 (INTERVAL and TIMESTAMP type fixes)Christopher Jones2007-08-021-1/+16
* MFH: missing part of the fix for bug #42134Antony Dovgal2007-07-311-7/+16
* MFH: fix #42134 (oci_error() returns false after oci_new_collection() fails)Antony Dovgal2007-07-311-0/+9
* MFH: add casts to fix compilation warningsChristopher Jones2007-07-181-2/+2
* MFH: fix #39988 (type argument of oci_define_by_name() is ignored)Antony Dovgal2007-01-111-1/+1