cyjoelchen / php-sweph

PHP Extension for Swiss Ephemeris
Other
63 stars 29 forks source link

Fix PHP 7.0 failures. #74

Closed kevindecapite closed 3 years ago

kevindecapite commented 3 years ago

Receiving Fatal error: Directive 'track_errors' is no longer available in PHP in Unknown on line 0 when running tests on PHP 7.0. Additionally, many tests are failing.

The GH workflow is providing a false positive because make test always returns status 0, regardless of individual test results.

Refs:

Tests are passing correctly on other versions of PHP.