summaryrefslogtreecommitdiff
path: root/ext/oci8/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete flagChristopher Jones2013-09-061-2/+0
* Add test for oci_set_* error changesChristopher Jones2013-09-061-0/+72
* Initial PHP OCI8 2.0.0-dev commit.Christopher Jones2013-07-2491-574/+6519
* typo fixesVeres Lajos2013-07-151-1/+1
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-102-4/+4
* Merge branch 'PHP-5.3' into PHP-5.4Christopher Jones2012-08-143-3/+3
|\
| * Fix skipifsChristopher Jones2012-08-143-3/+3
* | Merge branch 'PHP-5.3' into PHP-5.4Christopher Jones2012-08-142-25/+29
|\ \ | |/
| * Small test tidy upChristopher Jones2012-08-142-25/+29
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-141-0/+3
|\ \ | |/
| * Skip tests reply on Zend MM turned onReeze Xia2012-08-111-0/+3
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-07-292-0/+6
|\ \ | |/
| * Skip test while zend mm is disabledXinchen Hui2012-07-292-0/+6
* | Merge branch 'PHP-5.3' into PHP-5.4Christopher Jones2012-03-301-0/+82
|\ \ | |/
| * Add php.ini parameter checks for OCI8Christopher Jones2012-03-301-0/+82
| * Add initialization tests for SQLT_INT bindsChristopher Jones2012-03-221-0/+109
* | Merge branch 'PHP-5.3' of ../php-5.3 into PHP-5.4Christopher Jones2012-03-211-0/+109
|\ \
| * | Add initialization tests for SQLT_INT bindsChristopher Jones2012-03-211-0/+109
| |/
| * Test portability and coverage changesChristopher Jones2012-03-125-4/+55
| * OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS.Christopher Jones2011-11-103-3/+8
| * Add tests for unsupported typesChristopher Jones2011-11-093-0/+63
| * Replace custom "stress_test" setting with generic SKIP_SLOW_TESTSChristopher Jones2011-11-0315-27/+14
| * Update for new Oracle patchset variationChristopher Jones2011-11-0116-65/+110
| * oci8 - Increase Oracle error message length for 11.2.0.3+Christopher Jones2011-10-252-0/+47
| * Test portability fixChristopher Jones2011-09-161-0/+3
| * Use unique object names to reduce potential clashes when testing in parallelChristopher Jones2011-09-072-14/+14
| * More test portability fixes mostly for gcov.php.netChristopher Jones2011-08-1311-3/+21
| * Improve test portabiltyChristopher Jones2011-08-052-12/+12
| * Update skipifChristopher Jones2011-07-251-0/+1
| * Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branchesChristopher Jones2011-06-10266-2177/+5576
| * Add oci_client_version() returning the runtime Oracle client library version ...Christopher Jones2011-06-102-0/+40
| * Improve test cross- DB version portabilityChristopher Jones2010-11-164-0/+90
| * Protect against null bytes in LOB filenames (rasmus)Christopher Jones2010-11-162-0/+107
| * Improve test portabilityChristopher Jones2010-11-109-73/+62
| * Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix...Kalle Sommer Nielsen2010-08-111-1/+1
| * Bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with intern...Christopher Jones2010-04-291-14/+37
| * Mask schemaname in error messagesChristopher Jones2010-04-282-5/+5
| * Fix #51220 by adding . Also improve reliability for tests using undefined beh...Christopher Jones2010-03-2624-340/+2275
| * Fixed bug #51291 (oci_error doesn't report last error when called two times)Christopher Jones2010-03-242-10/+438
* | Test portability and coverage changesChristopher Jones2012-03-125-4/+55
* | OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS.Christopher Jones2011-11-103-3/+8
* | Add tests for unsupported typesChristopher Jones2011-11-093-0/+63
* | Replace custom "stress_test" setting with generic SKIP_SLOW_TESTSChristopher Jones2011-11-0315-27/+14
* | Update for new Oracle patchset variationChristopher Jones2011-11-0116-65/+110
* | oci8 - Increase Oracle error message length for 11.2.0.3+Christopher Jones2011-10-252-0/+47
* | Test portability fixChristopher Jones2011-09-161-0/+3
* | Use unique object names to reduce potential clashes when testing in parallelChristopher Jones2011-09-072-14/+14
* | Remove duplicated testChristopher Jones2011-08-221-434/+0
* | More test portability fixes mostly for gcov.php.netChristopher Jones2011-08-1311-3/+21
* | Improve test portabiltyChristopher Jones2011-08-052-12/+12