Changeset e877681 in github


Ignore:
Timestamp:
Oct 3, 2011 5:25:33 AM (21 months ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.7, release-0.8
Children:
56ec81c
Parents:
e750d1b
Message:
  • Disable time limit for CLI scripts (#1488109)
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r14d494f re877681  
    22=========================== 
    33 
     4- Disable time limit for CLI scripts (#1488109) 
    45- Fix misleading display when chaning editor type (#1488104) 
    56- Add loading indicator on contact delete 
  • program/include/clisetup.php

    r4351f7c re877681  
    2626require_once INSTALL_PATH . 'program/include/iniset.php'; 
    2727 
     28// Unset max. execution time limit, set to 120 seconds in iniset.php 
     29@set_time_limit(0); 
    2830 
    2931/** 
Note: See TracChangeset for help on using the changeset viewer.