Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64006 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9684 invoked from network); 21 Nov 2012 05:38:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Nov 2012 05:38:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.220.42 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.220.42 mail-pa0-f42.google.com Received: from [209.85.220.42] ([209.85.220.42:51344] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/13-20662-CC86CA05 for ; Wed, 21 Nov 2012 00:38:21 -0500 Received: by mail-pa0-f42.google.com with SMTP id rl6so699650pac.29 for ; Tue, 20 Nov 2012 21:38:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=uYCt8QkKV1tpxFH67+Fg9zSAfBAiZsThQDiZFUlgl7c=; b=glipggxlDyi5JIuG+B6nhlapYufSh4OOQI20iCBGJT49pCX+6Bd+lnV805QMhgQCou 26h20OkwfBRtp9WIzFAqCYL6nbuxYs/Uu+tr8Zj5LoCRYQ9xMZa6iPvuaWzhR5EaSSzJ ZVJim+4LKxcaUE6xASiRydj4kS/STodSAmdOfPSl83fVvLW9AutH5w3XFYw8dgt1ZDoW fZI/qBbZV50CsuWWwyFgPzvJVmtr7199JTZdxk5dcHWwaLgY1aMwyVlzErPgL09yCJE/ tfkA/iNrqQGhxIAhOVzsEiB+N+hqUWR/pX2pGV8uyP+H279TnkR4kAj0Aek8p0RbCBHm 0tQg== Received: by 10.66.87.133 with SMTP id ay5mr14787392pab.59.1353476297998; Tue, 20 Nov 2012 21:38:17 -0800 (PST) Received: from [192.168.2.100] (c-71-56-134-232.hsd1.wa.comcast.net. [71.56.134.232]) by mx.google.com with ESMTPS id gv9sm9309010pbc.21.2012.11.20.21.38.13 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Nov 2012 21:38:15 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 In-Reply-To: Date: Tue, 20 Nov 2012 21:38:12 -0800 Cc: Sherif Ramadan , Ferenc Kovacs , PHP Developers Mailing List Content-Transfer-Encoding: 7bit Message-ID: References: <23CB37F5-E956-4A5C-8ECC-7CF347A9086C@roshambo.org> To: Nikita Popov X-Mailer: Apple Mail (2.1278) X-Gm-Message-State: ALoCoQkDZ/tpX/RZlt006WN3nQia2j24OLUqc5bKTHkT4+en+fXwuvsoEDBEfZiUttpsMMQRgDcp Subject: Re: [PHP-DEV] Where did the _logo_ functions go? From: philip@roshambo.org (Philip Olson) Thanks everyone, I didn't remember thinking about this so was impulsively curious. Dug a little now, so here's what happened: Proposal to internals (July 14, 2012) with discussion July 14-18: ------------------ Thread: http://markmail.org/thread/kewdoz3dowrr7rfv Summary: Seemed okay, discussed more "how" than "why", and more "yes" than "maybe" approved. Conclusion: No clear decision was reached. The patch: ------------------ Patch: https://github.com/php/php-src/pull/132 Pull: http://git.php.net/?p=php-src.git;a=commitdiff;h=c9eb641 Summary: Mostly a technical/patch related discussion there, several tweaks, then pulled. Conclusion: Merged/pulled into master on August 4, 2012. What happened: ------------------ - The PHP logo GUIDs were removed, and replaced with data URIs in phpinfo() and friends. - BC: Removed four *_logo_* functions, and GUID usage. - E_DEPRECATED was not used beforehand, nor doc updates, they were simply removed. FWIW, also no RFC. It's understandable how a minimally used feature can be changed and removed without much worry/thought. But, they appear to be the only functions removed in 5.5, and this helps it feel even easier to not break BC for this not-so-important change. Proposal: I propose we revert this change. Future consideration might include E_DEPRECATED for these functions in 5.5, although I am not proposing that part. Seems sensible, though. Regards, Philip