Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:97315 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28801 invoked from network); 6 Dec 2016 18:29:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Dec 2016 18:29:40 -0000 Authentication-Results: pb1.pair.com header.from=marijic.silvio@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=marijic.silvio@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.178 as permitted sender) X-PHP-List-Original-Sender: marijic.silvio@gmail.com X-Host-Fingerprint: 209.85.223.178 mail-io0-f178.google.com Received: from [209.85.223.178] ([209.85.223.178:35158] helo=mail-io0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4B/06-11772-19307485 for ; Tue, 06 Dec 2016 13:29:37 -0500 Received: by mail-io0-f178.google.com with SMTP id a124so667850628ioe.2 for ; Tue, 06 Dec 2016 10:29:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=WE5Aa9EhoG5uuUOBx0wxrylMyEk2BO7fKPaUJnEjGj4=; b=f5TlCXM6wD37xcvBxJY2sjn/uBXoJTVrC80cDdoJcv6GcLPI/ZKILD/bL6xaZ44g5M KeCm+vzVxC4ag2t0Gf0cF9/4OqHXdWRQPhe4MSctOYZdeEnx7lpcjQ7xAeZe53336IsW 6eNhgZ7HkicLWu6VxKTNpo8j4x3OY0kL7uNXACibHMu+yl0chiufplm/6VIZbqCgfNiK dDX+2o3WxaH43TQrVbWqHsGuZ2jRYfLuPHf+caT+e5htI3jKUwUeRD5W21RPPlWUsodX OMPmpSuPJFaKbGiJZTNFPtSEWGHTSEzia1ZuYkqWFXaZfhAXK8+dFxhUZC3Pm9FFAI1U nozg== 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; bh=WE5Aa9EhoG5uuUOBx0wxrylMyEk2BO7fKPaUJnEjGj4=; b=R96ZdY6sChK5RFUsZkar4suBdp5U9ELnqDKBrrKYLfpB3BZXugh3e7BDzIAeWpcY6J c8agzTYESwzByAS4eiSKasYTuDD26VuF5zHUlH1lN3GYw/hRXEsd8X5hnoOH3851QqHQ Jf+EMGAn9xVVdZgc2HRyO00CpWDcxZzjvzDVt04xE79EinF0hELsUagDK4Zu717WIKE6 RHBc7q6SbY/tVmuhCPCMEGYEsCBNTI5k6P/P0jCN9FAL6tc2vUlz6LMqp0DHxEnR3PFk K1VZ5igaOFrnYWuSgMu1/Cj48U/gqq2nVHHi+k1qY9Y7JYjM4v+HT9o3RnpX2yLAcWR2 sN2Q== X-Gm-Message-State: AKaTC02wkf3oOIJiidR3ptc/x7sLZttkA17TV2G5GDb4pUScilGfjIfCf1f3FsxuBKU4O+yLPCvSb+YO5bmGTQ== X-Received: by 10.36.13.82 with SMTP id 79mr3640907itx.22.1481048974008; Tue, 06 Dec 2016 10:29:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.36.110.142 with HTTP; Tue, 6 Dec 2016 10:29:33 -0800 (PST) Received: by 10.36.110.142 with HTTP; Tue, 6 Dec 2016 10:29:33 -0800 (PST) In-Reply-To: References: Date: Tue, 6 Dec 2016 19:29:33 +0100 Message-ID: To: Dan Ackroyd Cc: PHP Internals List Content-Type: multipart/alternative; boundary=001a113f6c1cfda728054301958f Subject: Re: [PHP-DEV][RFC][DISCUSSION] SoapClient __getLocation method From: marijic.silvio@gmail.com (=?UTF-8?Q?Silvio_Mariji=C4=87?=) --001a113f6c1cfda728054301958f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Dan, Thanks for feedback. I'm not sure about RFC either, but it is a new feature sort of. Cheers, Silvio. On Dec 6, 2016 6:48 PM, "Dan Ackroyd" wrote: > 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 > --001a113f6c1cfda728054301958f--