From 0c4f5bcd75a9a653b1df4c96436295c762a1d365 Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 12 Jul 2018 18:12:27 +0200 Subject: [PATCH] Serialization cannot depend on JSON. It needs to be rewritten in the future --- vm.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/vm.c b/vm.c index 23ca993..b45449d 100644 --- a/vm.c +++ b/vm.c @@ -13599,8 +13599,6 @@ static const ph7_builtin_func aVmFunc[] = { {"json_encode", vm_builtin_json_encode }, {"json_last_error", vm_builtin_json_last_error}, {"json_decode", vm_builtin_json_decode }, - {"serialize", vm_builtin_json_encode }, - {"unserialize", vm_builtin_json_decode }, /* Files/URI inclusion facility */ { "get_include_path", vm_builtin_get_include_path }, { "get_included_files", vm_builtin_get_included_files},