Chris Robertson wrote:
John Doe wrote:
From: Merdouille <[email protected]>
#!/usr/bin/php
$temp = array();
while ( $input = fgets(STDIN) ) {
  echo "302:http://www.yahoo.fr/";;
# Flush output...
flush();
}
?>

Maybe try with a '\n'...?

See http://www.squid-cache.org/mail-archive/squid-users/200902/0471.html for a recent discussion about why this would be a bad idea.


echo and print in PHP and perl IIRC operate slightly differently.

I have found echo "blah\n"; flush(); both to be needed for PHP for timely results.

The earlier mail was about perl print having an implicit \n already. echo in PHP does not.

Amos
--
Please be using
  Current Stable Squid 2.7.STABLE6 or 3.0.STABLE13
  Current Beta Squid 3.1.0.6

Reply via email to