sas Sat Oct 16 18:32:53 2004 EDT Modified files: /CVSROOT loginfo.pl Log: debugging http://cvs.php.net/diff.php/CVSROOT/loginfo.pl?r1=1.77&r2=1.78&ty=u Index: CVSROOT/loginfo.pl diff -u CVSROOT/loginfo.pl:1.77 CVSROOT/loginfo.pl:1.78 --- CVSROOT/loginfo.pl:1.77 Sat Oct 16 18:30:42 2004 +++ CVSROOT/loginfo.pl Sat Oct 16 18:32:53 2004 @@ -9,6 +9,8 @@ # This also doesn't like files or directories with spaces in them. +$| = 1; + use strict; use Socket; @@ -93,6 +95,7 @@ print "$$ before fork\n"; + # now we fork off into the background and generate the email if(fork() != 0) { print "$$ exiting\n"; @@ -101,7 +104,6 @@ print "$$ after fork\n"; -$| = 1; #print "Reading summary file\n";
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php