Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44568 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 65160 invoked from network); 1 Jul 2009 07:48:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jul 2009 07:48:53 -0000 Authentication-Results: pb1.pair.com header.from=jani@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 204.13.248.71 as permitted sender) X-PHP-List-Original-Sender: jani@php.net X-Host-Fingerprint: 204.13.248.71 mho-01-ewr.mailhop.org Received: from [204.13.248.71] ([204.13.248.71:56573] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6D/A0-61697-4E41B4A4 for ; Wed, 01 Jul 2009 03:48:53 -0400 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1MLuYk-0005cH-Fp; Wed, 01 Jul 2009 07:48:50 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+7MyGndAfGooYzTZK7+sQrFoULzkEQHA0= Message-ID: <4A4B14D9.9020105@php.net> Date: Wed, 01 Jul 2009 10:48:41 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.21 (X11/20090320) MIME-Version: 1.0 To: Uwe Schindler CC: 'Internals' References: <2dedb8a0902061106p4333682g56a1ec29196e7f3e@mail.gmail.com> <2dedb8a0905051234l2c681bf8m748c1603e7bce00c@mail.gmail.com> <7f3ed2c30906301330o1d4fb2abr87a83aa48c05f469@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup From: jani@php.net (Jani Taskinen) Uwe Schindler wrote: > I had the same this morning when I compiled PHP on my solaris machine. The > php.ini from my system-wide lib folder was used for the tests. In my case it > claimed about the deprecated *_long_arrays setting (or something like that). > Almost no test worked until I edited my global php.ini. > > Tests should use a local php.ini in the build directory. Well, actually they do use local ini. It's just sanitized version of your global one. --Jani