Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reindent phpt files | Nikita Popov | 2020-02-03 | 166 | -1446/+1446 |
* | Eliminate uses of ZVAL_ZVAL and friends | Nikita Popov | 2020-01-20 | 1 | -3/+1 |
* | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 3 | -13/+13 |
* | Fix #78880: Final spelling fixes | Máté Kocsis | 2020-01-16 | 1 | -4/+4 |
* | Fix #78880: Another bunch of spelling errors | Máté Kocsis | 2020-01-16 | 8 | -10/+10 |
* | Use RETURN_THROWS() in various places | Máté Kocsis | 2020-01-03 | 1 | -2/+2 |
* | Use RETURN_THROWS() after zend_fetch_resource*() | Máté Kocsis | 2020-01-03 | 1 | -4/+4 |
* | Use RETURN_THROWS() during ZPP in most of the extensions | Máté Kocsis | 2019-12-31 | 1 | -52/+52 |
* | Clean DONE tags from tests | Fabien Villepinte | 2019-11-07 | 104 | -302/+0 |
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 8 | -16/+0 |
* | Cheaper checks for exceptions thrown from __toString() | Dmitry Stogov | 2019-06-06 | 1 | -2/+2 |
* | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -9/+34 |
* | [ci skip] Migrate oci8 README to Markdown | Peter Kokot | 2019-05-12 | 3 | -25/+24 |
* | Normalize comments in *nix build system m4 files | Peter Kokot | 2019-05-12 | 1 | -35/+40 |
* | Remove duplicate test file | Peter Kokot | 2019-05-06 | 2 | -109/+0 |
* | Sync AC_CHECK_SIZEOF m4 macro calls | Peter Kokot | 2019-03-18 | 1 | -6/+5 |
* | Replace dirname(__FILE__) by __DIR__ in tests | Fabien Villepinte | 2019-03-15 | 349 | -743/+743 |
* | Remove function_table var from the caller | c9s | 2019-03-11 | 1 | -1/+1 |
* | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -4/+6 |
* | Fix file permissions | Peter Kokot | 2019-02-28 | 1 | -0/+0 |
* | Correct skipif use for OCI8 password tests | Christopher Jones | 2019-02-20 | 2 | -2/+0 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Christopher Jones | 2019-02-20 | 2 | -0/+2 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Christopher Jones | 2019-02-20 | 2 | -0/+2 |
| |\ | |||||
| | * | Correct skipif use for OCI8 password tests | Christopher Jones | 2019-02-20 | 2 | -0/+2 |
* | | | Skip tests f oci8 extension is not loaded | Dmitry Stogov | 2019-02-20 | 2 | -0/+2 |
* | | | Update and fix remaining year ranges (2019) | Peter Kokot | 2019-02-08 | 2 | -2/+2 |
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 8 | -70/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 8 | -8/+8 |
* | | | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -7/+12 |
|/ / | |||||
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christopher Jones | 2018-12-10 | 3 | -8/+8 |
|\ \ | |/ | |||||
| * | LOL I had 2.10 on my mind | Christopher Jones | 2018-12-10 | 3 | -8/+8 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christopher Jones | 2018-12-10 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Bundle the new test | Christopher Jones | 2018-12-10 | 1 | -0/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christopher Jones | 2018-12-10 | 3 | -10/+2 |
|\ \ | |/ | |||||
| * | Improve test portability | Christopher Jones | 2018-12-10 | 2 | -8/+2 |
| * | Update for newer Oracle versions | Christopher Jones | 2018-12-10 | 1 | -2/+0 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christopher Jones | 2018-12-09 | 7 | -9/+106 |
|\ \ | |/ | |||||
| * | Add oci_set_call_timeout() and bump version to 2.10.0 | Christopher Jones | 2018-12-09 | 7 | -9/+106 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christopher Jones | 2018-12-09 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Upgrade internal OCI call | Christopher Jones | 2018-12-09 | 1 | -0/+8 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christopher Jones | 2018-12-09 | 5 | -25/+26 |
|\ \ | |/ | |||||
| * | Enable Oracle Database DBOP tracing attribute | Christopher Jones | 2018-12-09 | 5 | -25/+26 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christopher Jones | 2018-12-09 | 5 | -96/+138 |
|\ \ | |/ | |||||
| * | Update OCI8 README | Christopher Jones | 2018-12-09 | 1 | -6/+6 |
| * | Convert some parameter parsing to the Fast Parameter Parsing API | Christopher Jones | 2018-12-09 | 4 | -90/+132 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christopher Jones | 2018-12-08 | 2 | -5/+6 |
|\ \ | |/ | |||||
| * | Note that PECL install now works on PHP 7.3 | Christopher Jones | 2018-12-08 | 1 | -0/+1 |
| * | Don't skip with 18c DB | Christopher Jones | 2018-12-08 | 1 | -5/+5 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Christopher Jones | 2018-12-08 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix resource warning value | Christopher Jones | 2018-12-08 | 1 | -1/+1 |