Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63957 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81186 invoked from network); 17 Nov 2012 18:23:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2012 18:23:02 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:58244] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AA/9A-08060-606D7A05 for ; Sat, 17 Nov 2012 13:23:02 -0500 Received: by mail-la0-f42.google.com with SMTP id s15so2959099lag.29 for ; Sat, 17 Nov 2012 10:22:59 -0800 (PST) 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=Et+V7tDTgTXgM1jwVmJjhT+KhAKiQOMdfo/WAHtEY7E=; b=hEXQJSkmxf9ywznW2x8+Ein9iHhDgzo264c+ZYM1ILnyb16xfYG5cIGF/Wc5UVbWEH V0++HHi6JhsnNauUBqcwINC/HL/C2p5HXNGRNK+IqBeYiI3kVYDtqqyPn8ZH9M4PULNP 85dngxRPx3ii1/QUkHoawFhHJo7G2ZI3HYlmh2a2MsjS7U/R7E91rDEuu73iU58X7y0b dURrdHdDyrHBnUA/bw1rLqVTdfhE8INKBwS8Nph3tdut00c0oSAF0dKwW+3eLb4aBa7t wFeUU7cyYe9vm34UUA/N2juKk9mpw2pywmjbvLzjkvElmj2hIs/o+s51rrvQN+DWOSsc yruA== MIME-Version: 1.0 Received: by 10.112.41.2 with SMTP id b2mr3219143lbl.5.1353176579221; Sat, 17 Nov 2012 10:22:59 -0800 (PST) Received: by 10.112.83.100 with HTTP; Sat, 17 Nov 2012 10:22:59 -0800 (PST) In-Reply-To: References: <23CB37F5-E956-4A5C-8ECC-7CF347A9086C@roshambo.org> Date: Sat, 17 Nov 2012 19:22:59 +0100 Message-ID: To: Sherif Ramadan Cc: Ferenc Kovacs , Philip Olson , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=e0cb4efe2a2852aa4d04ceb4f918 Subject: Re: [PHP-DEV] Where did the _logo_ functions go? From: nikita.ppv@gmail.com (Nikita Popov) --e0cb4efe2a2852aa4d04ceb4f918 Content-Type: text/plain; charset=ISO-8859-1 On Sat, Nov 17, 2012 at 6:09 PM, Sherif Ramadan wrote: > On Fri, Nov 16, 2012 at 5:07 PM, Nikita Popov > wrote: > > Why would you need those data uris? > > For what reason would anyone need the GUIDs? To get the logo maybe? I > don't know. > > > I mean, if you want to embed a PHP logo, > > then just embed that logo. If you want to put an image on a website, you > > would usually also just include that .png, rather than creating a data > URI > > from it and embedding that. > > > > I don't see a reason to expose those uris. > > > > I didn't see a reason to expose the GUIDs either, but hey I'm just > stating the obvious here. > > PHP had a way to get the logo exposed to userspace. It seems like we > just make up these reasons as we go along. When they were GUIDs they > were OK when they became data URIs, obviously (and for reasons that > appear to be obvious only to those who make these decisions) they > weren't. > The GUID functions were added decades ago, but now we're talking about ... now. Things changed. PHP isn't in the just-add-a-function-for-everything mode anymore. Unless displaying a PHP logo is a common thing to do there is no reason to add a function for it. --e0cb4efe2a2852aa4d04ceb4f918--