summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/oci_statement.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-2/+2
* year++Xinchen Hui2018-01-021-1/+1
* Turn "pdo_stmt_methods" into constants.Dmitry Stogov2017-12-141-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-2/+2
* Fixed bug #54379 (PDO_OCI: UTF-8 output gets truncated)Christopher Jones2017-03-021-4/+4
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fix temporary-LOB leak and add tests (Senthil)Christopher Jones2015-07-291-2/+19
* | PHP 7 OCI8: fix bug57702.phpt regressionChristopher Jones2015-07-141-5/+16
* | PDO_OCI LOB fixes (Senthil)Christopher Jones2015-07-101-10/+18
* | Fix Windows compilation warnings (Senthil)Christopher Jones2015-06-301-25/+25
* | Merge some fixes from Senthil. Some test diffs still remain.Christopher Jones2015-06-271-26/+44
* | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-2/+1
* | Add unique prefix to exported functionChristopher Jones2015-05-021-1/+1
* | First pass migrating PDO_OCI to PHP 7Christopher Jones2015-05-011-39/+30
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-26/+23
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+3
* | cleanup TSRMLS_FETCH in ext/pdo*Anatol Belski2014-09-261-3/+0
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-6/+6
* | basic macro replacements, all at onceAnatol Belski2014-08-191-6/+6
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Remove some compilation warnings:Christopher Jones2013-08-201-0/+6
* Fixed bug #57702 (Multi-row BLOB fetches)Xinchen Hui2013-01-151-2/+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
* - Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10)Felipe Pena2010-12-101-5/+13
* 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: Segfault when an exception is thrown on persistent connectionsPierre Joye2008-07-221-1/+1
* - SAB: #41996, Problem accessing Oracle ROWID (Martin Jansen)Pierre Joye2008-07-211-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, A...Christopher Jones2007-08-311-5/+5
* Fix Bug #11345 Seg fault after NLS environment initialization errorChristopher Jones2007-06-301-33/+37
* fix leakAntony Dovgal2007-01-261-1/+18
* fix PECL bug #7295 (ORA-01405: fetched column value is NULL on LOB fields)Antony Dovgal2007-01-221-1/+2
* Fixed compiler warningsIlia Alshanetsky2007-01-011-1/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFHAntony Dovgal2006-12-271-1/+1
* Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also fi...Antony Dovgal2006-03-181-0/+4
* bump year and license versionfoobar2006-01-011-3/+3
* Fixes PECL Bug #5868; wrong iters count for OCIStmtExecuteWez Furlong2005-11-041-1/+1
* Fix ZTS buildEdin Kadribasic2005-11-011-0/+1