Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43122 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92211 invoked from network); 19 Feb 2009 18:08:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2009 18:08:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.174 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.174 smtprelay-virgin0174.hostedemail.com Received: from [64.99.136.174] ([64.99.136.174:46350] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4E/C8-42696-F00AD994 for ; Thu, 19 Feb 2009 13:08:16 -0500 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay05.hostedemail.com (Postfix) with SMTP id BA7181B3B820; Thu, 19 Feb 2009 18:08:13 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,6d0af8f6fc84c12b,691ff1dea13fdf9b,steph@php.net,ilia@prohost.org:ericleestewart@gmail.com:internals@lists.php.net,RULES_HIT:355:379:539:540:541:542:543:567:599:601:945:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1538:1587:1593:1594:1711:1714:1730:1747:1766:1792:2073:2075:2078:2393:2559:2562:2828:3027:3350:3865:3866:3867:3869:3870:3871:3872:3874:3876:3877:4250:4699:5007:6114:6261:7653:7875:7903:8501,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Received: from foxbox (77-100-159-145.cable.ubr07.shef.blueyonder.co.uk [77.100.159.145]) (Authenticated sender: steph.fox) by omf09.hostedemail.com (Postfix) with ESMTP; Thu, 19 Feb 2009 18:08:12 +0000 (UTC) Message-ID: <011401c992bd$64a355f0$919f644d@foxbox> To: "Ilia Alshanetsky" Cc: "Eric Stewart" , References: <00ad01c992b9$b252b6a0$919f644d@foxbox> <043E4B3B-0137-4C87-A9DE-912F0A09071C@prohost.org> Date: Thu, 19 Feb 2009 18:10:47 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-session-marker: 73746570682E666F78 Subject: Re: [PHP-DEV] Vote: allow_call_time_pass_reference value in production INI From: steph@php.net ("Steph Fox") > That's a good point we need to make sure that main.c INI values match > those of the production INI file. There are A LOT of installs that > operate without an INI file. I'd say it's usually ini-dist that matches the main.c value... but the issue in this case is that ini-recommended (which is generally taken as 'ini-production' by the community at large) throws warnings that are not thrown by default, which seems pretty weird to me. - Steph