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

PECL ProtocolBuffers

Results 20 php-protocolbuffers issues
Sort by recently updated
recently updated
newest added

If the field is defined as "optional uint32 xxx_y_zzz", than the magic method in php file must be called as "getXxx_YZzz(), setXxx_YZzz()". This PR will fix that bug. Best wishes.

This is reiteration of the previous issue since it's been a long time and it needs attention. When running sudo make install or sudo pecl install protocolbuffers-alpha `/tmp/pear/temp/protocolbuffers/php_protocolbuffers.h:46:40: error: ext/standard/php_smart_str.h:...

./php_protocolbuffers.h:46:10: fatal error: 'ext/standard/php_smart_str.h' file not found

I'm struggling with the bytes or utf-8 problem, the value of nick attribute is "nihao_1", while to array it changes to "1", I can't find out the reason PHP version...

we had read the source code , found the bug: file: serializer.c line: 76, 101 the 2nd var is 1, 101 if (php_protocolbuffers_serializer_resize(serializer, 1)) { but look the code bellow;...

php 7 release. when support to php7?

I am installing it on OSC 10.10 Yosemite. I already have MAMP installed. On running `make` I am getting: ``` In file included from ./protocolbuffers.h:34: ./php_protocolbuffers.h:41:10: fatal error: 'php.h' file...

It seems that `//` is not a supported comment type in M4, and causes an error message to appear in the configure output.

Always have a error ``` Uncaught exception 'ProtocolBuffersInvalidProtocolBufferException' with message 'passed variable contains malformed byte sequence. or it contains unsupported tag ``` Tried to test serialize/parse ``` $request = new...