1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

(wddx_add_vars) adjusted to new resource-API

This commit is contained in:
Thies C. Arntzen
1999-10-12 15:23:59 +00:00
parent 7dfbf440ef
commit a02ac0c1fc
+1 -1
View File
@@ -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);