Skip to content
Snippets Groups Projects
Commit 0efe8cb5 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

flushing output

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1233 44740490-163a-0410-bde0-09ae8108e29a
parent c7cc4884
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,7 @@ class sspmod_ldapstatus_LDAPTester {
} else {
SimpleSAML_Logger::debug('ldapstatus phpping(): ping [' . $host . ':' . $port . ']' );
}
flush();
}
private function phpping($host, $port) {
......
......@@ -30,6 +30,7 @@ function myErrorHandler($errno, $errstr, $errfile, $errline) {
echo('<p>PHP_UNKNOWN : [' . $errno . '] ' . $errstr . '. Unknown error on line ' . $errline . ' in file ' . $errfile);
break;
}
flush();
/* Don't execute PHP internal error handler */
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment