Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:59820 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29600 invoked from network); 13 Apr 2012 00:07:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2012 00:07:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.42 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.42 mail-wg0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:40205] helo=mail-wg0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7C/FA-00290-C4E678F4 for ; Thu, 12 Apr 2012 20:07:42 -0400 Received: by wgbds11 with SMTP id ds11so5277799wgb.5 for ; Thu, 12 Apr 2012 17:07:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=fiWCF/rm3sUz1l9hTmv9dVqz6ivrByuUGsXEoctHEEQ=; b=rq0lGufyDiP0+4/mW3gLkyiVP/aYENyWRUtvJqudhiQ7qJw6Loed1XvZTCicqmNYvV ZOp86+fIOUonA92r4XNjaGn6LWaFk22jfVqx2/PgAFFooYkZk0fzgZHyy5Nmoca7E/dG l2Px/QR7aKcbTRe+QKrPIULUjkgJFq3PX1AfONUAUiQ4cHQn9y7INaTs098bRXbL0unX kf9enp6GDKSZbxuE3rFzbsoWgVXlgcUGCrz/f4PXpUZTwE8+ozl2DoRLpYTugs2ci0rV d8YRsvvZcqOZyk2MrVj0T6oDgQvOG7mZP/tED6FM97Wh2YYicMMMjoz9NlRlbuyWHXWz pOXA== MIME-Version: 1.0 Received: by 10.180.95.197 with SMTP id dm5mr42586wib.20.1334275656809; Thu, 12 Apr 2012 17:07:36 -0700 (PDT) Received: by 10.223.79.67 with HTTP; Thu, 12 Apr 2012 17:07:36 -0700 (PDT) In-Reply-To: References: <4F850D06.10701@sugarcrm.com> <4F8515AF.8060706@sugarcrm.com> <4F851FE4.7000706@sugarcrm.com> <4F8539E0.1090701@sugarcrm.com> <4F859063.1010401@lerdorf.com> <4F862AAC.90003@lerdorf.com> <4F86761A.9010801@lsces.co.uk> Date: Thu, 12 Apr 2012 17:07:36 -0700 Message-ID: To: Arvids Godjuks Cc: Yasuo Ohgaki , Lester Caine , PHP internals Content-Type: multipart/alternative; boundary=f46d04447f478e7d9504bd8442ed Subject: Re: [PHP-DEV] Re: Disabling PHP tags by php.ini and CLI options From: kris.craig@gmail.com (Kris Craig) --f46d04447f478e7d9504bd8442ed Content-Type: text/plain; charset=ISO-8859-1 On Thu, Apr 12, 2012 at 5:02 PM, Arvids Godjuks wrote: > You all know where the short_tags, register_globals, magic_quotes and other > stuff like that took the language and the problems it made. > Doesn`t history teach us a lesson? I see that it did not for some active > members of this list. > Many are still cleaning up the mess of thouse optional php.ini directives, > Ibhad to clean up myself one project, took me 2 months to properly fix it > and make to run on PHP 5, anyway we ended up rewriting the whole thing from > scratch, a year of day to day work. > Now i write my stuff E_ALL, including strict stuff and I know for a fact > that there is no php.ini switch that could screw up my applications on > different hosting platforms (yes, some minor things can happen in specific > situations, but any properly configured PHP 5.3/5.4 will run smooth). And > now you purpose to add a switch that in one line can disable the > application for good (and get it's sources spit out all over the place). > And even if i write it in the right way - i have to convert every damn > external library. Ok, i upload it to the host and guess what - it spews the > code out because it is configured for the > It will never get adopted, too many legacy stuff, to many external tools. > And php native templates? I dont neet any twig, smarty or any other stuff. > And guess what - most template engines cache compiled templates, and they > are - ta-daa - PHP EMBEDDED IN HTML CODE! > > Common sence is allien to some people on this list or what? > As is civility and basic mutual respect, it would seem. --f46d04447f478e7d9504bd8442ed--