php-geospatial / geospatial

PHP Extension to handle common geospatial functions.
Other
60 stars 18 forks source link

fix compatibility with PHP 8.0.0RC1 #27

Closed remicollet closed 3 years ago

remicollet commented 3 years ago

Perhaps simpler/better to drop compat. with PHP 5 and remove all TSRMLS usage

Need to relax the test suite as float output have changed.

derickr commented 3 years ago

I have resolved this by dropping support for PHP 5 instead.

remicollet commented 3 years ago

I have resolved this by dropping support for PHP 5 instead.

+1