There be dragons here


git-svn-id: https://develop.svn.wordpress.org/trunk@1779 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-10-11 18:45:14 +00:00
parent 77b143f1fd
commit 4d502263f6
1 changed files with 4 additions and 2 deletions

View File

@ -53,8 +53,10 @@ class gettext_reader {
return;
}
$MAGIC1 = (int)0x950412de;
$MAGIC2 = (int)0xde120495;
// $MAGIC1 = (int)0x950412de; //bug in PHP 5
$MAGIC1 = (int) - 1794895138;
// $MAGIC2 = (int)0xde120495; //bug
$MAGIC2 = (int) - 569244523;
$this->STREAM = $Reader;