Skip to content

fix prototypes for PHP 8#12

Merged
ashnazg merged 1 commit intopear:trunkfrom
remicollet:issue-php8
Aug 11, 2021
Merged

fix prototypes for PHP 8#12
ashnazg merged 1 commit intopear:trunkfrom
remicollet:issue-php8

Conversation

@remicollet
Copy link
Contributor

@remicollet remicollet commented Aug 11, 2021

Test suite fails with 8.0.9

Running 5 tests
FAIL DB::DB_Error[db_error.phpt]
FAIL DB::Error 2[db_error2.phpt]
FAIL DB::factory[db_factory.phpt]
PASS DB::isManip[db_ismanip.phpt]
PASS DB::parseDSN[db_parsedsn.phpt]
wrote log to "/builddir/build/BUILD/php-pear-DB-1.11.0/DB-1.11.0/tests/run-tests.log"
TOTAL TIME: 00:00
2 PASSED TESTS
0 SKIPPED TESTS
3 FAILED TESTS:

With this patch

PASS DB::DB_Error[db_error.phpt]
PASS DB::Error 2[db_error2.phpt]
PASS DB::factory[db_factory.phpt]
PASS DB::isManip[db_ismanip.phpt]
PASS DB::parseDSN[db_parsedsn.phpt]
TOTAL TIME: 00:01
5 PASSED TESTS
0 SKIPPED TESTS

@ashnazg ashnazg merged commit 6425c70 into pear:trunk Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants