Re: [PHP-DEV] [VOTE] Remove alternative PHP tags

2014-09-30 Thread Pascal MARTIN

On 24/09/2014 20:13, Nikita Popov wrote:

The vote for removal of alternative PHP opening/closing tags in PHP 7 is
now open:

 https://wiki.php.net/rfc/remove_alternative_php_tags#vote


Hi!

We've talked about this RFC with several other members of AFUP (French 
UG), and we pretty much all agree that PHP 7 is the right time to remove 
these alternative tags.


This might/will cause BC-breaks for a few scripts and applications, but 
it seems acceptable, as:


 * Those alternative tags are not used that much (so, not too many 
applications should break)
 * Detecting and fixing these breaks should not be too hard and can, at 
least in part, be automated.


--
Pascal MARTIN
http://blog.pascal-martin.fr/
@pascal_martin


--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DEV] [VOTE] Remove alternative PHP tags

2014-09-24 Thread Nikita Popov
Hi internals!

The vote for removal of alternative PHP opening/closing tags in PHP 7 is
now open:

https://wiki.php.net/rfc/remove_alternative_php_tags#vote

Nikita