deuill / go-php

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

Clean up C pre-processor mess #23

Closed deuill closed 8 years ago

deuill commented 8 years ago

Currently, large parts of the C source use pre-processor tricks for maintaining compatibility between versions 5 and 7 of PHP. This contains work for cleaning the dependencies up by introducing an extra level of C source, tailored to each supported version of PHP.

deuill commented 8 years ago

Code is done, tested against PHP 5.6.21 and 7.0.6.