Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55051 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98440 invoked from network); 1 Sep 2011 09:11:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Sep 2011 09:11:30 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@beccati.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=php@beccati.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain beccati.com designates 93.94.29.238 as permitted sender) X-PHP-List-Original-Sender: php@beccati.com X-Host-Fingerprint: 93.94.29.238 aperol.beccati.com Received: from [93.94.29.238] ([93.94.29.238:51698] helo=mail.beccati.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DD/09-44095-04C4F5E4 for ; Thu, 01 Sep 2011 05:11:29 -0400 Received: (qmail 30149 invoked from network); 1 Sep 2011 11:10:54 +0200 Received: from unknown (HELO ?192.168.1.202?) (matteo@beccati.com@88.149.176.119) by mail.beccati.com with SMTP; 1 Sep 2011 09:10:54 -0000 Message-ID: <4E5F4C3C.2050706@beccati.com> Date: Thu, 01 Sep 2011 11:11:24 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: PHPdev Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Session rfc1867 test failures From: php@beccati.com (Matteo Beccati) Hi everyone, I'm trying to help out cleaning up failing tests in my spare time and I've noticed two related to the sessions ext: http://qa.php.net/reports/viewreports.php?version=5.4.0beta1-dev&test=%2Fext%2Fsession%2Ftests%2Frfc1867_invalid_settings.phpt http://qa.php.net/reports/viewreports.php?version=5.4.0beta1-dev&test=%2Fext%2Fsession%2Ftests%2Frfc1867_invalid_settings_2.phpt They are testing for out of range values for the session.upload_progress.freq ini parameter and they both fail as a single warning is expected whereas the warning message effectively appears twice: "PHP Warning: PHP Startup... Warning: PHP Startup..." Of course it is trivial to fix the tests, but I'm wondering if this is in fact a regression that would need fixing. Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/