Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:104752 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 49856 invoked from network); 15 Mar 2019 19:05:41 -0000 Received: from unknown (HELO mail-vk1-f170.google.com) (209.85.221.170) by pb1.pair.com with SMTP; 15 Mar 2019 19:05:41 -0000 Received: by mail-vk1-f170.google.com with SMTP id i68so2313857vke.6 for ; Fri, 15 Mar 2019 08:56:21 -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=peikbvUeWMSWyiT3/1ya0AwRXqJn+KenzAI3RaWRnOA=; b=OWvaidgVSV0uxlNljlEKzf04p0eaX3NmjXYA9IN8O1VTp/k+Hd/+2IoAc4iO9AfAQg JFeWgnaXx1Mg0xmGmdIuGH2WUppc6zxFIsPfcgvxq6WiRLnNQYnw8WXvKPp00ieWT9RA 8a77ZaoefsQxdwL1OgEIPI+0W937ihTeujzMYTw0wlO7ov4wx5HBGaNySUNZS49RseXD 5ZOQdk3BkhuFp+ZSMtbPr/Lwt7Z8fKuz6rX/7WAoKsF4p8cxQVRtiEzkjkWU+7F8smpu mw3EBHEODDbIEVL5upEgcviXRyDZASff/zTJ3yz5lhVw5IqADqsRdfmO/dV9km4MmwLW KVmg== 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=peikbvUeWMSWyiT3/1ya0AwRXqJn+KenzAI3RaWRnOA=; b=XryRiB9nF8JEuOhUEPpCAsP95v45GPrWwBtL64nEXjM+mePSybkCfwx9Xm/y7Zc88f sMaxdAKDMk/MCEsEQa/UKCPq94Hfxw9livyqnO/eC4g7CtCYLzkR+UGi6RWz53gEet9E 9jiI85R9ysijTS7QofrUQciL3h7+on0jJTth22ESx9+tfS6Asb3xihltEK3PekoBbu0C fU/fYSx02052I15bOYX5i3pZzzNjmdBzOnpmSflpNzNsnZ+s10SjsJ/kc04BxmuE2+YP 8tjW/3m57Vt/n0F1BreT2eFZqI2s8qE3qB5W8rTMoZJO4bekalUW7vx+7heJ7M5b4Me6 BAsg== X-Gm-Message-State: APjAAAW2GXRCSzq5H9tCgMxdEjXNV31tS5GSNJcZY199PxX4I/0nmEPw HdXKlzlq+WjEctxD7QKWAQmeK3QRbTz54uAPUew= X-Google-Smtp-Source: APXvYqwkkNETWisKysB64Ez1oW6yCE9RbJkpnDZ3YZegocp2F/tP2y8SkZrUYChEMN9C8XNnpdhDkdhFCida8ye5h84= X-Received: by 2002:a1f:4f44:: with SMTP id d65mr2416636vkb.58.1552665381086; Fri, 15 Mar 2019 08:56:21 -0700 (PDT) MIME-Version: 1.0 References: <1552409865.26232.12.camel@schlueters.de> <1552436054.16816.11.camel@schlueters.de> In-Reply-To: <1552436054.16816.11.camel@schlueters.de> Date: Fri, 15 Mar 2019 16:56:05 +0100 Message-ID: To: =?UTF-8?Q?Johannes_Schl=C3=BCter?= Cc: Peter Kokot , Rowan Collins , PHP internals Content-Type: multipart/alternative; boundary="0000000000007ea9e3058424148b" Subject: Re: [PHP-DEV] Deprecate short_open_tag ini directive? From: george.banyard@gmail.com ("G. P. B.") --0000000000007ea9e3058424148b Content-Type: text/plain; charset="UTF-8" Just gonna do general reply instead of pointing at specific points. But as it has been pointed out using short tags makes the code less portable, which IMO isn't ideal. I personally don't tinker with INI settings withing PHP with `ini_set` as IMHO if you need to change them it should be done in the php.ini file. However, I'm not sure of the behavior if someone sets this behavior within a file/class does this only affect this specific instance or is it globally? Because if it is globally I can see code that writes/uses XML be affected as pointed out by Johannes As it seems that there are people for and against; I suppose I could write an RFC for this, but would need the karma to do so. Best regards George P. Banyard --0000000000007ea9e3058424148b--