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/

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to