Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed Bug #74537 (Align --with-pdo-oci configure option with --with-oci8 syntax) | Christopher Jones | 2017-06-20 | 1 | -57/+54 |
* | Merge branch 'PHP-7.1' | Christopher Jones | 2017-06-20 | 1 | -0/+124 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Christopher Jones | 2017-06-20 | 1 | -0/+124 |
| |\ | |||||
| | * | add test for bug #60994 | Chuck Burgess | 2017-06-20 | 1 | -0/+124 |
* | | | Merge branch 'PHP-7.1' | Christopher Jones | 2017-03-02 | 4 | -4/+53 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Christopher Jones | 2017-03-02 | 4 | -4/+53 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #54379 (PDO_OCI: UTF-8 output gets truncated) | Christopher Jones | 2017-03-02 | 4 | -4/+53 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 5 | -5/+5 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 5 | -5/+5 |
* | | | Remove dead code related to error constants | Adam Baratz | 2017-03-01 | 1 | -6/+0 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 5 | -5/+5 |
|/ / | |||||
* | | Ensure an ORDER BY gets the expected row order | Christopher Jones | 2016-05-02 | 1 | -10/+10 |
* | | Remove version checks | Nikita Popov | 2016-01-30 | 1 | -2/+0 |
|/ | |||||
* | Do not edit the value in place (might be relates to #71261) | Xinchen Hui | 2016-01-04 | 1 | -5/+3 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 5 | -5/+5 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 5 | -5/+5 |
* | | Fixed bug #70308 (PDO::ATTR_PREFETCH is ignored) | Christopher Jones | 2015-08-20 | 4 | -12/+116 |
* | | Merge branch 'PHP-5.6' | Christopher Jones | 2015-08-13 | 1 | -0/+0 |
|\ \ | |||||
| * | | PDO_OCI is not experimental | Christopher Jones | 2015-08-13 | 1 | -0/+0 |
| |/ | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 5 | -5/+5 |
* | | Fix temporary-LOB leak and add tests (Senthil) | Christopher Jones | 2015-07-29 | 6 | -6/+248 |
* | | PHP 7 OCI8: fix bug57702.phpt regression | Christopher Jones | 2015-07-14 | 1 | -5/+16 |
* | | PDO_OCI LOB fixes (Senthil) | Christopher Jones | 2015-07-10 | 1 | -10/+18 |
* | | Improve test portability (Senthil) | Christopher Jones | 2015-07-10 | 1 | -1/+1 |
* | | Add new test section. Diff with query 5 is still to be resolved | Christopher Jones | 2015-07-10 | 1 | -2/+22 |
* | | Fix Windows compilation warnings (Senthil) | Christopher Jones | 2015-06-30 | 2 | -32/+32 |
* | | Merge some fixes from Senthil. Some test diffs still remain. | Christopher Jones | 2015-06-27 | 1 | -26/+44 |
* | | Fix table name in initialization DROP TABLE statement | Christopher Jones | 2015-06-27 | 1 | -1/+1 |
* | | Use zend_string to represent pdo_column_data.name and avoid duplication. | Dmitry Stogov | 2015-05-05 | 1 | -2/+1 |
* | | Add unique prefix to exported function | Christopher Jones | 2015-05-02 | 1 | -1/+1 |
* | | First pass migrating PDO_OCI to PHP 7 | Christopher Jones | 2015-05-01 | 2 | -47/+38 |
* | | cleanup mod version macros, round 3 | Anatol Belski | 2015-03-23 | 2 | -5/+4 |
* | | Look for PDO include files in the right folder | Maxime BESSON | 2015-02-06 | 1 | -2/+2 |
* | | size_t cleanup for PDO | Stanislav Malyshev | 2015-01-26 | 1 | -4/+4 |
* | | bump year | Xinchen Hui | 2015-01-15 | 5 | -5/+5 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 2 | -13/+13 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 3 | -49/+46 |
* | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -1/+1 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 5 | -5/+5 |
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 2 | -10/+10 |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 2 | -11/+11 |
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 5 | -5/+5 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-20 | 2 | -0/+8 |
|\ | |||||
| * | Remove some compilation warnings: | Christopher Jones | 2013-08-20 | 2 | -0/+8 |
| * | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
* | | Fix long-standing visual pain point: the misalignment of './configure help' t... | Christopher Jones | 2013-08-06 | 1 | -4/+4 |
* | | typo fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
|/ | |||||
* | Minium changes to allow PDO_OCI to build with Oracle Database 12c libraries. | Christopher Jones | 2013-06-25 | 2 | -3/+3 |