Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63905 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65500 invoked from network); 16 Nov 2012 02:31:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2012 02:31:49 -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:53282] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/50-63561-495A5A05 for ; Thu, 15 Nov 2012 21:31:49 -0500 Received: by mail-la0-f42.google.com with SMTP id s15so1838824lag.29 for ; Thu, 15 Nov 2012 18:31:45 -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=5O/jkutAL/ZbpAgX8WxITpX+9k2qqALUeVIKh4CadYw=; b=NFuZV23C9s7eY8pVF+/CGkT16JkI1LB5OIcg+ladMxFUdZyxkk/I7emTwc+wA+DFCv z22oj+Em4NnspSLxmMt91iQDV6fsGWJn7+vrOjkbE42/Iz5BrkcVm4dWw3prIQj/xBYk kRND4eYpb3DoBI1YpOSYdj58icHvYhxpTvpJnqgiKd/HHvFH+kfFTBNohuFNrwOaatN0 tOsjbpPpCG4ldtPD0E41NI+eYltcEPW+AX3GFoyXHwYCx5lbEdGxNpRtoxrnZerADFUn hSbaUpT5Jlz/zcBsV2Y4cvAkvp9EC4+lTnG7IpewOhcr3nlPaknDDFUOHvwzx4IKtwIS g+gw== MIME-Version: 1.0 Received: by 10.112.25.168 with SMTP id d8mr1369369lbg.61.1353033105112; Thu, 15 Nov 2012 18:31:45 -0800 (PST) Received: by 10.112.24.37 with HTTP; Thu, 15 Nov 2012 18:31:45 -0800 (PST) In-Reply-To: <23CB37F5-E956-4A5C-8ECC-7CF347A9086C@roshambo.org> References: <23CB37F5-E956-4A5C-8ECC-7CF347A9086C@roshambo.org> Date: Thu, 15 Nov 2012 21:31:45 -0500 Message-ID: To: Philip Olson Cc: 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 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.