]> granicus.if.org Git - php/commit
Accept null $location in SoapClient::__setLocation()
authorNikita Popov <nikita.ppv@gmail.com>
Wed, 10 Feb 2021 09:50:42 +0000 (10:50 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 10 Feb 2021 09:50:42 +0000 (10:50 +0100)
commit788abb8cc818dc86c1ca7b505064edf88dc65b33
treec091541d51e466b8d3c8a57a94f29631e0a3dbe4
parent32d128d219f2d2d0767103091b4209a28f48b4ac
Accept null $location in SoapClient::__setLocation()

Currently an empty string is used to unset the location. Once
again, it makes more sense to use a null value for this purpose
(though the special behavior of empty strings is retained).

The code comment above the function also explicitly indicates
that null should be accepted, and the function does return null
rather than an empty string for the old location value (if it
is missing).
ext/soap/soap.c
ext/soap/soap.stub.php