Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
| <?php | |
| /* For AJAX, if frustrated, try the following (see http://www.php.net/manual/en/function.flush.php#91556): | |
| @apache_setenv('no-gzip', 1); | |
| @ini_set('zlib.output_compression', 0); | |
| */ | |
| ob_start(); | |
| set_time_limit(0); // for scripts that run really long | |
| function force_flush ($add_whitespace = TRUE) { |