summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* updating license information in the headers.James Cox2003-06-102-6/+6
* MFBEdin Kadribasic2003-06-031-1/+0
* @ - 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-302-7/+19
* Fix bug #23198foobar2003-04-211-2/+5
* *** empty log message ***Edin Kadribasic2003-04-091-1/+0
* Fixed bug #18640 properlyfoobar2003-03-241-14/+19
* * email address changeStig Bakken2003-03-182-2/+2
* fix bug #22324, libjdbcoci8.so is not necessarily needed..foobar2003-02-251-6/+12
* No c++ comments..foobar2003-01-311-2/+2
* Added myself to the maintainers list.Maxim Maletsky2003-01-292-1/+2
* 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
* Fix bug #21795, Undeclared statement in oci8.c (OCI_ATTR_STATEMENT)foobar2003-01-241-1/+25
* 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-072-0/+14
* Bump year.Sebastian Bergmann2002-12-312-2/+2
* - ws fixesfoobar2002-12-111-12/+16
* fixed string comparison which brought up a gcc warning.Abdul-Kareem Abo-Namous2002-12-111-1/+1
* Fixed build with autoconf-2.54Moriyoshi Koizumi2002-12-061-1/+1
* added support for multiple character sets.Abdul-Kareem Abo-Namous2002-12-063-36/+97
* 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
* fixed proto: OCIExecute() returns boolean, not integerMaxim Maletsky2002-10-201-1/+1
* a silly comment typoMaxim Maletsky2002-10-191-1/+1
* - fixed proto for OciBindByName to represent the forth parameter optionalMaxim Maletsky2002-10-191-1/+1
* @- Added Oracle TIMESTAMP type to oci8 extension. (thies)Thies C. Arntzen2002-10-171-1/+18
* @- OCIResult() could return garbage if called on empty result-sets. (thies)Thies C. Arntzen2002-09-122-1/+9
* Patch for Bug #18640 (submitted by michael.mauch@gmx.de)Dan Kalowsky2002-09-091-0/+3
* remove tabsfoobar2002-08-201-27/+27
* Windows build supports returning the sql statement which failed.Edin Kadribasic2002-08-201-2/+2
* Fixed build with Oracle 8.0.x (bug #18973).Edin Kadribasic2002-08-202-0/+7
* Single-line comments pleaseRasmus Lerdorf2002-08-131-2/+1
* fix crash bug introduced by last commitThies C. Arntzen2002-04-141-1/+3
* ocibind: avoid warning in debug mode if an outbound variable is NULLThies C. Arntzen2002-04-131-0/+1
* @- Mixing OCIPlogon and OCINLogon no longer leak Oracle-Sessions. (thies)Thies C. Arntzen2002-04-131-1/+7