Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63944 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 90345 invoked from network); 16 Nov 2012 22:07:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2012 22:07:53 -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.217.170 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:50967] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 46/8E-08060-739B6A05 for ; Fri, 16 Nov 2012 17:07:52 -0500 Received: by mail-lb0-f170.google.com with SMTP id j14so2622361lbo.29 for ; Fri, 16 Nov 2012 14:07:49 -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=2sS1iS1mTYEOfFxstid0tCj17y8wSh4tPB7SzZVEWrQ=; b=uOGU2PvBS+fdCp2t2vJ68+IMIzkSVa7kntficd17YnZf/rkCQkx+BQSrSTokheMavQ +J8cxL1WYlS4VCHT88ORXZKYJMbrYBR5ALP+BbSGZZZKimr3Sgo61Oj4sRc1iJ+4xn7A y2Wh+kre8kyTjEKTdi8Yg613nkndLkfgvBwCZngEYYW/sltf6QCjU76SGzgzEyc7rFOD SOCcwdnvwdjN3ceQgAIe0h0/VH/mZdySoVUl4Lw0zM4Ra+AS6k9vGPMN2///CNRxs4nn wpXsfPE59oHvH5kD+/buEeN/t9da293X6J5cPVshjj74B+opLgPUu86NIRO0sgnHbh4d uB9Q== MIME-Version: 1.0 Received: by 10.112.87.97 with SMTP id w1mr2474189lbz.77.1353103668980; Fri, 16 Nov 2012 14:07:48 -0800 (PST) Received: by 10.112.83.100 with HTTP; Fri, 16 Nov 2012 14:07:48 -0800 (PST) In-Reply-To: References: <23CB37F5-E956-4A5C-8ECC-7CF347A9086C@roshambo.org> Date: Fri, 16 Nov 2012 23:07:48 +0100 Message-ID: To: Sherif Ramadan Cc: Ferenc Kovacs , Philip Olson , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=bcaec554e0fa88af6604cea3ff5e Subject: Re: [PHP-DEV] Where did the _logo_ functions go? From: nikita.ppv@gmail.com (Nikita Popov) --bcaec554e0fa88af6604cea3ff5e Content-Type: text/plain; charset=ISO-8859-1 On Fri, Nov 16, 2012 at 10:38 PM, Sherif Ramadan wrote: > Obviously it doesn't make sense to use the same function names for the > data uris, but why weren't new functions added to expose the data uris > to userspace in the same way we used to expose the guids to userspace? > > It only seems to make sense that we'd continue to do that and it's > such a simple fix to replace the functions with new ones. I honestly > don't care too much about this particular feature myself, but it > sounds pretty silly that this PR did not include the new functions for > exposing the uris. > > My 0.00002 cents... > Why would you need those data uris? 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. Nikita --bcaec554e0fa88af6604cea3ff5e--