Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63952 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71969 invoked from network); 17 Nov 2012 17:09:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Nov 2012 17:09:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=theanomaly.is@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=theanomaly.is@gmail.com; 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: theanomaly.is@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:61205] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/D8-08060-ED4C7A05 for ; Sat, 17 Nov 2012 12:09:50 -0500 Received: by mail-la0-f42.google.com with SMTP id s15so2934934lag.29 for ; Sat, 17 Nov 2012 09:09:47 -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=ypKhPfDnTNFeDadH4RmFdaPUjn71EqPGl8Im2L0bHsw=; b=wwhcNtjOjwPxkOfDFj2y5wP9KW6XFugI1ZxvspnudWBcbbSIwhittbLTBZbRUlUyuy Iq/xgt8i6uzeMXpSjgCb8NyevJRHbkVBQPwL0jTmmEinrUC8QNO+UC5sU8vL2FuqjqMj 77D1wq7NpkNwEbKMf8Fz+C3mT8E1rsv3P1vRshBZ9HND7HoXw7vPim6f1IEqPhp5vHhK hnV8QgmJQGB1r7hyFiNR8/QxWusE9TVSkYYYJRkruHfK77Jnea8g/8RoYea/YiVOfuiL EFW5zIc28dTNfd3UohZMNf8J9tZedCXZlZm57577wH+clC2UP2AMqAj/MpoOfAHn7wMx oZ/Q== MIME-Version: 1.0 Received: by 10.152.147.100 with SMTP id tj4mr7239218lab.42.1353172187017; Sat, 17 Nov 2012 09:09:47 -0800 (PST) Received: by 10.112.24.37 with HTTP; Sat, 17 Nov 2012 09:09:46 -0800 (PST) In-Reply-To: References: <23CB37F5-E956-4A5C-8ECC-7CF347A9086C@roshambo.org> Date: Sat, 17 Nov 2012 12:09:46 -0500 Message-ID: To: Nikita Popov Cc: Ferenc Kovacs , Philip Olson , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Where did the _logo_ functions go? From: theanomaly.is@gmail.com (Sherif Ramadan) 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. I guess I need to get in on this foresight I'm not in possession of.