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 { ...@@ -49,6 +49,7 @@ class sspmod_ldapstatus_LDAPTester {
} else { } else {
SimpleSAML_Logger::debug('ldapstatus phpping(): ping [' . $host . ':' . $port . ']' ); SimpleSAML_Logger::debug('ldapstatus phpping(): ping [' . $host . ':' . $port . ']' );
} }
flush();
} }
private function phpping($host, $port) { private function phpping($host, $port) {
......
...@@ -30,6 +30,7 @@ function myErrorHandler($errno, $errstr, $errfile, $errline) { ...@@ -30,6 +30,7 @@ function myErrorHandler($errno, $errstr, $errfile, $errline) {
echo('<p>PHP_UNKNOWN : [' . $errno . '] ' . $errstr . '. Unknown error on line ' . $errline . ' in file ' . $errfile); echo('<p>PHP_UNKNOWN : [' . $errno . '] ' . $errstr . '. Unknown error on line ' . $errline . ' in file ' . $errfile);
break; break;
} }
flush();
/* Don't execute PHP internal error handler */ /* Don't execute PHP internal error handler */
return true; 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