Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Sep 2017 02:28:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 222097] [PATCH]www/phpvirtualbox 5.1.1: SOAP Validation constraint violation
Message-ID:  <bug-222097-13-fS56JJdiug@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222097-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222097-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D222097

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

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

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

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222097-13-fS56JJdiug>