History log of /PHP-8.2/ext/pdo_oci/oci_driver.c (Results 101 – 113 of 113)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c55b4ab5 11-Jan-2005 Wez Furlong

update for recent adjustments

# fe1a87d0 07-Jan-2005 Wez Furlong

half-hearted adjustment for sqlstate error codes; will do a better job
when I'm sitting down with a working oci env

Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2
# 72040f7f 23-Sep-2004 Wez Furlong

more method table adjustments.
mysql driver needs work with the error message stuff.
Other drivers need a bit more auditing...

Revision tags: php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 83472de4 31-Jul-2004 Wez Furlong

Fix some misbehaving pecls (my own included ;-)

Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# 73060a89 14-Jun-2004 Antony Dovgal

fix config.m4
add fold markers

Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# a53edd04 21-May-2004 Wez Furlong

Fix return type

# 5e408e4e 21-May-2004 Wez Furlong

Fix setAttribute for oci.
Fix some compiler warnings

# 64f0ec7b 21-May-2004 Wez Furlong

Update for placeholder flags

# 221710e8 20-May-2004 Wez Furlong

Specify that OCI returns column names in upper case by default

# 04c35e3d 20-May-2004 Wez Furlong

re-jig error handling, and make it co-operate with the PDO error handling system.
Implement $dbh->exec() for OCI.

# f7de5001 19-May-2004 Wez Furlong

Update prototype

# 7d409715 18-May-2004 George Schlossnagle

use new prototype

# 1b1ced53 17-May-2004 Wez Furlong

OCI driver for PDO, supporting bound input and output parameters.
Will not build under unix yet.

12345