Changeset 1779

Show
Ignore:
Timestamp:
10/11/04 18:45:14 (4 years ago)
Author:
saxmatt
Message:

PHP 5 fix from http://www.fredfred.net/skriker/index.php?p=84
There be dragons here

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/gettext.php

    r1080 r1779  
    5454    } 
    5555 
    56     $MAGIC1 = (int)0x950412de; 
    57     $MAGIC2 = (int)0xde120495; 
     56    // $MAGIC1 = (int)0x950412de; //bug in PHP 5 
     57    $MAGIC1 = (int) - 1794895138; 
     58    // $MAGIC2 = (int)0xde120495; //bug 
     59    $MAGIC2 = (int) - 569244523; 
    5860 
    5961