Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36349 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82875 invoked from network); 23 Mar 2008 01:49:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Mar 2008 01:49:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=stas@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=stas@zend.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 63.205.162.117 as permitted sender) X-PHP-List-Original-Sender: stas@zend.com X-Host-Fingerprint: 63.205.162.117 us-mr1.zend.com Linux 2.4/2.6 Received: from [63.205.162.117] ([63.205.162.117:39594] helo=us-mr1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B3/81-16027-F07B5E74 for ; Sat, 22 Mar 2008 20:49:03 -0500 Received: from us-ex1.zend.com (us-ex1.zend.net [192.168.16.5]) by us-mr1.zend.com (Postfix) with ESMTP id 713ACE1236; Sat, 22 Mar 2008 19:46:32 -0700 (PDT) Received: from [192.168.17.66] ([192.168.17.66]) by us-ex1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Sat, 22 Mar 2008 18:49:28 -0700 Message-ID: <47E5B70B.5070506@zend.com> Date: Sat, 22 Mar 2008 18:48:59 -0700 Organization: Zend Technologies User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Marcus Boerger Cc: Lars Strojny , Ralph Schindler , Hannes Magnusson , PHP Internals References: <47E3F714.60302@zend.com> <47E40848.1060103@zend.com> <7f3ed2c30803211412v299a0c36m86cabb27b26c232@mail.gmail.com> <47E42657.7010408@zend.com> <7f3ed2c30803211420s6cdd06bcy331880346fa68cb@mail.gmail.com> <47E4281C.80706@zend.com> <47E44A1A.2020703@smashlabs.com> <1206187799.10080.26.camel@localhost> <1206189396.10080.33.camel@localhost> <195632076.20080322195842@marcus-boerger.de> In-Reply-To: <195632076.20080322195842@marcus-boerger.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Mar 2008 01:49:28.0388 (UTC) FILETIME=[2166B840:01C88C88] Subject: Re: [PHP-DEV] short_open_tag From: stas@zend.com (Stanislav Malyshev) > you can already do all you want. We do not have to make it more complex > at all. Ini setting short_open_tags is defined as PHP_INI_PER_DIR, so all > you guys have to do is provide the right configuration, that's all. And if Ok, here we go again: this setting is needed to enable people to work BOTH with short tag templates AND in context when short tags can not be turned on by system configuration (by technical, administrative or whatever reason). We want to make it work WITHOUT requiring to change system configuration, exactly for the reason that it would work in ANY system configuration and WOULD NOT require any administrative work. -- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com