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
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Felipe Pena
573475a848
- Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10)
...
patch by: spatar at mail dot nnov dot ru
2010-12-10 00:33:48 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Pierre Joye
39ae248465
- MFH: Segfault when an exception is thrown on persistent connections
2008-07-22 06:51:00 +00:00
Pierre Joye
86a493f435
- SAB: #41996 , Problem accessing Oracle ROWID (Martin Jansen)
2008-07-21 17:35:50 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +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
d6e320d849
Fix Bug #11345 Seg fault after NLS environment initialization error
2007-06-30 02:30:35 +00:00
Antony Dovgal
c5732112a9
fix leak
...
readuce size of the buffer to prevent ORA-01461
2007-01-26 15:07:45 +00:00
Antony Dovgal
725217571e
fix PECL bug #7295 (ORA-01405: fetched column value is NULL on LOB fields)
2007-01-22 12:49:22 +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
Antony Dovgal
b16f925e37
MFH
2006-12-27 10:31:10 +00:00
Antony Dovgal
4e75cd5548
Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fixes bug #36764 )
2006-03-18 22:06:31 +00:00
foobar
5bd93221a8
bump year and license version
2006-01-01 12:51:34 +00:00
Wez Furlong
00df9b67ce
Fixes PECL Bug #5868 ; wrong iters count for OCIStmtExecute
2005-11-04 18:11:40 +00:00
Edin Kadribasic
fbc6470cb6
Fix ZTS build
2005-11-01 14:18:20 +00:00
Wez Furlong
b3b9ee1467
hrmm, typo fix.
2005-11-01 03:04:25 +00:00
Wez Furlong
2baf1500e0
Closes PECL Bug #5722 ; BLOB support was half-baked.
2005-10-31 02:11:27 +00:00
Antony Dovgal
579c9abfb3
MFH: quick fix for #35003 (Warning: PDOStatement::fetch(): column 0 data was too large for buffer and was)
2005-10-28 15:02:09 +00:00
Antony Dovgal
e9de9f3aeb
fix TSRM build
2005-10-28 12:00:10 +00:00
Wez Furlong
fab0baa274
refs #34630 .
...
Real lob support for oracle will appear after the PHP 5.1 release.
2005-09-25 00:47:00 +00:00
Wez Furlong
4f22ac0cdd
improve handling of bound input parameters when no maximal length value is set;
...
default to 4000 as the maximal length, which is the biggest size possible
without using a LONG type (if you specify anything larger than this, you'll end
up with ORA-1461).
Don't assume that all parameters were output parameters after execution, as
this would clobber the input values when used in a loop.
2005-07-12 02:43:39 +00:00
Antony Dovgal
b0e700524f
free parameter when requested to do so
2005-07-07 23:02:22 +00:00
Antony Dovgal
47e1961561
add markers for nice vim foldings
2005-02-14 13:38:09 +00:00
Antony Dovgal
7d4bf3ccd9
free errmsg & prevent leaks
2005-02-14 13:31:34 +00:00
Wez Furlong
29380a8e54
update for input/output parameters change
2005-02-07 01:17:24 +00:00
Wez Furlong
d87c5ec288
update for api changes
2005-02-06 22:34:53 +00:00
Wez Furlong
1312fe469e
Fix segfault on stmt close.
...
Make scrollable cursors actually work
2005-01-20 06:06:26 +00:00
Wez Furlong
84aa902015
Generate pdo_oci.dll for modern SDKs and pdo_oci8.dll for ye-olde oci805 libs.
...
I'm told that oci805 is required for connectivity to oci805 servers, which are
no longer supported in more recent SDK releases.
Edin: please grab:
http://download.oracle.com/otn/nt/instantclient/instantclient-basic-win32-10.1.0.3-20050113.zip
http://download.oracle.com/otn/nt/instantclient/instantclient-sdk-win32-10.1.0.3-20050113.zip
and extract them under php_build, so that you end up with php_build/instantclient10_1
2005-01-20 03:33:17 +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
0a42a1f422
Errr... fix leak
2004-12-21 00:37:01 +00:00
Wez Furlong
83472de48e
Fix some misbehaving pecls (my own included ;-)
2004-07-31 18:46:18 +00:00
Wez Furlong
86b0967775
fix for empty_string changes.
...
Don't forget to allocate bytes for NUL terminators
2004-07-19 14:40:46 +00:00
Antony Dovgal
737bc357cb
fix couple of memory leaks
2004-05-25 14:57:56 +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
cf4127b6b9
Allow PDO OCI to build under unix.
...
Don't build by default under win32.
2004-05-17 18:17:39 +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