Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86962 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23487 invoked from network); 30 Jun 2015 05:34:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Jun 2015 05:34:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=morrison.levi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=morrison.levi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.50 as permitted sender) X-PHP-List-Original-Sender: morrison.levi@gmail.com X-Host-Fingerprint: 209.85.216.50 mail-vn0-f50.google.com Received: from [209.85.216.50] ([209.85.216.50:44997] helo=mail-vn0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/7C-25761-E7A22955 for ; Tue, 30 Jun 2015 01:34:54 -0400 Received: by vnbf1 with SMTP id f1so14042878vnb.11 for ; Mon, 29 Jun 2015 22:34:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=HxcQz8YFOxdRCChD79KewrcjGpPEQGNuGXhrEr8Elbw=; b=Dv4d4YkmaXMh47xlXco2HzrB1Q+v3T0y85BiWyD8+v2woY3xvDve7dyooBDN4sJbT6 4ZrPkkH/uad+LcLyKf5n2IIBSQ1msRoc5P8HR9bKmU+kg8HWz0bWrvKLrujCYwiql3bK CmjN0bWE8G+jwSqWoOdj5MhAV0+qCRpJ5AGiXz30otQdiPy8WDpHfiB1p8pOeAyk830m /e1i7xb67j2mr5rOXn2CPx5QBAKLgOwVcpBK6Ww5PweX2fGUXj+S/nG9BMDeUppHcc7D LgPZqRn6v1F1RZ3SW2b6mLUS9gLZ7bAQF5N6WyRsQahJSOUgjOyYz2gyUaTVF9jQ3sa0 sbYQ== MIME-Version: 1.0 X-Received: by 10.52.171.199 with SMTP id aw7mr18615812vdc.87.1435642491615; Mon, 29 Jun 2015 22:34:51 -0700 (PDT) Sender: morrison.levi@gmail.com Received: by 10.31.16.81 with HTTP; Mon, 29 Jun 2015 22:34:51 -0700 (PDT) In-Reply-To: References: <01a801d0b1df$cc6b45b0$6541d110$@belski.net> Date: Mon, 29 Jun 2015 23:34:51 -0600 X-Google-Sender-Auth: vqc4SeeWFZreFAr60KcrVpFU47s Message-ID: To: =?UTF-8?B?SmFrdWIgS3Viw63EjWVr?= Cc: Anatol Belski , Kalle Sommer Nielsen , Internals , Anatoliy Belsky , Dmitry Stogov , Nikita Popov , Ferenc Kovacs , Xinchen Hui Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Headsup: PHP7 feature freeze From: levim@php.net (Levi Morrison) On Mon, Jun 29, 2015 at 11:31 PM, Levi Morrison wrote: > On Mon, Jun 29, 2015 at 3:47 PM, Jakub Kub=C3=AD=C4=8Dek wrote: >> 2015-06-28 22:19 GMT+02:00 Anatol Belski : >>> What is the benefit changing it? XHTML is a standard which is alive. >> >> That's on every person's opinion. XHTML is currently not a standard, >> XHTML is dead. >> >>> But, there's for sure some code based on parsing the phpinfo() output, = since not everything is exported as a constant. IMHO having HTML5 in phpinf= o(), while being nice, doesn't justify itself breaking those codes. >> >> Okay, that could be an argument. So I will rather focus on replacing >> just these completely legacy things like or etc. (plus >> inline styles to make the HTML code more readable and >> self-explainable). >> >> I would argue that software can be updated, but... okay, let it be. >> >> >> Best regards, >> Kubo2, Jakub Kub=C3=AD=C4=8Dek >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php (Sorry for previous blank email) XHTML is preferable to HTML for many people because tools for XML are stable and mature. Even HTML 5 is permitted to be serialized as XHTML (meaning you close tags that do not technically need to be closed, you self-close certain tags, etc). If we move to HTML 5 there is definite value to making sure it is XHTML compatible.