Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63925 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21608 invoked from network); 16 Nov 2012 11:10:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2012 11:10:36 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.42 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.220.42 mail-pa0-f42.google.com Received: from [209.85.220.42] ([209.85.220.42:36711] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/82-08060-A2F16A05 for ; Fri, 16 Nov 2012 06:10:35 -0500 Received: by mail-pa0-f42.google.com with SMTP id fa1so1786772pad.29 for ; Fri, 16 Nov 2012 03:10:31 -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=GuN7fTr+uLNsTkE7ZUtsVd9qXLK7sToHSe1HJZpMvYc=; b=gf7yUL9OiYQC7vsrFaylTWxramBgvAFB05M5q3e4qJWsbezl/ktISRrLl3zaDMzxnv Mkr1vIxLDdnarMPYjVYWvS5wseQLYhUMf1HAF/cFhEmB0ph2MqWUPlXtZhIjkAEkL7tE Y8Jk3CVLbMzglbnwamSadrQWsKchT9c7jD3XtNHEiV42LXW4Y9WjX4ui2qDT3VPKzdYX xNeuRzxQhIDabTla1klPjpEDBo5v5nN1hh+g/uN4Eq3FnYsVP6qHz/LgZ64A9xefzakP u7nCfbgWfbXaiL+7kmxwlNkTTATPSCqOX7L8GmzLaK2TP0ZfGxj4rFroP9GbeFJL4tfE sU2Q== MIME-Version: 1.0 Received: by 10.69.0.10 with SMTP id au10mr14156648pbd.18.1353064231375; Fri, 16 Nov 2012 03:10:31 -0800 (PST) Received: by 10.68.247.202 with HTTP; Fri, 16 Nov 2012 03:10:31 -0800 (PST) In-Reply-To: References: <23CB37F5-E956-4A5C-8ECC-7CF347A9086C@roshambo.org> Date: Fri, 16 Nov 2012 12:10:31 +0100 Message-ID: To: Sherif Ramadan Cc: Philip Olson , PHP Developers Mailing List Content-Type: multipart/alternative; boundary=047d7b160505de915804ce9ad0fb Subject: Re: [PHP-DEV] Where did the _logo_ functions go? From: tyra3l@gmail.com (Ferenc Kovacs) --047d7b160505de915804ce9ad0fb Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Nov 16, 2012 at 3:31 AM, Sherif Ramadan wr= ote: > On Thu, Nov 15, 2012 at 8:26 PM, Philip Olson wrote= : > > Hello geeks, > > > > Why does PHP 5.5 remove the *_logo_* functions? Is this a security > > related move? Shouldn't these emit E_DEPRECATED errors in 5.5? > > > > Regards, > > Philip > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > Because the guids were removed. They were replaced with data URIs. It > would make sense if there was some function to expose those data URIs > to user-land, in the same way that the *_guid functions did, but I > guess there isn't. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > it was removed when https://github.com/php/php-src/pull/132 got merged after a brief vote on the internals mailing list. see Stas concerns about reusing the same function names for getting the data urls: http://www.mail-archive.com/internals@lists.php.net/msg59293.htm= l --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --047d7b160505de915804ce9ad0fb--