From: Shane Caraveo Date: Thu, 26 Apr 2001 01:46:18 +0000 (+0000) Subject: compile was broken, new argument? X-Git-Tag: php-4.0.6RC1~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7f48e470fc8f3d2257971d26f6cae0a6bd659ba;p=php compile was broken, new argument? --- diff --git a/ext/session/session.c b/ext/session/session.c index 556e50a102..6d95051f78 100644 --- a/ext/session/session.c +++ b/ext/session/session.c @@ -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);