summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* do not delete connection ids, we need themAntony Dovgal2003-12-231-3/+0
* fix bug #26133 (thanks to Harald)Antony Dovgal2003-12-161-30/+44
* fix warning, concerned to second _oci_close_server() callAntony Dovgal2003-12-161-0/+2
* fix non-zts build errorsHarald Radi2003-12-161-6/+9
* @- fixed #20006, #22674 and #24531 (harald)Harald Radi2003-12-161-118/+147
* add new functions:Antony Dovgal2003-12-151-5/+1103
* WSSascha Schumann2003-11-061-2/+2
* Fix a format stringSascha Schumann2003-11-061-14/+44
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+3
* proto fixes(Mehdi Achour)Andrey Hristov2003-08-121-5/+3
* emalloc -> safe_emallocIlia Alshanetsky2003-08-121-3/+3
* Use new infrastructure.Zeev Suraski2003-08-031-7/+4
* @ - Added optional Parameter to OCIWriteTemporaryLob which allows toThies C. Arntzen2003-07-221-10/+16
* proto fixes.Andrey Hristov2003-06-221-55/+55
* updating license information in the headers.James Cox2003-06-101-3/+3
* @ - Fixed bug #23376 OCINewDescriptorThies C. Arntzen2003-05-021-0/+7
* CS fixfoobar2003-04-301-5/+5
* Fix compile problems with < 9.2 oracle libsfoobar2003-04-301-3/+3
* Fix bug #23198foobar2003-04-211-2/+5
* * email address changeStig Bakken2003-03-181-1/+1
* Added myself to the maintainers list.Maxim Maletsky2003-01-291-0/+1
* This fixes "warning C4101: 'charsetid' : unreferenced local variable" on VC6Maxim Maletsky2003-01-271-0/+2
* @- Fixed bug #17448 (Print the message when OCI_SUCCESS_WITH_INFO is returned).Maxim Maletsky2003-01-271-1/+10
* ZTS fixes.Ilia Alshanetsky2003-01-191-0/+1
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-191-37/+39
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-4/+1
* Added support for Shared Data Mode for OCI8_VERSION >= 8.1, which will provid...Levi Dixon2003-01-071-0/+12
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - ws fixesfoobar2002-12-111-12/+16
* fixed string comparison which brought up a gcc warning.Abdul-Kareem Abo-Namous2002-12-111-1/+1
* added support for multiple character sets.Abdul-Kareem Abo-Namous2002-12-061-35/+83
* Bug# 16798. Tests appreciated by someone with Oracle 8.0Maxim Maletsky2002-11-251-1/+1
* Added E_WARNING to OCIPasswordChage() when Safe Mode is in effectMaxim Maletsky2002-11-211-0/+1
* @- Added OCIPasswordChange() which allows the password of an Oracle account t...Maxim Maletsky2002-11-211-1/+1
* comment typoMaxim Maletsky2002-11-211-1/+1
* Disabled OCIPasswordChange() in safe mode. Possible security risks.Maxim Maletsky2002-11-211-0/+5
* WSMaxim Maletsky2002-11-151-1/+1
* Tons of WS fixes all over the fileMaxim Maletsky2002-11-151-738/+738
* I mean - todo typo :)Maxim Maletsky2002-11-151-1/+1
* todo typoMaxim Maletsky2002-11-151-1/+1
* Added function OCIPasswordChange() that allows renewal of an expired Oracle p...Maxim Maletsky2002-11-141-1/+48
* fixed several proto return types throughout the extensionMaxim Maletsky2002-11-101-24/+25
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-4/+0
* #19948Thies C. Arntzen2002-10-211-2/+2