summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/php_pdo_oci_int.h
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, ↵Christopher Jones2007-08-311-7/+12
| | | | ATTR_CLIENT_VERSION, ATTR_AUTOCOMMIT. Sync WS between PHP 5 & 6 and add a couple of casts.
* Fix Bug #11345 Seg fault after NLS environment initialization errorChristopher Jones2007-06-301-3/+4
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* Closes PECL Bug #5722; BLOB support was half-baked.Wez Furlong2005-10-311-1/+4
|
* improve handling of bound input parameters when no maximal length value is set;Wez Furlong2005-07-121-0/+2
| | | | | | | | | | 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.
* Add support for scrollable cursors.Wez Furlong2005-01-121-3/+3
| | | | | Enable PDO_ATTR_PREFETCH and default it to 100Kb of prefetch buffer.
* re-jig error handling, and make it co-operate with the PDO error handling ↵Wez Furlong2004-05-201-4/+13
| | | | | | | system. Implement $dbh->exec() for OCI.
* OCI driver for PDO, supporting bound input and output parameters.Wez Furlong2004-05-171-0/+80
Will not build under unix yet.