summaryrefslogtreecommitdiff
path: root/ext/oci8/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2019-02-202-0/+2
|\
| * Correct skipif use for OCI8 password testsChristopher Jones2019-02-202-0/+2
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-12-101-3/+3
|\ \ | |/
| * LOL I had 2.10 on my mindChristopher Jones2018-12-101-3/+3
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-12-103-10/+2
|\ \ | |/
| * Improve test portabilityChristopher Jones2018-12-102-8/+2
| * Update for newer Oracle versionsChristopher Jones2018-12-101-2/+0
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-12-092-3/+60
|\ \ | |/
| * Add oci_set_call_timeout() and bump version to 2.10.0Christopher Jones2018-12-092-3/+60
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-12-092-16/+23
|\ \ | |/
| * Enable Oracle Database DBOP tracing attributeChristopher Jones2018-12-092-16/+23
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-12-081-5/+5
|\ \ | |/
| * Don't skip with 18c DBChristopher Jones2018-12-081-5/+5
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1520-23/+3
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1520-23/+3
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-09-245-7/+7
|\ \ | |/
| * Make tests portable across PHP 7.x versionsChristopher Jones2018-09-245-7/+7
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-09-24144-167/+167
|\ \ | |/
| * And strip trailing tabs too...Christopher Jones2018-09-24146-169/+169
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-09-244-4/+4
|\ \ | |/
| * Sync EXPECT usage with PHP-7.3Christopher Jones2018-09-2491-98/+95
* | Merge branch 'PHP-7.2' into PHP-7.3Christopher Jones2018-09-24262-605/+604
|\ \ | |/
| * Remove trailing whitespace to help keep branches in syncChristopher Jones2018-09-24267-624/+623
* | Remove duplicated testsGabriel Caruso2018-02-222-147/+0
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2087-87/+87
* | Remove duplicated informations in testsGabriel Caruso2018-02-191-4/+1
* | Remove trailing whitespace in inc filesGabriel Caruso2018-02-105-22/+22
* | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-2/+2
* | Use int instead of integer in type errorsGabriel Caruso2018-02-044-5/+5
|/
* Fixed valgrind issueTianfang Yang2017-10-161-3/+3
* Sync OCI8 on PHP 7.x branchesTianfang Yang2017-08-134-101/+101
* Expose oci_unregister_taf_callback()Christopher Jones2017-07-261-3/+3
* Bump OCI8 version for recent patchChristopher Jones2017-07-141-3/+3
* Add IN bind case to bug74625.phptChristopher Jones2017-06-211-12/+49
* Fixed bug #74625 (Integer overflow in oci_bind_array_by_name).Ingmar Runge2017-06-211-0/+28
* Remove use of obsolete create_function()Christopher Jones2017-06-216-6/+6
* Update OCI8 version test and package.xmlChristopher Jones2017-06-211-3/+3
* add test for bug #70700Chuck Burgess2017-06-201-0/+183
* Fixed bug #71148 (Bind reference overwritten on PHP 7)Christopher Jones2016-10-172-3/+194
* Bump version in OCI8 testChristopher Jones2016-08-091-3/+3
* Fix bug #72524 (Binding null values triggers ORA-24816 error)Christopher Jones2016-08-078-484/+584
* Merge branch 'PHP-5.6' into PHP-7.0Christopher Jones2016-07-074-4/+4
|\
| * Mask DB usernames from expected test output for test portabilityChristopher Jones2016-07-074-4/+4
* | Bump version in testChristopher Jones2016-04-181-3/+3
* | Fixed bug #71600 (oci_fetch_all segfaults when selecting more than 8 columns)...Christopher Jones2016-04-141-0/+96
* | Merge fix for bug #71422. No code changed needed in PHP 7Christopher Jones2016-04-141-0/+65
|\ \ | |/
| * Fixed bug #71422 (Fix ORA-01438: value larger than specified precision allowe...Christopher Jones2016-04-141-0/+65
| * Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)Christopher Jones2015-11-071-0/+51