mirror of
https://github.com/php/php-src.git
synced 2024-11-26 03:16:33 +08:00
compile was broken, new argument?
This commit is contained in:
parent
b1125bb7bc
commit
a7f48e470f
@ -431,7 +431,7 @@ PS_SERIALIZER_ENCODE_FUNC(wddx)
|
||||
php_wddx_add_chunk_static(packet, WDDX_STRUCT_S);
|
||||
|
||||
ENCODE_LOOP(
|
||||
php_wddx_serialize_var(packet, *struc, key);
|
||||
php_wddx_serialize_var(packet, *struc, key, strlen(key));
|
||||
);
|
||||
|
||||
php_wddx_add_chunk_static(packet, WDDX_STRUCT_E);
|
||||
|
Loading…
Reference in New Issue
Block a user