Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
* | Turn "pdo_stmt_methods" into constants. | Dmitry Stogov | 2017-12-14 | 2 | -2/+2 |
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 3 | -4/+4 |
* | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -2/+2 |
* | Merge branch 'PHP-7.1' into PHP-7.2 | Tianfang Yang | 2017-08-22 | 1 | -5/+46 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Tianfang Yang | 2017-08-22 | 1 | -5/+46 |
| |\ | |||||
| | * | Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized before PH... | Ingmar Runge | 2017-08-22 | 1 | -5/+46 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Christopher Jones | 2017-06-20 | 1 | -12/+26 |
| |\ \ | | |/ | |||||
| | * | PDO_OCI: support IC 12.2 in configure option | Christopher Jones | 2017-06-20 | 1 | -12/+26 |
* | | | 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 |