SIGN IN SIGN UP

Protocol Buffers - Google's data interchange format

0 0 35 C++

Fix the bug in php c extension that setting one field can change anotherĀ field's value. (#3455)

* Fix the bug in php c extension that setting one field can change another
field's value.

The reason is that previously, in c extension, it was assumed that the
order that fields were declared in php is the same as the order of
fields in upb. This is not true. Now, for every field in upb, we will
look up the actual property that is corresponding to the upb field.

* Cleanup pull request

* Fix indentation

* Port to php5

* Port with php7.1

* Port to zts
P
Paul Yang committed
49b44bff2b6257a119f9c6a342d6151c736586b8
Parent: 21b0e55
Committed by GitHub <noreply@github.com> on 8/4/2017, 11:35:49 PM