Skip to content

Commit d162147

Browse files
committed
Merge branch 'PHP-7.1'
2 parents c947731 + 6af1d7a commit d162147

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ext/wddx/wddx.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -471,10 +471,6 @@ static void php_wddx_serialize_object(wddx_packet *packet, zval *obj)
471471
*/
472472
if (call_user_function_ex(CG(function_table), obj, &fname, &retval, 0, 0, 1, NULL) == SUCCESS) {
473473
if (!Z_ISUNDEF(retval) && (sleephash = HASH_OF(&retval))) {
474-
PHP_CLASS_ATTRIBUTES;
475-
476-
PHP_SET_CLASS_ATTRIBUTES(obj);
477-
478474
php_wddx_add_chunk_static(packet, WDDX_STRUCT_S);
479475
snprintf(tmp_buf, WDDX_BUF_LEN, WDDX_VAR_S, PHP_CLASS_NAME_VAR);
480476
php_wddx_add_chunk(packet, tmp_buf);

0 commit comments

Comments
 (0)