php-go icon indicating copy to clipboard operation
php-go copied to clipboard

Missing stdint.h

Open andrenth opened this issue 7 years ago • 0 comments

Hi

First of all thanks for this library. When building an extension with PHP 5.6, I get the following error:

zend_ini.go:123:26: could not determine kind of name for C.uint32_t

I can fix it by adding #include <stdint.h> in the cgo comments in that file.

Do you think you could apply this fix?

andrenth avatar Oct 02 '18 20:10 andrenth