summaryrefslogtreecommitdiff
path: root/ext/oci8/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Change line endings: Windows to UnixChristopher Jones2015-11-263-573/+573
* | Improve test portabilityChristopher Jones2015-11-251-18/+18
* | Stablize test on WindowsChristopher Jones2015-11-201-1/+1
* | Fix bug 68298 (PHP OCI8 OCI int overflow) (Senthil)Christopher Jones2015-11-071-0/+51
* | Fix mem leak and improve test portability (Senthil)Christopher Jones2015-10-071-100/+102
* | Improve row fetch changes for PHP7. Update test SKIPIFs. Add test for 11g cli...Christopher Jones2015-09-154-2/+288
* | Fix mem leak in PHP7Christopher Jones2015-09-141-1/+5
* | Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed)...Christopher Jones2015-09-1210-594/+657
* | Squash some more PHP 7 diffs and improve test portability (Senthil)Christopher Jones2015-08-2612-43/+38
* | Resolve build warnings. Bump ver. Better range check. Fix diffsChristopher Jones2015-08-192-4/+2
* | Further PHP 7 compat for OCI8Christopher Jones2015-08-1210-14/+14
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-213-4/+4
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
|/
* OCI8: fix prototypes for oci_field_*(). They can take a column index or name.Christopher Jones2014-03-191-10/+10
* Change test package name ARRAYBINDPKG1 to a per-file unique name to aid paral...Christopher Jones2014-03-1924-113/+113
* Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name()Christopher Jones2014-02-103-0/+249
* OCI8: More test updatesChristopher Jones2013-10-162-1/+17
* OCI8: Mostly SKIPIF version updates to simplify version checks at the expense...Christopher Jones2013-10-1646-552/+165
* Add new testsChristopher Jones2013-10-072-0/+130
* 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