From a02ac0c1fcfe2dd87fdd638477574c44df1b0d79 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Tue, 12 Oct 1999 15:23:59 +0000 Subject: [PATCH] (wddx_add_vars) adjusted to new resource-API --- ext/wddx/wddx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index 5eb14104ec..5a5b566249 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -853,7 +853,7 @@ PHP_FUNCTION(wddx_add_vars) packet_id = args[0]; - packet = (wddx_packet *)zend_fetch_resource(packet_id, -1, "WDDX packet ID", le_wddx); + packet = (wddx_packet *)zend_fetch_resource(packet_id, -1, "WDDX packet ID", NULL, 1, le_wddx); if (!packet) { efree(args); -- 2.49.0