summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8_int.h
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-4/+4
* Some cleanup in OCI8 extension for PHP 8George Peter Banyard2020-07-221-1/+1
* Use RETURN_THROWS() after zend_fetch_resource*()Máté Kocsis2020-01-031-4/+4
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-12-091-0/+2
|\
| * Add oci_set_call_timeout() and bump version to 2.10.0Christopher Jones2018-12-091-0/+2
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-12-071-0/+8
|\ \ | |/
| * Simplify based on feedback from nikicChristopher Jones2018-12-071-0/+8
| * Remove trailing whitespace to help keep branches in sycnChristopher Jones2018-09-241-9/+9
| * year++Xinchen Hui2018-01-021-1/+1
* | Future-proof email addressesZeev Suraski2018-11-011-1/+1
* | Trailing whitespaces on ext/*Gabriel Caruso2018-01-041-9/+9
* | year++Xinchen Hui2018-01-021-1/+1
|/
* Fixed few ext/oci8 bugsDmitry Stogov2017-09-201-3/+2
* Sync OCI8 on PHP 7.x branchesTianfang Yang2017-08-131-1/+1
* Expose oci_unregister_taf_callback()Christopher Jones2017-07-261-1/+1
* oci8 - Implementation of Oracle TAF CallbackKoenigsKind2017-06-201-0/+9
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed bug #71148 (Bind reference overwritten on PHP 7)Christopher Jones2016-10-171-0/+1
* Remove obsolete Id tagsChristopher Jones2016-08-091-2/+0
* 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
* | Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed)...Christopher Jones2015-09-121-1/+1
* | Further PHP 7 compat for OCI8Christopher Jones2015-08-121-3/+5
* | More PHP7 compat (Rajendra/Senthil)Christopher Jones2015-07-301-5/+12
* | More OCI8 diff fixes (Rajendra)Christopher Jones2015-07-161-2/+2
* | Correct oci8 hash destructors to prevent segfaults, and a few other fixes.Cameron Porter2015-06-281-7/+7
* | attempt to port ociXinchen Hui2015-02-031-6/+14
* | bump yearXinchen Hui2015-01-151-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-65/+65
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | second big shot on porting ext/oci8Anatol Belski2014-09-101-4/+4
* | first shot on fixing ext/oci8Anatol Belski2014-09-101-1/+1
* | basic datatype fixes for ext/oci8Anatol Belski2014-09-101-35/+35
* | Make a start on phpng compatChristopher Jones2014-05-211-13/+13
|/
* Fixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries)Christopher Jones2014-03-101-0/+1
* a few typofixesVeres Lajos2014-02-141-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and OracleChristopher Jones2013-10-071-4/+0
* More OCI8 DTrace probe updates.Christopher Jones2013-09-261-0/+3
* Remove obsolete flagChristopher Jones2013-09-061-2/+0
* Make oci_set_*($connection,...) errors retrievable via oci_error($connection).Christopher Jones2013-09-051-4/+4
* Allow OCI8 to be DTrace-enabled independently of core PHP's DTraceChristopher Jones2013-08-301-1/+1
* OCI8 2.0: add oci8-check-connection probe and do some renamingChristopher Jones2013-08-271-1/+3
* Leave it to DTrace FBT to trace underlying library callsChristopher Jones2013-08-261-33/+3
* OCI8 extension: Allow Implicit Result Set statement resources to inherit the ...Christopher Jones2013-07-261-2/+3
* Initial PHP OCI8 2.0.0-dev commit.Christopher Jones2013-07-241-124/+173