summaryrefslogtreecommitdiff
path: root/ext/pdo_oci
Commit message (Expand)AuthorAgeFilesLines
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2013-13/+13
* year++Xinchen Hui2018-01-025-5/+5
* Turn "pdo_stmt_methods" into constants.Dmitry Stogov2017-12-142-2/+2
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-143-4/+4
* Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-2/+2
* Merge branch 'PHP-7.1' into PHP-7.2Tianfang Yang2017-08-221-5/+46
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Tianfang Yang2017-08-221-5/+46
| |\
| | * Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized before PH...Ingmar Runge2017-08-221-5/+46
| * | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2017-06-201-12/+26
| |\ \ | | |/
| | * PDO_OCI: support IC 12.2 in configure optionChristopher Jones2017-06-201-12/+26
* | | Fixed Bug #74537 (Align --with-pdo-oci configure option with --with-oci8 syntax)Christopher Jones2017-06-201-57/+54
* | | Merge branch 'PHP-7.1'Christopher Jones2017-06-201-0/+124
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2017-06-201-0/+124
| |\ \ | | |/
| | * add test for bug #60994Chuck Burgess2017-06-201-0/+124
* | | Merge branch 'PHP-7.1'Christopher Jones2017-03-024-4/+53
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Christopher Jones2017-03-024-4/+53
| |\ \ | | |/
| | * Fixed bug #54379 (PDO_OCI: UTF-8 output gets truncated)Christopher Jones2017-03-024-4/+53
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
* | | Remove dead code related to error constantsAdam Baratz2017-03-011-6/+0
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-025-5/+5
|/ /
* | Ensure an ORDER BY gets the expected row orderChristopher Jones2016-05-021-10/+10
* | Remove version checksNikita Popov2016-01-301-2/+0
|/
* Do not edit the value in place (might be relates to #71261)Xinchen Hui2016-01-041-5/+3
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-015-5/+5
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
* | Fixed bug #70308 (PDO::ATTR_PREFETCH is ignored)Christopher Jones2015-08-204-12/+116
* | Merge branch 'PHP-5.6'Christopher Jones2015-08-131-0/+0
|\ \
| * | PDO_OCI is not experimentalChristopher Jones2015-08-131-0/+0
| |/
| * bump yearXinchen Hui2015-01-155-5/+5
* | Fix temporary-LOB leak and add tests (Senthil)Christopher Jones2015-07-296-6/+248
* | PHP 7 OCI8: fix bug57702.phpt regressionChristopher Jones2015-07-141-5/+16
* | PDO_OCI LOB fixes (Senthil)Christopher Jones2015-07-101-10/+18
* | Improve test portability (Senthil)Christopher Jones2015-07-101-1/+1
* | Add new test section. Diff with query 5 is still to be resolvedChristopher Jones2015-07-101-2/+22
* | Fix Windows compilation warnings (Senthil)Christopher Jones2015-06-302-32/+32
* | Merge some fixes from Senthil. Some test diffs still remain.Christopher Jones2015-06-271-26/+44
* | Fix table name in initialization DROP TABLE statementChristopher Jones2015-06-271-1/+1
* | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-051-2/+1
* | Add unique prefix to exported functionChristopher Jones2015-05-021-1/+1
* | First pass migrating PDO_OCI to PHP 7Christopher Jones2015-05-012-47/+38
* | cleanup mod version macros, round 3Anatol Belski2015-03-232-5/+4
* | Look for PDO include files in the right folderMaxime BESSON2015-02-061-2/+2
* | size_t cleanup for PDOStanislav Malyshev2015-01-261-4/+4
* | bump yearXinchen Hui2015-01-155-5/+5
* | trailing whitespace removalStanislav Malyshev2015-01-102-13/+13
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-49/+46
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-195-5/+5