cvs: embed /php-irssi php-core.c
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