[PHP-DEV] cvs: /CVSROOT dolog.pl From: Andrei Zmievski (zmievski <email protected>)
Date: 10/04/99

andrei Mon Oct 4 15:50:47 1999 EDT

  Modified files:
    /CVSROOT dolog.pl
  Log:
  Make it seem faster.
  
  
Index: CVSROOT/dolog.pl
diff -u CVSROOT/dolog.pl:1.8 CVSROOT/dolog.pl:1.9
--- CVSROOT/dolog.pl:1.8 Sat Oct 2 17:15:26 1999
+++ CVSROOT/dolog.pl Mon Oct 4 15:50:17 1999
@@ -130,11 +130,18 @@
         print STDERR "----------------------------------------------\n";
     }
 
+  <email protected> = "";
+
     # Iterate over the body of the message collecting information.
     #
     while (<STDIN>) {
         chop; # Drop the newline
+ push( <email protected>);
+ }
+
+ exit 0 if (fork() ne 0);
 
+ for( <email protected>)
         if( $flag_debug){
             print STDERR "$_\n";
         }

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>