sas Tue Dec 10 13:30:45 2002 EDT Modified files: /php4/ext/ircg ircg.c Log: Change to more suitable defaults until I add the appropiate ini settings Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.159 php4/ext/ircg/ircg.c:1.160 --- php4/ext/ircg/ircg.c:1.159 Mon Dec 9 07:42:28 2002 +++ php4/ext/ircg/ircg.c Tue Dec 10 13:30:45 2002 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ircg.c,v 1.159 2002/12/09 12:42:28 sas Exp $ */ +/* $Id: ircg.c,v 1.160 2002/12/10 18:30:45 sas Exp $ */ /* {{{ includes */ @@ -2136,7 +2136,7 @@ if (initialized == 0) { initialized = 1; #if IRCG_API_VERSION >= 20021127 - ircg_setup_global("/tmp/ircg.lock", 0, setup); + ircg_setup_global("/tmp/ircg", 10000000, setup); #else setup(0); setup(1);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php