From:             [EMAIL PROTECTED]
Operating system: SunOS
PHP version:      4.3.0
PHP Bug Type:     PHP options/info functions
Bug description:  make test miserably fails

I didn't have "." in my include_path and I
had output_buffering = 4096. Reasonable?

So the while(ob_get_level()) ob_end_clean();
algorithm in run-tsts.php runs forever: level
won't go below 1.

An implicit ob_start implied by buffering?
then the feature is fine and the test script
broken. I commented that out but forgot to
fix the .ini. Result: many test failures and
the result posted to your site w/o letting me
say a word. (Quite nasty, isn't it?)

In facts:

1) "-n" or "-c ." options to command line don't do it,

2) flush() doesn't work as expected when bufferning,

3) reading stdin doesn't work at all!

You need to fix (1) and ship the product with
a working php.ini for the tests.

Please fix the tests by setting something like
"do you want to run the tests interactively?"
and if you get no answer assume NO_INTERACTION=1!

TIA
Ale
-- 
Edit bug report at http://bugs.php.net/?id=21751&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21751&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21751&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21751&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21751&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21751&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21751&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21751&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21751&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21751&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21751&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21751&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21751&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21751&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21751&r=gnused

Reply via email to