Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:78081 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18728 invoked from network); 14 Oct 2014 23:26:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Oct 2014 23:26:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.176 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 209.85.214.176 mail-ob0-f176.google.com Received: from [209.85.214.176] ([209.85.214.176:36513] helo=mail-ob0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/DB-18603-521BD345 for ; Tue, 14 Oct 2014 19:26:30 -0400 Received: by mail-ob0-f176.google.com with SMTP id m8so95022obr.35 for ; Tue, 14 Oct 2014 16:26:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SgTG2J7BBNhdK4hwnbP3Nvp+MAfJvmryiS+YQIsBCYI=; b=fPVWNYsjFDZQUETb15S1rvpxnQ85TKt+06ykOmZnsiIRevmSBE4aKMmtbtY7Hhj7sE yPkr944Knwz3b5rKBEo8u98GR3muhlp3k3xwvvXJDOVVnE1ciVaYYL+mUB5JqQyiSljj K0jQOWkaXG8cxONQR9WzHRo4ctR9+9anui83c1vzaUWZ3OlbQ037Wl7mAkQXnwYhMp4A aDPALGegNOZDKyC+4u89XToHTSoxq8J4JOKU3QXlW2trRWabixMNNuuKG4gye72uFAuW AKTt9FVgJz0G8aW0kyQUPM+rwEAyRImG7Ap9cCPsx/nPacKCRpghUPYkn549DSeLYcfp 0ezA== MIME-Version: 1.0 X-Received: by 10.182.210.232 with SMTP id mx8mr5009587obc.46.1413329187451; Tue, 14 Oct 2014 16:26:27 -0700 (PDT) Received: by 10.202.169.201 with HTTP; Tue, 14 Oct 2014 16:26:27 -0700 (PDT) Received: by 10.202.169.201 with HTTP; Tue, 14 Oct 2014 16:26:27 -0700 (PDT) In-Reply-To: References: <776669CE-9E8C-4069-9834-C7275CCA0EF4@ajf.me> <8CB055D4-F164-4DF3-B019-684BAE7E016E@ajf.me> <543D47C1.9050009@lerdorf.com> <543D4CE1.5000109@lerdorf.com> <543D6864.10508@gmail.com> <543D85E6.2020507@lerdorf.com> <57b7a3681d6c2c7ae123c8921b2d19d6@mail.gmail.com> <7806718a072a36a20291a624e1532add@mail.gmail.com> Date: Tue, 14 Oct 2014 16:26:27 -0700 Message-ID: To: Park Framework Cc: Rasmus Lerdorf , PHP internals list , Rowan Collins , Zeev Suraski Content-Type: multipart/alternative; boundary=001a11c2b12c2b383105056a58bb Subject: Re: [PHP-DEV] New globals for PUT and DELETE From: kris.craig@gmail.com (Kris Craig) --001a11c2b12c2b383105056a58bb Content-Type: text/plain; charset=UTF-8 On Oct 14, 2014 3:44 PM, "Park Framework" wrote: > > I also implement RESTFul projects, argue need to modify PHP to make it > convenient for RESTFul :) > > The problem is not in the names of global variables, the problem is a > lack of data they, if method request PUT, DELETE. > > But there is nothing wrong with the renaming and adding aliases, > rename $HTTP_GET_VARS, over time, are used to and have begun to use > > 2014-10-15 1:21 GMT+03:00 Zeev Suraski : > >> -----Original Message----- > >> From: Park Framework [mailto:park.framework@gmail.com] > >> Sent: Wednesday, October 15, 2014 1:16 AM > >> To: Zeev Suraski > >> Cc: Kris Craig; Rasmus Lerdorf; Rowan Collins; PHP internals list > >> Subject: Re: [PHP-DEV] New globals for PUT and DELETE > >> > >> 2014-10-15 0:56 GMT+03:00 Zeev Suraski : > >> > >> > PHP today to enable successful & easy implementation of RESTful > >> interfaces. > >> > >> No, now PHP not successful & not easy implementation of RESTful > >> interfaces. > > > > Projects like Apigility beg to differ. > > > > Zeev It is worth noting that nearly all APIs that claim to be RESTful are not. --Kris --001a11c2b12c2b383105056a58bb--