Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61237 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96851 invoked from network); 14 Jul 2012 21:29:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2012 21:29:57 -0000 Authentication-Results: pb1.pair.com header.from=brandon.wamboldt@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=brandon.wamboldt@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: brandon.wamboldt@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bk0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:45577] helo=mail-bk0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EC/E0-20866-4D4E1005 for ; Sat, 14 Jul 2012 17:29:57 -0400 Received: by bkcjm19 with SMTP id jm19so3600150bkc.29 for ; Sat, 14 Jul 2012 14:29:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=lvpfZV7FQnccmlK/H2VkvHmaviAG6eim/OzO+eY6ZfE=; b=Dn1Re8kSeySs4Xl1nRuo3sLfzj9rQP+Jbqk2d9bIr/Ih3sHyCF4+VrWe1eNNBcQ8gr Iwp4xF3738lndzDAesQYe3ZnhPY0onwBjRrgOwS+1pS2v7CWDaAmu0P3wM+GMu9xxcu0 VaazYIVFRmedctBV6KsJWyvZ2cAYbW3Z5a/3EKUZ/ULA33asN08MgCMcajRaZdcrxVIV 1tHd+qgAGafrmNT3kgkV3GQMFFjsgHXdcy3AaDpklyRhFGP1XCi4MzNgsGCi4WuufJPC VoyppXmXoR0fZ4Knu6isAVJeyXGRIuvc6+yX4ay3d38RpSjuUIjQt6yX7zXF1ajGbTtn rIkA== Received: by 10.205.123.8 with SMTP id gi8mr2775854bkc.92.1342301392802; Sat, 14 Jul 2012 14:29:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.140.139 with HTTP; Sat, 14 Jul 2012 14:29:32 -0700 (PDT) In-Reply-To: <5001E196.1000408@lerdorf.com> References: <5001E196.1000408@lerdorf.com> Date: Sat, 14 Jul 2012 18:29:32 -0300 Message-ID: To: Rasmus Lerdorf Cc: Andrew Faulds , internals Content-Type: multipart/alternative; boundary=000e0ce03a92b3127504c4d0e5ff Subject: Re: [PHP-DEV] [proposal + pull request] Replace logo GUIDs with data URIs From: brandon.wamboldt@gmail.com (Brandon Wamboldt) --000e0ce03a92b3127504c4d0e5ff Content-Type: text/plain; charset=ISO-8859-1 FYI, data URIs are only supported in IE8 or higher, IE7 and below do not support them. On Sat, Jul 14, 2012 at 6:16 PM, Rasmus Lerdorf wrote: > On 07/14/2012 01:49 PM, Andrew Faulds wrote: > > Hi there, > > > > This is a patch that replaces PHP's infamous logo GUIDs with data URIs > > instead, and also embed PHP credits in the phpinfo() page, hidden > > using JavaScript (but gracefully degrading), to eliminate these GUIDs > > altogether. > > > > :) > > > > https://github.com/php/php-src/pull/132 > > Looks ok to me. master-only, of course. It is simpler and cleaner than > the GUID approach and I think enough browsers can handle data URIs these > days. > > -Rasmus > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- *Brandon Wamboldt* Programmer / Web Developer StackOverflow Careers Profile- GitHub Profile - LinkedIn - My Blog --000e0ce03a92b3127504c4d0e5ff--