Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:63901 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58079 invoked from network); 16 Nov 2012 01:26:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Nov 2012 01:26:09 -0000 Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; 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:40823] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A8/01-52800-13695A05 for ; Thu, 15 Nov 2012 20:26:09 -0500 Received: by mail-pa0-f42.google.com with SMTP id fa1so1487225pad.29 for ; Thu, 15 Nov 2012 17:26:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer:x-gm-message-state; bh=gF6oN0ym5ypuZfX0bBUEwr7wl8kK4cDeOnQkSRZbApE=; b=SSpEw/wRMcFmE5Ny62ZtIn//fjyLwwHqsl/sWhBjQRivmxt0+mAHFmjq27EK70H4W1 OTPGH+F8KNoA4QBBhWPm8atGHVt2lypqC769WN61rTdORRa14nVbOY7DBoB1E8k1MVGL iiJUXTcqE6qi8sUDE+GdJk83KROwwZ0H1dl3NHXb3YXyqC9A882PXAzpXNvL3FyKDncI gHEohD9cyNWhIWWJ97NdRDu5xPXTKXbeLhek/JFogAewRbzOWkVMgHINds4c35R0KL/s yrA24byKvmjtQV7Nzou04/yNDQloxMkOUn5dxA8aJaj+jLWPzM+jqOSuRI+mJIuK8tzy Y7QA== Received: by 10.68.231.97 with SMTP id tf1mr10007350pbc.149.1353029165872; Thu, 15 Nov 2012 17:26:05 -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 is3sm287583pbc.6.2012.11.15.17.26.04 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 15 Nov 2012 17:26:05 -0800 (PST) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 15 Nov 2012 17:26:04 -0800 Message-ID: <23CB37F5-E956-4A5C-8ECC-7CF347A9086C@roshambo.org> To: PHP Developers Mailing List Mime-Version: 1.0 (Apple Message framework v1278) X-Mailer: Apple Mail (2.1278) X-Gm-Message-State: ALoCoQmd05nFZhaam+FjUg2ifliNlI4CE1fzF4LW3UyKH7rzYBQiDqHOrHk51poPk1RKnkZw37/6 Subject: Where did the _logo_ functions go? From: philip@roshambo.org (Philip Olson) 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