rfc:deprecate_php_short_tags_v2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
rfc:deprecate_php_short_tags_v2 [2019/07/23 12:17] – created girgiasrfc:deprecate_php_short_tags_v2 [2019/08/06 12:10] pollita
Line 2: Line 2:
   * Date: 2019-07-23   * Date: 2019-07-23
   * Author: George Peter Banyard <girgias@php.net>, Nikita Popov <nikic@php.net>   * Author: George Peter Banyard <girgias@php.net>, Nikita Popov <nikic@php.net>
-  * Status: Draft+  * Status: Voting
   * Target version: PHP 7.4   * Target version: PHP 7.4
   * Implementation: https://github.com/php/php-src/pull/4263   * Implementation: https://github.com/php/php-src/pull/4263
 +  * Counterargument: https://wiki.php.net/rfc/counterargument/deprecate_php_short_tags
  
  
Line 49: Line 50:
   * If ''short_open_tag'' is disabled, ''<?'' has no special meaning (as before).   * If ''short_open_tag'' is disabled, ''<?'' has no special meaning (as before).
  
-In PHP 8.support for short_open_tag is dropped entirely:+In PHP 9.support for short_open_tag is dropped entirely:
  
   * ''<?'' never has special meaning, it is always interpreted as plain text.   * ''<?'' never has special meaning, it is always interpreted as plain text.
Line 64: Line 65:
  
 Short open tags ''<?'' will be removed. ''<?='' continues to always be available. Short open tags ''<?'' will be removed. ''<?='' continues to always be available.
 +
 +===== Counterargument =====
 +A counterargument for this deprecation proposal is [[https://wiki.php.net/rfc/counterargument/deprecate_php_short_tags
 +|available here]].  It is supported by Rasmus Lerdorf, Zeev Suraski, Dmitry Stogov, Sara Golemon.
  
 ===== Vote ===== ===== Vote =====
 +Require a 2/3 majority as per the Voting RFC.
 +
 +Voting started on 2019-08-06 at 11:30 UTC and is expected to last two (2) weeks until 2019-08-20
 +
 +<doodle title="Deprecate and remove short open tags as proposed?" auth="girgias" voteType="single" closed="false">
 +   * Yes
 +   * No
 +</doodle>
 +
  
-Deprecate and remove short open tags as proposed?+===== References ===== 
 +[[https://externals.io/message/106384|Version 2 (this one) RFC Vote Announcement on Internals (link to External.io)]]\\ 
 +[[https://wiki.php.net/rfc/counterargument/deprecate_php_short_tags|Counter arguments to this RFC]]\\ 
 +[[https://externals.io/message/106256|Version 2 (this one) RFC Announcement on Internals (link to External.io)]]\\ 
 +[[https://externals.io/message/105201|Version 1 of RFC Vote Announcement on Internals (link to External.io)]]\\ 
 +[[https://externals.io/message/104922|Version 1 of RFC Announcement on Internals (link to External.io)]]\\ 
 +[[https://externals.io/message/104662|Initial feedback on Internals (link to External.io)]]\\
rfc/deprecate_php_short_tags_v2.txt · Last modified: 2019/08/20 12:51 by girgias