deuill / go-php

PHP bindings for the Go programming language (Golang)
MIT License
925 stars 105 forks source link

Confused about PHP7/ZTS #68

Open ClosetGeek-Git opened 5 years ago

ClosetGeek-Git commented 5 years ago

Hello, wondering what the is issue with ZTS in PHP7? For most part handing tsrm resources is easier in php7 (mostly unnecessary in fact).

deuill commented 5 years ago

You are correct, things are much better in PHP 7.x than they were in 5.x. I've sort of explained why support was removed here, but it mainly comes down to not really having much time to work on this library. Support across 5.x and 7.x versions makes things a bit more complicated, as well as slight differences between 7.x versions, which are currently unaccounted for.

That is to say, it's (probably) not a large amount of work -- I just haven't done it. I would welcome contributions, however.