[wp-cvs] wordpress/wp-includes gettext.php,1.1,1.2

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Oct 11 18:45:17 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30867/wp-includes

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

Index: gettext.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/gettext.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** gettext.php	16 Apr 2004 01:56:04 -0000	1.1
--- gettext.php	11 Oct 2004 18:45:14 -0000	1.2
***************
*** 54,59 ****
      }
  
!     $MAGIC1 = (int)0x950412de;
!     $MAGIC2 = (int)0xde120495;
  
  
--- 54,61 ----
      }
  
! 	// $MAGIC1 = (int)0x950412de; //bug in PHP 5
! 	$MAGIC1 = (int) - 1794895138;
! 	// $MAGIC2 = (int)0xde120495; //bug
! 	$MAGIC2 = (int) - 569244523;
  
  




More information about the cvs mailing list