summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
Commit message (Expand)AuthorAgeFilesLines
* Add DRCP & FANChristopher Jones2007-10-051-221/+652
* 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
* bump version numberAntony Dovgal2006-08-241-1/+1
* compat fixesAntony Dovgal2006-08-241-0/+15
* minor improvementsAntony Dovgal2006-08-221-5/+5
* MFH: fix PECL bug #8112 (OCI8 persistent connections misbehave when Apache pr...Antony Dovgal2006-08-211-31/+33
* minor CS/WS fixesAntony Dovgal2006-08-151-36/+18
* MFH: error message might be NULLAntony Dovgal2006-08-151-5/+13
* MFH: OCIBreak() is not supported on WindowsAntony Dovgal2006-08-151-8/+1
* improve connection character set detection:Antony Dovgal2006-08-101-16/+25
* MFH: fix #8112 (Persistent connections misbehave when Apache process times out)Antony Dovgal2006-08-091-0/+11
* long -> intAntony Dovgal2006-08-061-3/+2
* fix PECL bug #7827Antony Dovgal2006-08-051-3/+13
* improve error message on Win32Antony Dovgal2006-08-011-0/+4
* MFH: fix #37581 (oci_bind_array_by_name clobbers input array when using SQLT_...Antony Dovgal2006-07-311-1/+2
* improve connection timeout check (implements FR #38210)Antony Dovgal2006-07-261-1/+1
* MFH: fix #37931 (possible crash after database restart when using persistent ...Antony Dovgal2006-06-281-1/+1
* MFH: fix typo and bug #37886Antony Dovgal2006-06-231-1/+1
* MFH: display oci8 version in phpinfo()Antony Dovgal2006-06-191-1/+2
* Added automatic module globals managementDmitry Stogov2006-06-151-4/+8
* MFH: fix OCIPasswordChange() parameters (patch by pholdaway at technocom-wire...Antony Dovgal2006-06-051-2/+2
* MFH: fix #37531 (oci8 persistent connection corruption)Antony Dovgal2006-05-291-1/+5
* MFH: fix #37487 (oci_fetch_array() array-type should always default to OCI_BOTH)Antony Dovgal2006-05-181-0/+10
* MFH: fix #37392 (Unnecessary call to OCITransRollback() at the end of request)Antony Dovgal2006-05-101-1/+3
* fix #37059 (oci_bind_by_name() doesn't support RAW and LONG RAW fields)Antony Dovgal2006-04-121-0/+2
* oops.. I didn't want to commit this..Antony Dovgal2006-04-121-1/+0
* correct fix for bug #37055Antony Dovgal2006-04-121-1/+4
* fix #37055 (incorrect reference counting for persistent OCI8 connections)Antony Dovgal2006-04-121-1/+1
* fix #36820 (Privileged connection with an Oracle password file fails)Antony Dovgal2006-03-221-1/+5
* MFHAntony Dovgal2006-03-071-3/+3
* MFH: reorganize resource destructionAntony Dovgal2006-01-181-27/+12
* MFH: fix #36055 (possible OCI8 crash in multithreaded environment)Antony Dovgal2006-01-171-0/+20
* MFH: destroy regular connections in RSHUTDOWN if ZTS is usedAntony Dovgal2006-01-101-0/+21
* MFH: delete descriptor from the hash and avoid crashes on commit/rollbackAntony Dovgal2006-01-051-8/+19
* bump year and license versionfoobar2006-01-011-3/+3