cvs: embed /php-irssi php-core.c

From: Date: Sun, 20 Apr 2003 19:32:56 +0000
Subject: cvs: embed /php-irssi php-core.c
Groups: php.embed.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
tal		Sun Apr 20 15:32:56 2003 EDT

  Modified files:              
    /embed/php-irssi	php-core.c 
  Log:
  This caused me problems
  
Index: embed/php-irssi/php-core.c
diff -u embed/php-irssi/php-core.c:1.22 embed/php-irssi/php-core.c:1.23
--- embed/php-irssi/php-core.c:1.22	Mon Mar 31 19:53:02 2003
+++ embed/php-irssi/php-core.c	Sun Apr 20 15:32:56 2003
@@ -15,7 +15,7 @@
   | Authors: Wez Furlong <[email protected]>                                   |
   |          Tal Peer <[email protected]>                                      | 
   +----------------------------------------------------------------------+
-  $Id: php-core.c,v 1.22 2003/04/01 00:53:02 wez Exp $
+  $Id: php-core.c,v 1.23 2003/04/20 19:32:56 tal Exp $
 */
 #define MODULE_NAME "php/core"
 #include "common.h"
@@ -320,6 +320,7 @@
 	php_set_ini_entry("html_errors", "0", PHP_INI_STAGE_ACTIVATE);
 	php_set_ini_entry("display_errors", "1", PHP_INI_STAGE_ACTIVATE);
 	php_set_ini_entry("display_startup_errors", "1", PHP_INI_STAGE_ACTIVATE);
+	php_set_ini_entry("max_execution_time", "0", PHP_INI_STAGE_ACTIVATE);
 	
 	if (irssi_init_finished) {
 		/* if the module is being loaded manually execute autorun directly */




Thread (1 message)

  • Tal Peer
« previous php.embed.cvs (#88) next »