Xinchen Hui
|
e4a8fa6a15
|
Merge branch 'PHP-5.3' into PHP-5.4
|
2012-10-09 13:29:51 +08:00 |
|
Xinchen Hui
|
6284ef112e
|
Fixed bug #63236 (Executable permission on various source files)
|
2012-10-09 13:28:31 +08:00 |
|
Felipe Pena
|
e4ca0ed09f
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Felipe Pena
|
4e19825281
|
- Year++
|
2012-01-01 13:15:04 +00:00 |
|
Antony Dovgal
|
38d485ca41
|
fix bug #55768 (PDO_OCI can't resume Oracle session after it's been killed)
|
2011-09-27 09:12:13 +00:00 |
|
Antony Dovgal
|
c0edddbebd
|
fix bug #55768 (PDO_OCI can't resume Oracle session after it's been killed)
|
2011-09-27 09:12:13 +00:00 |
|
Felipe Pena
|
927bf09c29
|
- Year++
|
2011-01-01 02:19:59 +00:00 |
|
Felipe Pena
|
0203cc3d44
|
- Year++
|
2011-01-01 02:17:06 +00:00 |
|
Ilia Alshanetsky
|
d2e14e3f20
|
Fixed bug #50728 (All PDOExceptions hardcode 'code' property to 0)
|
2010-01-12 12:46:54 +00:00 |
|
Sebastian Bergmann
|
9ba1e81665
|
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
|
2010-01-03 09:23:27 +00:00 |
|
Matteo Beccati
|
7be13beddb
|
MFH
- Fixed bug #48070
|
2009-05-12 21:53:18 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Felipe Pena
|
739a4d503b
|
MFB: Fixed bug #44373 (PDO_OCI extension compile failed)
|
2008-03-08 14:03:20 +00:00 |
|
Sebastian Bergmann
|
d1dded8751
|
MFH: Bump copyright year, 2 of 2.
|
2007-12-31 07:17:19 +00:00 |
|
Christopher Jones
|
922d1fce29
|
Sync with 5.2
|
2007-12-11 06:57:39 +00:00 |
|
Christopher Jones
|
af387e49ba
|
Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, ATTR_CLIENT_VERSION, ATTR_AUTOCOMMIT. Sync WS between PHP 5 & 6 and add a couple of casts.
|
2007-08-31 21:08:48 +00:00 |
|
Christopher Jones
|
38af2c5741
|
Added basic PDO->quote() functionality to PDO_OCI
|
2007-07-03 04:32:27 +00:00 |
|
Christopher Jones
|
d6e320d849
|
Fix Bug #11345 Seg fault after NLS environment initialization error
|
2007-06-30 02:30:35 +00:00 |
|
Antony Dovgal
|
ab84306fc7
|
fix #41043 (pdo_oci crash when freeing error text with persistent connection)
|
2007-04-10 20:28:49 +00:00 |
|
Ilia Alshanetsky
|
e095b94609
|
Fixed compiler warnings
|
2007-01-01 19:24:50 +00:00 |
|
Sebastian Bergmann
|
4223aa4d5e
|
MFH: Bump year.
|
2007-01-01 09:36:18 +00:00 |
|
foobar
|
5bd93221a8
|
bump year and license version
|
2006-01-01 12:51:34 +00:00 |
|
Antony Dovgal
|
3b3f8137c3
|
MFH: plug memory leak
fix config.m4
|
2005-11-27 18:36:11 +00:00 |
|
Wez Furlong
|
e53f6428ac
|
merge George's fixes back from HEAD
|
2005-09-11 01:42:41 +00:00 |
|
Wez Furlong
|
f4007c8f6b
|
closes #33707: error information was not passed up to PDO::query().
|
2005-09-10 21:38:07 +00:00 |
|
Wez Furlong
|
1bd3483dea
|
fix bug when query was rewritten from ? to :name
|
2005-07-12 03:18:17 +00:00 |
|
Antony Dovgal
|
b2141b04d2
|
do not set error_code to HY000 when there was NO error
reset both handle & statement error codes to 0
|
2005-07-07 23:03:22 +00:00 |
|
Wez Furlong
|
3efc383a07
|
probably fix for ? placeholders not working with oci
|
2005-03-09 02:13:06 +00:00 |
|
Magnus M��tt�
|
088972feee
|
Fix segv when einfo->errcode is not available.
Add missing NULL entry to oci_methods.
|
2005-03-09 01:56:43 +00:00 |
|
Antony Dovgal
|
7d4bf3ccd9
|
free errmsg & prevent leaks
|
2005-02-14 13:31:34 +00:00 |
|
Antony Dovgal
|
175bf7e9a3
|
set username && password only if they were specified
|
2005-02-13 00:57:48 +00:00 |
|
Wez Furlong
|
d87c5ec288
|
update for api changes
|
2005-02-06 22:34:53 +00:00 |
|
Wez Furlong
|
26f97a911b
|
Eliminate unused parameter.
Don't start a transaction when asking for a cursor with pgsql.
Fix parameter binding for sqlite3
|
2005-01-21 00:39:03 +00:00 |
|
Wez Furlong
|
a9d98544de
|
Allow drivers to select bind emulation on a per statement basis
|
2005-01-18 04:58:50 +00:00 |
|
Wez Furlong
|
7552fe23ff
|
make scrollable cursors consistent with odbc; removing bogus attribute
|
2005-01-12 05:58:58 +00:00 |
|
Wez Furlong
|
459b4f85d3
|
Add support for scrollable cursors.
Enable PDO_ATTR_PREFETCH and default it to 100Kb of prefetch buffer.
|
2005-01-12 05:47:03 +00:00 |
|
Wez Furlong
|
c55b4ab516
|
update for recent adjustments
|
2005-01-11 02:59:52 +00:00 |
|
Wez Furlong
|
fe1a87d02d
|
half-hearted adjustment for sqlstate error codes; will do a better job
when I'm sitting down with a working oci env
|
2005-01-07 05:25:02 +00:00 |
|
Wez Furlong
|
72040f7f2a
|
more method table adjustments.
mysql driver needs work with the error message stuff.
Other drivers need a bit more auditing...
|
2004-09-23 20:43:11 +00:00 |
|
Wez Furlong
|
83472de48e
|
Fix some misbehaving pecls (my own included ;-)
|
2004-07-31 18:46:18 +00:00 |
|
Antony Dovgal
|
73060a89ee
|
fix config.m4
add fold markers
|
2004-06-14 19:58:35 +00:00 |
|
Wez Furlong
|
a53edd047e
|
Fix return type
|
2004-05-21 15:29:09 +00:00 |
|
Wez Furlong
|
5e408e4ee9
|
Fix setAttribute for oci.
Fix some compiler warnings
|
2004-05-21 15:25:22 +00:00 |
|
Wez Furlong
|
64f0ec7bde
|
Update for placeholder flags
|
2004-05-21 14:15:03 +00:00 |
|
Wez Furlong
|
221710e820
|
Specify that OCI returns column names in upper case by default
|
2004-05-20 22:29:26 +00:00 |
|
Wez Furlong
|
04c35e3d91
|
re-jig error handling, and make it co-operate with the PDO error handling system.
Implement $dbh->exec() for OCI.
|
2004-05-20 00:06:30 +00:00 |
|
Wez Furlong
|
f7de5001e2
|
Update prototype
|
2004-05-19 12:40:31 +00:00 |
|
George Schlossnagle
|
7d40971563
|
use new prototype
|
2004-05-18 05:01:16 +00:00 |
|
Wez Furlong
|
1b1ced539b
|
OCI driver for PDO, supporting bound input and output parameters.
Will not build under unix yet.
|
2004-05-17 15:42:33 +00:00 |
|