Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86352 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93643 invoked from network); 22 May 2015 19:01:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 May 2015 19:01:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=kelerest123@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kelerest123@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.180 as permitted sender) X-PHP-List-Original-Sender: kelerest123@gmail.com X-Host-Fingerprint: 209.85.214.180 mail-ob0-f180.google.com Received: from [209.85.214.180] ([209.85.214.180:35152] helo=mail-ob0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/91-17389-22D7F555 for ; Fri, 22 May 2015 15:01:54 -0400 Received: by obcus9 with SMTP id us9so19573422obc.2 for ; Fri, 22 May 2015 12:01:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=FavFFI7rhz3+KwvvfXxkF60GvFXRqZGJrQCzqh58aX8=; b=X8vXC8cVQxL437XZKwIjjwoC8LhWlOTNdy2t+JoctWEAIYxiLk3RV4/+Jbg9fXCcCQ R735xOnLE4rRZtctMMVmDq8Q31qcomqyxrixZ0q0Bqrg7uaLI0e25RaliXh3TVfwyArK 6SPLKyb7J93OOwjerKTGvT9TaAnvLRcxOZc+QcFAG4PLjD3adzwOaF9oHC28bRomwpfZ GSSQsMMPHjSN/AK3rE0kh/sqKvlbuQifavViPxJdX4Iff2LJ472X4UIv5qF6PVjxj041 RitQx2UNuSujXLNftC6Ls80XKJL1FQ3f9gI5ZOeLxs2kboofzvKsEsyGBYEEC+qBmJ5m 5RdQ== X-Received: by 10.202.176.134 with SMTP id z128mr7476413oie.102.1432321312059; Fri, 22 May 2015 12:01:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.104.7 with HTTP; Fri, 22 May 2015 12:01:31 -0700 (PDT) Date: Fri, 22 May 2015 21:01:31 +0200 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=001a113d30820275d60516b04b98 Subject: Replace dead and obsolete HTML in the core From: kelerest123@gmail.com (=?UTF-8?B?SmFrdWIgS3Viw63EjWVr?=) --001a113d30820275d60516b04b98 Content-Type: text/plain; charset=UTF-8 Hi Internals, I have recently made a patch[1] for PHP7 that replaces dead and obsolete HTML code (like , vs. <... id="..."> or XHTML's NET notation
vs. HTML's
), mostly being output by PHP itself (error messages, phpinfo() etc.), with alternatives that are being used rather nowadays. I would appreciate any feedback, as well as thoughts what else could be included in the patch. Thanks, Kubo2 [1] https://github.com/php/php-src/pull/1301 --001a113d30820275d60516b04b98--