- Issue created by @pcambra
- πͺπΈSpain pcambra Asturies
I'll add a MR to get this out of my dblog, no need to credit :)
- Merge request !70Issue #3501080: PHP 8.4: Calling stream_context_set_option() with 2 arguments... β (Merged) created by pcambra
- πΊπΈUnited States cmlara
Having a heck of a time over in π Deprecations should not fail the pipeline Active trying to get PHPUnit to allow tests to pass with this deprecation.
It appears PHPUnit may force function deprecation's up to an Exception while allowing other PHP deprecation to proceed (opinionated PHPUnit strikes again?).
The replacement method was only added in PHP8.3 so this will need a function_exists wrapper. Also looks appears we may have to resolve some baselined phpstan warnings at the same time to add the new code.
π PHP7.0 support Active is not a limiter as this can be done in a manner that supports all versions of PHP.
- πΊπΈUnited States cmlara
PHPUnit fail is expected. No stream_context deprecation seen.
This is a pre-requisite to resolving PHPUnit failing on deprecation as it can not be ignored in phpunit configuration.
-
cmlara β
committed b46788f4 on 8.x-3.x authored by
pcambra β
Issue #3501080 by pcambra, cmlara: PHP 8.4: Calling...
-
cmlara β
committed b46788f4 on 8.x-3.x authored by
pcambra β