Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46736 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 73947 invoked from network); 14 Jan 2010 20:46:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jan 2010 20:46:48 -0000 Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.221.195 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.221.195 mail-qy0-f195.google.com Received: from [209.85.221.195] ([209.85.221.195:39260] helo=mail-qy0-f195.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3B/C2-56067-8B28F4B4 for ; Thu, 14 Jan 2010 15:46:48 -0500 Received: by qyk33 with SMTP id 33so9260382qyk.26 for ; Thu, 14 Jan 2010 12:46:45 -0800 (PST) Received: by 10.229.55.69 with SMTP id t5mr1308134qcg.34.1263502005222; Thu, 14 Jan 2010 12:46:45 -0800 (PST) Received: from ?192.168.1.5? (c-67-170-155-144.hsd1.or.comcast.net [67.170.155.144]) by mx.google.com with ESMTPS id 21sm857674iwn.2.2010.01.14.12.46.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 14 Jan 2010 12:46:43 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii In-Reply-To: Date: Thu, 14 Jan 2010 12:45:48 -0800 Cc: internals@lists.php.net Content-Transfer-Encoding: quoted-printable Message-ID: <9220A71D-2C2E-4DCA-8C7C-E25C2E5792EE@roshambo.org> References: <20100113154657.GA7177@panix.com> <20100113174845.GA11844@panix.com> To: Raphael Geissert X-Mailer: Apple Mail (2.1077) Subject: Re: [PHP-DEV] 5.3 release schedule and other bits From: philip@roshambo.org (Philip Olson) >>=20 >> For example, you discussed changing some ini settings and the = possibility >> of making short tags throw deprecated warnings. So I wouldn't be >> surprised if there are other changes in your forks. >=20 > The change on the ini file is to avoid breaking applications (that=20 > incorrectly rely on short_open_tag being On) on upgrade (which is very=20= > important). We aren't doing anything really different, the default = value in=20 > the interpreter is still On. >=20 > The warning was being proposed to make sure those applications are = fixed to=20 > avoid having to carry the ini patch too long. It's worth noting that PHP (as of 5.3) does not distribute a php.ini = file that contains default values (like php.ini-dist essentially did). = So I imagine issues arise when distributions want to enable one during = the PHP install.=20 Curious, do you enable one of the php.ini-* files by default? Which? = Perhaps with a few other changed values to meet the defaults, like with = short_open_tag? Regards, Philip=