On Thu, 31 Oct 2019, Mark Randall wrote: > https://wiki.php.net/rfc/deprecate-backtick-operator-v2 is now open for > voting. > > This is a standard yes / no vote, requiring a 2/3 majority to pass. > The vote will run for 2 weeks and will close on 2019-11-15.
FWIW, I voted no, because of this "untruth" in the RFC: "as there is a 1-to-1 replacement between expression and shell_exec(“expression”)," Inside shell_exec("") you will need to start escaping double quotes, which makes dealing with calling more complicated arguments to tools a lot more annoying. cheers, Derick -- PHP 7.4 Release Manager Host of PHP Internals News: https://phpinternals.news Like Xdebug? Become my Patron: https://www.patreon.com/derickr https://derickrethans.nl | https://xdebug.org | https://dram.io twitter: @derickr and @xdebug
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php