Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104947 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 28476 invoked from network); 25 Mar 2019 22:26:44 -0000 Received: from unknown (HELO mail-oi1-f182.google.com) (209.85.167.182) by pb1.pair.com with SMTP; 25 Mar 2019 22:26:44 -0000 Received: by mail-oi1-f182.google.com with SMTP id x188so7910740oia.13 for ; Mon, 25 Mar 2019 12:19:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=oO5lKA7lAstp5H1+cvhOnViK1eC6/LhQiL7sgrKxHfU=; b=ZQZZW8m2JTTiRR0Usp112o2Sexi33gnme4tq7kwbXzDxJGNxi3oH4huLOB6Csp2Gwa lc7acCnrRMQ24g2iTFshXf5rg81PPOYTZ6FsqAkozK8v8vZlEPNEWlB7aCf6c2QuGzQR gu7dPofdwIcXHYdqa0hMq4CMi9gRvCp9BF0zud8VRMwVOENxUkLcGrw+hkBKFSN8T6La of/4MeOtkTcLF07W1z2Dh9KLP7L0FByQ9pfq5cGgBVpBBBtLWWOwioNtR+ICwZfUpvI0 QUvwMX6hy2QGzZvzs7vSAY2rL/jZ+eZWlw4qsqvifzKJRw6zafc0RmwUEeEEDaz6972b U14w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oO5lKA7lAstp5H1+cvhOnViK1eC6/LhQiL7sgrKxHfU=; b=seCsHkqyKTaYQTv9fNA/qzzqfIpGfrUcxLjnmzKeBcIWkPGmC91v8IlMCFxAAQTYRO E1aIWxFxLoMHihISRfhEDYb69zQTVh74/k5nl+lW/2QCVwvoqiHVXONqxm6tauBivXtH UpQ68sIOTID5vgaar0VHe15CoygFwi0HzCwSH/PK52OslgIyD+k6FMT/a60jN++TuGMV kRHb2YRf9bjJTRaJ1Ir8iacEvzxvzZ52iRBEJakHq4dwb+M166uesV2CRJXU0u/WO6Vm h7cfi3ryXSMdgjWp8nkBIE4ZtOKLZzPiVw+h0TyNIcDYowHGxL5zAGIQsAOb/jEGLXkq EYCw== X-Gm-Message-State: APjAAAV9MEyeWmgBYNSwtXz4B5+Di8l7mRWe3DIp9neWJljE1uKU4Gfy jeJUXu1Za9d6wwXKopkWHuFI8hvgxklSjfX0rwE= X-Google-Smtp-Source: APXvYqyzmFPng9LrBne7GI+HeFnspbtcr8OiKonYlB7ljDXye5RiwUmmNyk+I5pQRst2P46Zce9M0bru0KmqcYrifEA= X-Received: by 2002:aca:f44f:: with SMTP id s76mr13298160oih.81.1553541596500; Mon, 25 Mar 2019 12:19:56 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Mon, 25 Mar 2019 19:19:44 +0000 Message-ID: To: Peter Kokot Cc: "G. P. B." , PHP internals Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] [RFC] Deprecate PHP's short open tags From: robehickman@gmail.com (Robert Hickman) As long as it dosn't remove ' wrote: > > Hello, > > On Mon, 25 Mar 2019 at 14:02, G. P. B. wrote: > > > > Hello internals, > > > > I would like to start the discussion about the deprecation of PHP's short > > open tags: > > https://wiki.php.net/rfc/deprecate_php_short_tags > > > > As this is my first RFC all feedback is welcome. > > However, due to the nature of the RFC and it being self-contained, the > > planned date to > > beginning voting this RFC is after the mandatory two weeks discussion > > period and would > > start on Monday the 8th of April (2019-04-08) and be open for two weeks > > until Monday the > > 22nd of April (2019-04-22). > > > > Best regards > > > > George P. Banyard > > Short opening tags are by default disabled in the php.ini settings on > the majority of PHP installations. This means that writing modern PHP > code shouldn't use these anymore because the code isn't properly > portable or let's say it is less portable. On top of all removing > these would also simplify things a bit - one opening tag for the same > thing less. > > Also, a quick opinion based poll has been done in the PHP.earth > Facebook group [1] with ~96% in favour of the removal. > > So, +1 for removing these and simplify things more. There are only two > tags really needed in PHP templating engines > [1]: https://fb.com/groups/2204685680/permalink/10157687999015681/ > > Best regards. > > -- > Peter Kokot > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php >