summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: list_entry -> zend_rsrc_list_entryfoobar2005-12-051-6/+6
* upgrade bundled OCI8 to v.1.1Antony Dovgal2005-12-011-6400/+936
* MF44: fix #33383 (crash when retrieving empty LOBs)Antony Dovgal2005-10-101-3/+26
* fix #34731, patch by novicky at aarongroup dot czAntony Dovgal2005-10-041-1/+1
* MFH: Nuked EOLs from error messagesfoobar2005-08-181-2/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* destroy session after destroying error handleAntony Dovgal2005-06-131-9/+11
* handle unsupported datatype (OCIBindByName segfaults somewhere in OCI lib whenAntony Dovgal2005-04-281-0/+4
* fix bug #31623 (OCILogin does not support password grace period)Antony Dovgal2005-01-201-1/+6
* - Don't reuse Oracle connections in multi-threaded environments untilAndi Gutmans2004-11-221-1/+1
* *** empty log message ***Andi Gutmans2004-11-211-3/+3
* commit fixes by <mikael dot suvi at trigger dot ee>Antony Dovgal2004-10-231-2/+2
* fix possible segfaultAntony Dovgal2004-10-101-1/+1
* prevent deadlocks when re-using previously established persistent connectionAntony Dovgal2004-10-101-0/+1
* fix bug #29652 (number of FD to ocius.msb is growing)Antony Dovgal2004-09-281-0/+9
* fix buildAntony Dovgal2004-07-191-1/+1
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-2/+2
* fix #29012 (Potential race during first connection) thanks to cjbj at hotmail...Antony Dovgal2004-07-151-2/+2
* fix #28978 (multiple OCIBindByName on the same placeholder eats memory)Antony Dovgal2004-07-121-2/+2
* hmm. this comma is supposed to be a semicolon.Antony Dovgal2004-04-261-1/+1
* Wordsize fixesArd Biesheuvel2004-02-251-1/+1
* this should really fix compile failure with gcc 2.96Antony Dovgal2004-02-201-1/+1
* Fix compile failurefoobar2004-02-201-1/+1
* Only use Z_TYPE* with zvals..foobar2004-02-201-19/+20
* * email address updateStig Bakken2004-02-121-1/+1
* * update my email addressStig Bakken2004-02-121-1/+1
* fix bug #27149Antony Dovgal2004-02-051-2/+6
* -remove obsolete typesAntony Dovgal2004-02-031-5/+5
* add missing alias for ocifreecursor()Antony Dovgal2004-02-021-1/+2
* fix yet another possible segfaultAntony Dovgal2004-02-021-0/+4
* two fixes:Antony Dovgal2004-01-281-2/+4
* change to use different allocator (Sascha, thanks =) )Antony Dovgal2004-01-261-1/+1
* fix this annoying notice about limited rangeAntony Dovgal2004-01-261-1/+1
* improve debug messagesAntony Dovgal2004-01-261-17/+17
* oops =(Antony Dovgal2004-01-261-1/+1
* fix oci_field_type_raw's protoAntony Dovgal2004-01-261-2/+2
* add missing protosAntony Dovgal2004-01-221-19/+18
* MFBAntony Dovgal2004-01-221-3/+2
* *change constant name, coz it doesn't comply with othersAntony Dovgal2004-01-211-5/+25
* fix potential segfault in oci_lob_write()Antony Dovgal2004-01-211-2/+3
* Fix bug #26892, ORA-21301 in ocinewcollection() call.Antony Dovgal2004-01-151-2/+2
* Fix typofoobar2004-01-151-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* ws + csfoobar2004-01-021-1628/+1809
* another ZTS fixfoobar2004-01-021-0/+2
* fix ZTS buildfoobar2004-01-021-5/+6
* workaround for possible ORA-22280 warning if buffers were not flushedAntony Dovgal2003-12-251-47/+93
* separate oci_lob_flush() to use it in oci_lob_append() etc. in the futureAntony Dovgal2003-12-241-21/+48
* add oci_fetch_assoc(), oci_fetch_object(), oci_fetch_array() & oci_fetch_row()Antony Dovgal2003-12-231-56/+162
* huge patchAntony Dovgal2003-12-231-292/+338