Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58645 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52876 invoked from network); 6 Mar 2012 08:37:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Mar 2012 08:37:32 -0000 Authentication-Results: pb1.pair.com header.from=markus@fischer.name; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=markus@fischer.name; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fischer.name from 62.179.121.36 cause and error) X-PHP-List-Original-Sender: markus@fischer.name X-Host-Fingerprint: 62.179.121.36 fep16.mx.upcmail.net Solaris 10 (beta) Received: from [62.179.121.36] ([62.179.121.36:53381] helo=fep16.mx.upcmail.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/79-34145-ACCC55F4 for ; Tue, 06 Mar 2012 03:37:31 -0500 Received: from edge02.upcmail.net ([192.168.13.237]) by viefep16-int.chello.at (InterMail vM.8.01.05.04 201-2260-151-105-20111014) with ESMTP id <20120306083726.PUOW1551.viefep16-int.chello.at@edge02.upcmail.net> for ; Tue, 6 Mar 2012 09:37:26 +0100 Received: from mail02.home ([80.109.57.233]) by edge02.upcmail.net with edge id i8dS1i00y51v47k028dSjz; Tue, 06 Mar 2012 09:37:26 +0100 X-SourceIP: 80.109.57.233 Received: from mail02.home ([192.168.1.201] helo=[127.0.0.1]) by mail02.home with esmtp (Exim 4.72) (envelope-from ) id 1S4phY-0000GA-Cl for internals@lists.php.net; Tue, 06 Mar 2012 09:24:56 +0100 Message-ID: <4F55CCC5.3060301@fischer.name> Date: Tue, 06 Mar 2012 09:37:25 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: internals@lists.php.net References: <4F54C488.6050209@lsces.co.uk> <4F554764.4090104@lsces.co.uk> In-Reply-To: <4F554764.4090104@lsces.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam_score: -2.9 X-Spam_score_int: -28 X-Spam_bar: -- X-Spam_report: Spam detection software, running on the system "scanner01.home", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On 06.03.2012 00:08, Lester Caine wrote: > The ISP hosting these sites has not got back to me yet, but it would > seem that when they updated from 5.3.9 to 5.3.10 they also switched off > short_open_tag when previously it had been on. [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Subject: Re: [PHP-DEV] ' The ISP hosting these sites has not got back to me yet, but it would > seem that when they updated from 5.3.9 to 5.3.10 they also switched off > short_open_tag when previously it had been on. I've learned it also the hard way the ISPs or Hosters did change INI settings. I've started to document their INIs for every new version and compare them immediately once they upgraded to spot the differences. Worked well for me (as long as I had to be dependent on such companies), YMMV. - Markus