Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97314 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25854 invoked from network); 6 Dec 2016 17:48:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2016 17:48:08 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.161.171 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.161.171 mail-yw0-f171.google.com Received: from [209.85.161.171] ([209.85.161.171:35611] helo=mail-yw0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/95-11772-3D9F6485 for ; Tue, 06 Dec 2016 12:48:05 -0500 Received: by mail-yw0-f171.google.com with SMTP id i145so280308521ywg.2 for ; Tue, 06 Dec 2016 09:48:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=basereality-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=58Ksoo9GGk6w2ms6dxS4hJpcELx0SiPt7zrI4JDe9TA=; b=1C6+1r+8GOHsm4vRjkUuJ25LoK7R1VrGPPTsqP9UsN4x0HdZxioXfQQiA4JL9+2qDq sHyTzoyAm+hUHb0n/Vy3I0sF8zxwyPNAWogovz/7q99AABTplojgumCHGF8BW9L2a9LA Fgjdk4sLLUWOCSnEVrm+W32WhsqjnCsqSe6+HQLU8bKm5u7d9waf1nD9j63l0oot+0iz wT582k0tgSqG/SEJnS1xpf9UHyMjxaQXe7SzJH9OrOVjq/bp9pKd0nwGxgwBrBHG1Tft WocGQJFY5zF3biXHCXt9ave1iZQCz57fMP7O6D8+x6dxAo66x8G6lHYx+Sbhl6KMPPmP lz7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=58Ksoo9GGk6w2ms6dxS4hJpcELx0SiPt7zrI4JDe9TA=; b=WBcpjv1DEWWzqi+V09tmTfpO4sRLH6BmzFuCF0irzDtRSbUp1WoXJsTSUlPku6SOPF eQfiqhCZGk6aYb9cPRjtni8dA4vuiK1vU6PUO+Vv2j5U5FdRqJhD12Vz0fF08nBIXjPc lCLFczX56JGDvSiKpacUzAwdWKQZSuVaTJCEu0OsWzUISWfWYgjyoQBLGiKFhx5e8MsI AL88Ho4oM8h3CvlpshHa5VjXJcRZkna/QAaEMs2IgZXRxO7CDuM5HnIAOI4zXx0z5x94 Q29SNbA479OKbe2qpqnf4o5dWHlNSZE0ZUZ9z+Bm7H9bASUJWA6uXIeBlEG8Hzz16gou EHNg== X-Gm-Message-State: AKaTC02DISLepqaFR0+luQknSNZ1pCnbhi1UcD1ZBdBTU5Bp3F+dfMhxT9qm+pFnF/GV29/5FR/P+5MziS+ptA== X-Received: by 10.37.41.67 with SMTP id p64mr12858546ybp.15.1481046480604; Tue, 06 Dec 2016 09:48:00 -0800 (PST) MIME-Version: 1.0 Received: by 10.37.88.193 with HTTP; Tue, 6 Dec 2016 09:48:00 -0800 (PST) X-Originating-IP: [77.101.210.160] In-Reply-To: References: Date: Tue, 6 Dec 2016 17:48:00 +0000 Message-ID: To: =?UTF-8?Q?Silvio_Mariji=C4=87?= Cc: PHP Internals List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV][RFC][DISCUSSION] SoapClient __getLocation method From: danack@basereality.com (Dan Ackroyd) On 6 December 2016 at 14:59, Silvio Mariji=C4=87 = wrote: > https://wiki.php.net/rfc/soap_get_location > https://github.com/php/php-src/pull/2232 > > Any feedback? Looks good to me. I'm not entirely sure this needs an RFC, but maybe some people have some reason to object to it. The only other thing to note is that ext/soap is an example of an extension that could/should eventually be replaced with a userland replacement and removed from core.....but that is a task for another day. cheers Dan Ack