summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
Commit message (Expand)AuthorAgeFilesLines
* 1. Introduce connection attribute functions:Christopher Jones2009-10-061-1/+124
* PECL Bug #16842 (oci_error return false when NO_DATA_FOUND is raised)Christopher Jones2009-10-011-0/+6
* MFH: Mac OSX customization for initialization error messageChristopher Jones2009-03-161-12/+14
* MFH: Bug #47243 (Crash at shutdown on Windows)Christopher Jones2009-03-091-42/+33
* MFH: PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault)Christopher Jones2009-03-091-59/+65
* MFH: PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)Christopher Jones2009-03-091-0/+16
* MFH: Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize)Christopher Jones2009-03-091-11/+5
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-95/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+95
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-95/+0
* MFH: Bug #45888 (Refcounting in ZTS mode)Christopher Jones2008-08-281-4/+8
* fix 11g crapAntony Dovgal2008-08-061-1/+1
* - MFH: fix oci8_11g when build shared (invalid extension)Pierre Joye2008-08-051-2/+2
* MFHChristopher Jones2008-07-241-2/+2
* Allow PECL builds with PHP 4. No MTH neededChristopher Jones2008-07-171-0/+104
* MFH: [DOC] Add LOB & Collection class parameter reflectionChristopher Jones2008-07-161-34/+175
* MFHChristopher Jones2008-07-161-162/+570
* MFB: OCI8: Remove macros obsoleted by rev 1.55.2.3.2.11.2.1 when Oracle 8 sup...Christopher Jones2008-06-051-118/+18
* MFHChristopher Jones2008-04-181-271/+330
* Fix OCIPing 10.2 macroChristopher Jones2008-04-071-1/+1
* Use new version macro. Make code portable to older PHP versionsChristopher Jones2008-04-011-1/+3
* rename PHP_OCI8_VERSION in preparation for peclversioning RFC. Remove obsole...Christopher Jones2008-03-251-4/+2
* Further improvements to error handlingChristopher Jones2008-03-221-30/+73
* MFHChristopher Jones2008-03-121-372/+509
* MFH: Use STD_PHP_INI_BOOLEAN. Fix whitespace.Christopher Jones2008-02-261-9/+9
* Streamlined code and incorporated review comments. Respect oci8.ping_interval...Christopher Jones2008-02-161-177/+209
* Merge DRCP & FAN support. PHP6 sync will happen laterChristopher Jones2008-01-311-242/+753
* MFH: fix zts buildRob Richards2008-01-241-1/+1
* MFH: Add ifdefChristopher Jones2008-01-181-0/+2
* MFB: fix #43497 (OCI8 XML/getClobVal aka temporary LOBs leak UGA memory)Christopher Jones2008-01-151-1/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* 1.2.4Antony Dovgal2007-08-311-2/+2
* MFH: oci8: flush persistent connection after password changeChristopher Jones2007-08-061-4/+21
* Test existing PHP 5 safe mode functionality and make consistent. No MTH.Christopher Jones2007-08-021-0/+10
* 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-4/+4
* MFH: enable statement cache for non-persistent connections (patch by Chris Jo...Antony Dovgal2007-06-081-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-3/+3
* MFHAntony Dovgal2007-02-121-1/+1
* MFH: fix segfault on rebindinging and rexecuting a statement with LOBsAntony Dovgal2007-01-311-0/+6
* prepare to release 1.2.3Antony Dovgal2007-01-241-2/+2
* MFH: fix #40078 (ORA-01405 when fetching NULL values using oci_bind_array_by_...Antony Dovgal2007-01-111-2/+5
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix segfault in ZTS mode when statements containing sub-statements are destro...Antony Dovgal2006-11-101-5/+7
* MFH: fix PECL bug #9061 (oci8 might reuse wrong persistent connection)Antony Dovgal2006-10-181-2/+6
* declare oci_lob_seek()Antony Dovgal2006-09-121-0/+1
* update version in phpinfo()Antony Dovgal2006-08-241-1/+1