Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44566 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46960 invoked from network); 1 Jul 2009 06:05:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jul 2009 06:05:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.206 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.218.206 mail-bw0-f206.google.com Received: from [209.85.218.206] ([209.85.218.206:63260] helo=mail-bw0-f206.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B5/9B-05959-FACFA4A4 for ; Wed, 01 Jul 2009 02:05:37 -0400 Received: by bwz2 with SMTP id 2so80698bwz.23 for ; Tue, 30 Jun 2009 23:05:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=I6p5Ov4guhoWSpo27/Yfx3pOcfjaCZeLA3OxuFmDsvA=; b=spalgki1JQJu9tTrfG/ELCe7UaUsy4/Z5XYFm4xm7eSzg16IeWGp3pQ06HCjVTbF1x Ca4gS+55WIX52JShv9KNvkVKuRcTCinIUGbfabKp3kO0vzkjYAm6Pg/qsNNOeV5j1pux G5XmOFKxuwpO8zi141ZQUApB5Hu1zcLHkZ1wM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=xEEMu4zlgIaOaN8/tN9UgA8/tfQyMWKmO6uOtXVj2ZHhqcOQV8crYJjClV45stVXZG IN5uHHFCMjb7rh7gLn/UTH/5DG+ApRKWGN62PjBSEl3eCMo5vX4/Gt3pm9gSIptKq2ns 6OywT3itm2WEKIBnyyY0WFbbIXr3EpFyOYQM4= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.204.69.66 with SMTP id y2mr9293784bki.49.1246428332858; Tue, 30 Jun 2009 23:05:32 -0700 (PDT) In-Reply-To: <7f3ed2c30906301330o1d4fb2abr87a83aa48c05f469@mail.gmail.com> References: <2dedb8a0902061106p4333682g56a1ec29196e7f3e@mail.gmail.com> <2dedb8a0905051234l2c681bf8m748c1603e7bce00c@mail.gmail.com> <7f3ed2c30906301330o1d4fb2abr87a83aa48c05f469@mail.gmail.com> Date: Wed, 1 Jul 2009 08:05:32 +0200 X-Google-Sender-Auth: cbf44852faa86c02 Message-ID: <2dedb8a0906302305v5b426818nf8d4e1f65375cb42@mail.gmail.com> To: Hannes Magnusson Cc: Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Throwing E_DEPRECATED on startup From: kalle@php.net (Kalle Sommer Nielsen) 2009/6/30 Hannes Magnusson : > > Now that 5.3.0 is out, are you looking into fixing run-tests.php or all tests? run-tests.php seems most reasonable to fix, and then those tests that fail (aka. those who havnt been updated to catch these warnings). > > Like I warned about; if you enable any of these features in your > php.ini and then run the test suite.. there are only a handful of > tests that actually pass. I can see us passing -n parameter to the binary when executing a test, as most tests rely on the default builtin values in php. -- regrads, Kalle Sommer Nielsen kalle@php.net