diff options
| author | Marcus Boerger <helly@php.net> | 2006-03-30 23:03:53 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2006-03-30 23:03:53 +0000 |
| commit | e365c4b7c421f593684e2d2107ecd0b109115d22 (patch) | |
| tree | ebce6d913b46ff04a56b63a3300445ca163ec3d8 | |
| parent | b7244fc2c0d1974cea2a1f10892fbdfc5befd000 (diff) | |
| download | php-git-e365c4b7c421f593684e2d2107ecd0b109115d22.tar.gz | |
- Fix build
| -rw-r--r-- | ext/wddx/wddx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index c1fcb04f99..a6be1af8dd 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -983,7 +983,7 @@ static void php_wddx_pop_element(void *user_data, const XML_Char *name) (void *) &tmp, sizeof(zval *), 0); if (incomplete_class) { - php_store_class_name(obj, Z_STRVAL_P(ent1->data), Z_STRLEN_P(ent1->data)); + php_store_class_name(obj, Z_UNIVAL_P(ent1->data), Z_STRLEN_P(ent1->data)); } /* Clean up old array entry */ |
