allegro / php-protobuf

PHP Protobuf - Google's Protocol Buffers for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue making extension with phpize

dimxasnewfrozen opened this issue · comments

Hi. I just tried using phpize to make the extension and got this error:

"/php-protobuf/protobuf.c:574: error: PHP_FE_END undeclared here (not in a function)"

I've never used phpize before - could you provide the .so file directly? Does this also create a DLL for windows environments?

Hi. What PHP version and OS are you trying to build extension against? Unfortunately, I'm not able to reproduce situation you describe. Could you try http://serverfault.com/questions/317463/php-fe-function-c-error-when-trying-to-enable-extension?

As far as I'm concerned extension should build successfully on any platform that PHP does. I want to add extension to PECL and create system packages (i.e. deb files for Debian/Ubuntu).