Changeset b1fa85b7 in github


Ignore:
Timestamp:
Mar 4, 2012 3:03:26 AM (15 months ago)
Author:
alecpl <alec@…>
Branches:
release-0.7
Children:
b1a8dab
Parents:
4ffa559
Message:
  • Disable E_STRICT warnings on PHP 5.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CHANGELOG

    r4ffa559 rb1fa85b7  
    22=========================== 
    33 
     4- Disable E_STRICT warnings on PHP 5.4 
    45- Prevent from folder selection on virtual folder collapsing (#1488346) 
    56- Fix automatic unsubscribe of non-existent folders 
  • program/include/iniset.php

    r0d114ef rb1fa85b7  
    6666} 
    6767 
    68 ini_set('error_reporting', E_ALL&~E_NOTICE); 
     68ini_set('error_reporting', E_ALL &~ (E_NOTICE | E_STRICT)); 
    6969 
    7070// increase maximum execution time for php scripts 
Note: See TracChangeset for help on using the changeset viewer.