summaryrefslogtreecommitdiff
path: root/ext/oci8/oci8_statement.c
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-1/+1
* Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-141-2/+2
* Some cleanup in OCI8 extension for PHP 8George Peter Banyard2020-07-221-14/+1
* Added stubs for ext/oci8Jens de Nies2020-07-041-9/+10
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-3/+3
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-2/+2
* Allow exceptions in __toString()Nikita Popov2019-06-051-9/+34
* 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/+8
|\
| * Upgrade internal OCI callChristopher Jones2018-12-091-0/+8
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-12-091-3/+4
|\ \ | |/
| * Convert some parameter parsing to the Fast Parameter Parsing APIChristopher Jones2018-12-091-3/+4
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-12-071-5/+5
|\ \ | |/
| * Drop unnecessary HASH_OF uses in ext/oci8Nikita Popov2018-12-071-5/+5
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-12-071-42/+0
|\ \ | |/
| * Simplify based on feedback from nikicChristopher Jones2018-12-071-42/+0
* | Future-proof email addressesZeev Suraski2018-11-011-1/+1
|/
* Make usable for PECL OCI8 release for PHP 7.xChristopher Jones2018-09-241-0/+46
* And strip trailing tabs too...Christopher Jones2018-09-241-74/+74
* Remove trailing whitespace to help keep branches in sycnChristopher Jones2018-09-241-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Use dereferenced valueDmitry Stogov2017-10-031-5/+5
* Fixed compilation errorsDmitry Stogov2017-10-031-5/+5
* Restored code for BOOL variablesDmitry Stogov2017-10-021-0/+6
* Fixed few ext/oci8 bugsDmitry Stogov2017-09-201-66/+79
* Sync OCI8 on PHP 7.x branchesTianfang Yang2017-08-131-1/+1
* Fixed bug #74625 (Integer overflow in oci_bind_array_by_name).Ingmar Runge2017-06-211-15/+16
* Fixed uninitialized dataDmitry Stogov2017-03-231-0/+4
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed bug #71148 (Bind reference overwritten on PHP 7)Christopher Jones2016-10-171-23/+38
* Remove old $Id$ tagsChristopher Jones2016-08-071-3/+0
* Sync with 7.1 branch changes from Nikita & Dimitri to keep OCI8 code identicalChristopher Jones2016-08-071-3/+3
* Fix bug #72524 (Binding null values triggers ORA-24816 error)Christopher Jones2016-08-071-1/+7
* On second thoughts, keep this in sync with 5.6 for 71422Christopher Jones2016-04-141-1/+2
* 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
| * Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)Christopher Jones2015-11-071-1/+8
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)Christopher Jones2015-11-071-0/+5
* | Squash some more PHP 7 diffs and improve test portability (Senthil)Christopher Jones2015-08-261-15/+22
* | Resolve build warnings. Bump ver. Better range check. Fix diffsChristopher Jones2015-08-191-1/+1
* | Further PHP 7 compat for OCI8Christopher Jones2015-08-121-19/+19
* | More PHP7 compat (Rajendra/Senthil)Christopher Jones2015-07-301-43/+70
* | More OCI8 diff fixes (Rajendra)Christopher Jones2015-07-161-35/+45
* | Some OCI8 fixes (Rajendra)Christopher Jones2015-07-131-8/+11
* | More PHP 7 patches (Rajendra/Abdullah)Christopher Jones2015-06-301-12/+20
* | Correct oci8 hash destructors to prevent segfaults, and a few other fixes.Cameron Porter2015-06-281-18/+17
* | Get oci8 extension compiling with php7.Cameron Porter2015-06-061-1/+1