Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61236 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95519 invoked from network); 14 Jul 2012 21:26:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jul 2012 21:26:59 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vb0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:46230] helo=mail-vb0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DE/90-20866-124E1005 for ; Sat, 14 Jul 2012 17:26:58 -0400 Received: by vbbfs19 with SMTP id fs19so3425734vbb.29 for ; Sat, 14 Jul 2012 14:26:55 -0700 (PDT) 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=cON5O6bs9zgicoeD67IFQijj4/6WakZ0ReoKwgxsYjE=; b=djWkgrT/oHDAc1sZ6WhhjIzR0Orod+XGD1Gf59d8QddNAuNFyVhOfvjbsujnxpAeNO 1A76f1X6sFdxDPhz4EJkuKgmSxUcuuzO94/5U+sgPwmYO4nEQxT9jGv/TtktC/0WwEul tQdzW5FSHT8ot7uxcDGl3H/yGAnvJZ1hmDWWVJgm47c4QnFAGSVWdn/PCpdhTD22kHl9 IYJxjadJEZ90fABrpjS7MRkPPZiIfHEbBEb3gwev12fjZBSbQs8l3mNrXmhxyumMmBoI PylT+vAcsdDNoSDw5/rWumSlM/mPZD0vahOqqTt6CibfKYo0Lej4fpideZzpsTGqe7fz gtcw== MIME-Version: 1.0 Received: by 10.52.64.242 with SMTP id r18mr2348612vds.90.1342301215266; Sat, 14 Jul 2012 14:26:55 -0700 (PDT) Received: by 10.52.34.84 with HTTP; Sat, 14 Jul 2012 14:26:55 -0700 (PDT) In-Reply-To: References: Date: Sat, 14 Jul 2012 22:26:55 +0100 Message-ID: To: Andrew Faulds Cc: internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [proposal + pull request] Replace logo GUIDs with data URIs From: hannes.magnusson@gmail.com (Hannes Magnusson) On Sat, Jul 14, 2012 at 9: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 The sapi/cli/tests/php_cli_server_011.phpt testcase looks like a real testcase.. It should probably be rewritten then removed completely. And I actually know of websites using the functions to display the logo.. Is there some way we could provide a BC function for it somehow? Maybe rather then removing the functions, make then return the data uris? -Hannes