Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61235 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93981 invoked from network); 14 Jul 2012 21:16:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2012 21:16:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.160.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.160.42 mail-pb0-f42.google.com Received: from [209.85.160.42] ([209.85.160.42:40413] helo=mail-pb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/40-20866-B91E1005 for ; Sat, 14 Jul 2012 17:16:12 -0400 Received: by pbbrp12 with SMTP id rp12so8527372pbb.29 for ; Sat, 14 Jul 2012 14:16:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=r7nvm2xYSasUanqsO9IEOnRlOyegFmnexR8RSxcMpIU=; b=Uct8tc/fq+yKtVTYRnK8JpHQ4qR/OHpz/cy8wP+qxrwhKHzPken7Kkmx2UZ54Dxk9V gScEVG/40spWt0W26O68P1WLlS+5FvnirZ0R5mIA0pWvP9zMEiOksdAHBWa+SIS4SRYf CRzTQWJj7UyldqVfQAevPDui1UZvwgZifK6qrMbLwSnCfmLLOzMghjSgj8aIc7lUbI/U dN0AFjo+U/5soMy4mDJn/Un2Bn6nHXXOn6C9hTZsi6hrZwdS0dozW4QtKgAcOz4k++eR Zo3VzEhyT5R0WASSxXJJnxuP5M9RyRceQOVYN1OCFpSqevjZNxpbrPZGMDcjulcLBT5m ijSA== Received: by 10.68.204.129 with SMTP id ky1mr14111973pbc.32.1342300569410; Sat, 14 Jul 2012 14:16:09 -0700 (PDT) Received: from [192.168.200.5] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id ip5sm8666301pbc.3.2012.07.14.14.16.07 (version=SSLv3 cipher=OTHER); Sat, 14 Jul 2012 14:16:08 -0700 (PDT) Message-ID: <5001E196.1000408@lerdorf.com> Date: Sat, 14 Jul 2012 14:16:06 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Andrew Faulds CC: internals References: In-Reply-To: X-Enigmail-Version: 1.4.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQlyYwbVct5FZ9KTSyj6ihir05TS5DfGuFwrVZXMFvbhvFcLb45b42NmYbhQnZaukqcTQj4t Subject: Re: [PHP-DEV] [proposal + pull request] Replace logo GUIDs with data URIs From: rasmus@lerdorf.com (Rasmus Lerdorf) 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