[Bug 222097] [PATCH]www/phpvirtualbox 5.1.1: SOAP Validation constraint violation

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 8 02:28:41 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222097

--- Comment #5 from rozhuk.im at gmail.com ---
Before I found patch I was thinking about add checks for all args, like:

check_arg($arg) {
    return (($arg === null) ? "Null" : $arg);
}

...
        $request->accessMode = check_arg($arg_accessMode);
        $request->forceNewUuid = check_arg($arg_forceNewUuid);
...

wsdl accept "Null" for many/all args.
IMHO before php7 if $arg = null then may be it was converted to "Null" and all
works.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list