Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55381 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 46341 invoked from network); 12 Sep 2011 10:57:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Sep 2011 10:57:57 -0000 Authentication-Results: pb1.pair.com header.from=confik@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=confik@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: confik@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:64235] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/D1-27053-2B5ED6E4 for ; Mon, 12 Sep 2011 06:57:54 -0400 Received: by yxi13 with SMTP id 13so19212yxi.29 for ; Mon, 12 Sep 2011 03:57:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=0Xm0BU0LR5mP3lRh5mOUdyQUhNw1OyApCsfyyKa1Vgk=; b=X9rjIvipSbCi10ieZFjMEaPjNcDhORdS3o36bK8P2XBmyg9rRbGikHGkYfRPn5e2IF FnDVpWJacdhIKfcTNQINIlrX5RO79FdYmI5PrKH/iugqj9t1xJ9cDD8yhV+Hzu1wJiJy C2Mel3SLh5XchMO309fWDxjtA8kfPsTtKPUAc= Received: by 10.100.214.1 with SMTP id m1mr3823103ang.134.1315825072119; Mon, 12 Sep 2011 03:57:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.100.33.19 with HTTP; Mon, 12 Sep 2011 03:57:31 -0700 (PDT) Date: Mon, 12 Sep 2011 15:57:31 +0500 Message-ID: To: Ferenc Kovacs Cc: Stas Malyshev , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt trunk/ext/session/tests/rfc1867_invalid_settings.phpt trunk/ext/session From: confik@gmail.com (Alexey Shein) Hello, these tests fail for me too, ubuntu 11.04 x86, both trunk and 5.4 branches. 2011/9/12 Ferenc Kovacs : > On Sun, Sep 11, 2011 at 11:04 PM, Stas Malyshev = wrote: >> Hi! >> >> On 9/11/11 8:44 AM, Ferenc Kovacs wrote: >>> >>> AFAIK you shoud get it(as I did on my debian machines), as both >>> display_startup_errors and error_reporting is force enabled for the >>> tests: >>> http://svn.php.net/viewvc/php/php-src/trunk/run-tests.php?view=3Dmarkup= #l232 >>> http://svn.php.net/viewvc/php/php-src/trunk/run-tests.php?view=3Dmarkup= #l230 >> >> Well, maybe I should, but I am not. If you think it's a bug and have a f= ix >> you're welcome to propose it. >> > > I did, and you just reverted it, this is why I'm curious. :) > could you please run the following (basically running those 2 tests > with verbose output): > TEST_PHP_EXECUTABLE=3Dauto TEST_PHP_CGI_EXECUTABLE=3Dauto ./sapi/cli/php > run-tests.php -g 'SKIP,FAIL,XFAIL' -n -c tmp-php.ini -v > ext/session/tests/rfc1867_invalid_settings*.phpt > I would like to know how does your COMMAND look like. > mine is something like: > /home/tyrael/checkouts/php-src/trunk/sapi/cli/php =C2=A0-n -c 'tmp-php.in= i' > =C2=A0-d "output_handler=3D" -d "open_basedir=3D" -d "safe_mode=3D0" -d > "disable_functions=3D" -d "output_buffering=3DOff" -d > "error_reporting=3D32767" -d "display_errors=3D1" -d > "display_startup_errors=3D1" -d "log_errors=3D0" -d "html_errors=3D0" -d > "track_errors=3D1" -d "report_memleaks=3D1" -d "report_zend_debug=3D0" -d > "docref_root=3D" -d "docref_ext=3D.html" -d "error_prepend_string=3D" -d > "error_append_string=3D" -d "auto_prepend_file=3D" -d "auto_append_file= =3D" > -d "magic_quotes_runtime=3D0" -d "ignore_repeated_errors=3D0" -d > "precision=3D14" -d "unicode.runtime_encoding=3DISO-8859-1" -d > "unicode.script_encoding=3DUTF-8" -d "unicode.output_encoding=3DUTF-8" -d > "unicode.from_error_mode=3DU_INVALID_SUBSTITUTE" -d > "session.auto_start=3D0" -d "tidy.clean_output=3D0" -d > "zlib.output_compression=3DOff" -d "mbstring.func_overload=3D0" -d > "session.upload_progress.freq=3D-1" -f > "/home/tyrael/checkouts/php-src/trunk/ext/session/tests/rfc1867_invalid_s= ettings.php" > =C2=A02>&1 > > and the second thing: > could you run the following: > ./sapi/cli/php -n -d session.upload_progress.freq=3D200% -d > error_reporting=3D-1 -d display_errors=3D1 -d display_startup_errors=3D1 = =C2=A0-r > '' > this outputs for me: > PHP Warning: =C2=A0PHP Startup: session.upload_progress.freq cannot be ov= er > 100% in Unknown on line 0 > > Warning: PHP Startup: session.upload_progress.freq cannot be over 100% > in Unknown on line 0 > > I verified this with multiple php version on multiple machines, if you > have both display_errors and display_startup_errors (and appropriate > error_reporting level), you should see those two lines. > btw: you can see from the reports that others also seeing this behaviour: > http://qa.php.net/reports/viewreports.php?version=3D5.4.0beta1-dev&test= =3D%2Fext%2Fsession%2Ftests%2Frfc1867_invalid_settings.phpt > http://qa.php.net/reports/viewreports.php?version=3D5.4.0beta1-dev&test= =3D%2Fext%2Fsession%2Ftests%2Frfc1867_invalid_settings_2.phpt > > -- > Ferenc Kov=C3=A1cs > @Tyr43l - http://tyrael.hu > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Regards, Shein Alexey