History log of /PHP-5.4/ext/oci8/oci8.c (Results 201 – 225 of 404)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.2RC1, php-4.3.1
# 808cb3ad 29-Jan-2003 Maxim Maletsky

Added myself to the maintainers list.


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# e4ec7372 27-Jan-2003 Maxim Maletsky

This fixes "warning C4101: 'charsetid' : unreferenced local variable" on VC6


# 897a708c 27-Jan-2003 Maxim Maletsky

@- Fixed bug #17448 (Print the message when OCI_SUCCESS_WITH_INFO is returned).
(Maxim)


# 1fe4990b 19-Jan-2003 Ilia Alshanetsky

ZTS fixes.


# 3d8e54f3 19-Jan-2003 Ilia Alshanetsky

Changed php_error to php_error_docref.


# e2868b57 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.


# beb7476b 07-Jan-2003 Levi Dixon

Added support for Shared Data Mode for OCI8_VERSION >= 8.1, which will provide memory savings by sharing common statement data


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# 3fc83fd8 11-Dec-2002 foobar

- ws fixes
- // -> /* */ (No C++ comments in c code!)
- #if / #else / etc. have to start from first column.


# 089f1b57 11-Dec-2002 Abdul-Kareem Abo-Namous

fixed string comparison which brought up a gcc warning.


# 646c4747 06-Dec-2002 Abdul-Kareem Abo-Namous

added support for multiple character sets.

OCILogon now has a forth optional parameter, which is the character set requested by the string (i.e. we8iso8859p1). when left blank, NLS_LANG or d

added support for multiple character sets.

OCILogon now has a forth optional parameter, which is the character set requested by the string (i.e. we8iso8859p1). when left blank, NLS_LANG or default is used.

config.m4 was changed to identify Oracle 9+ which is needed for this feature. all other oracle versions (lesser) fall back to the old behaviour.

show more ...


Revision tags: php-4.3.0RC2, RELEASE_1_0b2
# d9cf3c2a 25-Nov-2002 Maxim Maletsky

Bug# 16798. Tests appreciated by someone with Oracle 8.0


# e20121e6 21-Nov-2002 Maxim Maletsky

Added E_WARNING to OCIPasswordChage() when Safe Mode is in effect


# b5ae4add 21-Nov-2002 Maxim Maletsky

@- Added OCIPasswordChange() which allows the password of an Oracle account to be changed. (Maxim)


# 1f73196b 21-Nov-2002 Maxim Maletsky

comment typo


# 8338d8bf 21-Nov-2002 Maxim Maletsky

Disabled OCIPasswordChange() in safe mode. Possible security risks.


# 9e378886 15-Nov-2002 Maxim Maletsky

WS


# 336e5597 15-Nov-2002 Maxim Maletsky

Tons of WS fixes all over the file


Revision tags: BEFORE_RENAMING
# cd9b4956 15-Nov-2002 Maxim Maletsky

I mean - todo typo :)


# 05f07d2e 15-Nov-2002 Maxim Maletsky

todo typo


# 7890b6fc 14-Nov-2002 Maxim Maletsky

Added function OCIPasswordChange() that allows renewal of an expired Oracle password.
# Tested, but still considered experimental...


Revision tags: php-4.3.0RC1
# 8b36fd2a 10-Nov-2002 Maxim Maletsky

fixed several proto return types throughout the extension


Revision tags: php-4.3.0pre2
# 2909e5c9 24-Oct-2002 Sascha Schumann

centralize #include "build-defs.h" and drop (sometimes inconsistent) other
instances


# 31e4d623 21-Oct-2002 Thies C. Arntzen

#19948


# 4efcd0f5 20-Oct-2002 Maxim Maletsky

fixed proto: OCIExecute() returns boolean, not integer


12345678910>>...17