We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709925a commit 9eb7990Copy full SHA for 9eb7990
azure/community_job.yml
@@ -69,6 +69,7 @@ jobs:
69
php7.3 ./phpunit install
70
# Work around PHP 8 incompatibility in Doctrine
71
sed -i 's/function query()/function query(...$args)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
72
+ sed -i 's/function setFetchMode($fetchMode, $arg2 = null, $arg3 = null)/setFetchMode($fetchMode, $arg2 = null, $arg3 = null, ...$args)/' vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
73
export USE_ZEND_ALLOC=0
74
export USE_TRACKED_ALLOC=1
75
export ASAN_OPTIONS=exitcode=139
0 commit comments