Date: 10/04/99
- Next message: Andrei Zmievski: "[PHP-DEV] cvs: /CVSROOT dolog.pl"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #2438: This just isn't working, very unhappy compile."
- Next in thread: Andrei Zmievski: "[PHP-DEV] cvs: /CVSROOT dolog.pl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Andrei Zmievski: "[PHP-DEV] cvs: /CVSROOT dolog.pl"
- Previous message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Bug #2438: This just isn't working, very unhappy compile."
- Next in thread: Andrei Zmievski: "[PHP-DEV] cvs: /CVSROOT dolog.pl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

