care to comment? On Sat, Sep 10, 2011 at 7:29 AM, Stanislav Malyshev <[email protected]> wrote: > stas Sat, 10 Sep 2011 05:29:29 +0000 > > Revision: http://svn.php.net/viewvc?view=revision&revision=316475 > > Log: > revert bad test change > > Changed paths: > U > php/php-src/branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt > U > php/php-src/branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt > U php/php-src/trunk/ext/session/tests/rfc1867_invalid_settings.phpt > U php/php-src/trunk/ext/session/tests/rfc1867_invalid_settings_2.phpt > > Modified: > php/php-src/branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt > =================================================================== > --- > php/php-src/branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt > 2011-09-10 03:51:16 UTC (rev 316474) > +++ > php/php-src/branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings.phpt > 2011-09-10 05:29:29 UTC (rev 316475) > @@ -9,7 +9,5 @@ > var_dump(ini_get("session.upload_progress.freq")); > ?> > --EXPECTF-- > -PHP Warning: PHP Startup: session.upload_progress.freq must be greater than > or equal to zero in %s > - > Warning: PHP Startup: session.upload_progress.freq must be greater than or > equal to zero in %s > string(%d) "1%" > > Modified: > php/php-src/branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt > =================================================================== > --- > php/php-src/branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt > 2011-09-10 03:51:16 UTC (rev 316474) > +++ > php/php-src/branches/PHP_5_4/ext/session/tests/rfc1867_invalid_settings_2.phpt > 2011-09-10 05:29:29 UTC (rev 316475) > @@ -9,7 +9,5 @@ > var_dump(ini_get("session.upload_progress.freq")); > ?> > --EXPECTF-- > -PHP Warning: PHP Startup: session.upload_progress.freq cannot be over 100% > in %s > - > Warning: PHP Startup: session.upload_progress.freq cannot be over 100% in %s > string(%d) "1%" > > Modified: php/php-src/trunk/ext/session/tests/rfc1867_invalid_settings.phpt > =================================================================== > --- php/php-src/trunk/ext/session/tests/rfc1867_invalid_settings.phpt > 2011-09-10 03:51:16 UTC (rev 316474) > +++ php/php-src/trunk/ext/session/tests/rfc1867_invalid_settings.phpt > 2011-09-10 05:29:29 UTC (rev 316475) > @@ -9,7 +9,5 @@ > var_dump(ini_get("session.upload_progress.freq")); > ?> > --EXPECTF-- > -PHP Warning: PHP Startup: session.upload_progress.freq must be greater than > or equal to zero in %s > - > Warning: PHP Startup: session.upload_progress.freq must be greater than or > equal to zero in %s > string(%d) "1%" > > Modified: php/php-src/trunk/ext/session/tests/rfc1867_invalid_settings_2.phpt > =================================================================== > --- php/php-src/trunk/ext/session/tests/rfc1867_invalid_settings_2.phpt > 2011-09-10 03:51:16 UTC (rev 316474) > +++ php/php-src/trunk/ext/session/tests/rfc1867_invalid_settings_2.phpt > 2011-09-10 05:29:29 UTC (rev 316475) > @@ -9,7 +9,5 @@ > var_dump(ini_get("session.upload_progress.freq")); > ?> > --EXPECTF-- > -PHP Warning: PHP Startup: session.upload_progress.freq cannot be over 100% > in %s > - > Warning: PHP Startup: session.upload_progress.freq cannot be over 100% in %s > string(%d) "1%" > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php >
-- Ferenc Kovács @Tyr43l - http://tyrael.hu -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
