summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix PDO_OCI testChristopher Jones2020-12-241-3/+10
* Make PDO_OCI test more resilientChristopher Jones2020-09-102-5/+5
* Fix premature test terminationChristopher Jones2020-09-101-16/+41
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-2/+2
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-096-0/+6
* PDO_OCI: Add test of the phpinfo outputCameron Porter2020-03-041-0/+27
* Change argument error message formatMáté Kocsis2020-02-261-1/+1
* Make type error messages more consistentMáté Kocsis2020-02-171-1/+1
* Reindent phpt filesNikita Popov2020-02-0315-356/+356
* Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-3/+3
* Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-2/+2
* Fix #78880: Spelling error reportChristoph M. Becker2019-12-211-1/+1
* pdo_oci: Add support for setting and getting the oracle OCI 18c call timeout ...Cameron Porter2019-11-013-0/+104
* Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1533-54/+54
* Fix file permissionsPeter Kokot2019-02-281-0/+0
* Merge branch 'PHP-7.3' into PHP-7.4Christopher Jones2019-02-115-0/+278
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2019-02-115-0/+278
| |\
| | * pdo_oci: Add client identifier and module attrsCameron Porter2019-02-115-10/+122
| | * pdo_oci: Register new attr constants and add testsCameron Porter2019-02-113-0/+166
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-158-11/+4
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-148-21/+21
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-158-11/+4
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-148-21/+21
* | | Remove local variablesPeter Kokot2019-02-032-2/+2
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-158-11/+4
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-149-22/+22
* | | Last few changes :Letargie2018-09-261-31/+51
* | | Changes :Letargie2018-09-211-97/+114
* | | Add the PDOStatement::getColumnMeta() function to the pdo_oci driverLetargie2018-09-201-0/+264
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-252-2/+0
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2013-13/+13
|/
* 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.0' into PHP-7.1Christopher Jones2017-03-021-0/+41
|\ \ | |/
| * Fixed bug #54379 (PDO_OCI: UTF-8 output gets truncated)Christopher Jones2017-03-021-0/+41
* | Ensure an ORDER BY gets the expected row orderChristopher Jones2016-05-021-10/+10
|/
* Fixed bug #70308 (PDO::ATTR_PREFETCH is ignored)Christopher Jones2015-08-202-4/+100
* Fix temporary-LOB leak and add tests (Senthil)Christopher Jones2015-07-295-4/+229
* 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 table name in initialization DROP TABLE statementChristopher Jones2015-06-271-1/+1
* typo fixesVeres Lajos2013-07-151-1/+1
* Minium changes to allow PDO_OCI to build with Oracle Database 12c libraries.Christopher Jones2013-06-251-1/+1
* Fixed bug #57702 (Multi-row BLOB fetches)Xinchen Hui2013-01-151-0/+165
* Update SKIPIFs for test portabilityChristopher Jones2011-09-082-0/+2
* gcov test fixesChristopher Jones2011-09-022-0/+4
* - Change PDO_oci connection defaults to match Oracle XE defaults, higher chanceJohannes Schlüter2011-08-311-2/+2
* - Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10)Felipe Pena2010-12-102-0/+171
* - Fixed testFelipe Pena2010-12-041-1/+1
* MFBMatteo Beccati2009-05-128-59/+87