Changeset 131

Show
Ignore:
Timestamp:
11/15/05 13:30:25 (3 years ago)
Author:
zoeloelip
Message:

README updates
i386 <-> x86_64 spinlock test

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r130 r131  
     12005-11-15 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
     2        * Spinlock test now tests for i386 and x86_64. Because spinlocks where 
     3          never used on 64-bit and sysv ipc locking didn't work, there were a  
     4          lot of problems. 
     5 
    162005-10-20 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
    27 
  • eaccelerator/trunk/README

    r88 r131  
    9595------------- 
    9696This version of the eAccelerator has been successfully tested on PHP 
    97 4.1.0-4.3.3 under RedHat Linux 7.0, 7.3, 8.0 and Windows with Apache 1.3  
     974.1.0-4.3.3 under Fedora 1, 2, 3, 4 and Debian 3.1 and Windows with Apache 1.3  
    9898and Apache 2.0. 
    9999 
     
    350350Contact us 
    351351---------- 
    352 To contact us with questions, patches or bugs, please send e-mail to 
    353 Frank Alcantara <frankalcantara at users.sourceforge.net> 
     352You can contact us with questions, patches or bugs, by sending an email to 
     353Bart Vanbrabant <zoeloelip at users.sourceforge.net> 
  • eaccelerator/trunk/mm.c

    r130 r131  
    171171#if defined(MM_SEM_SPINLOCK) 
    172172 
    173 #if defined(__GNUC__) && defined(i386
     173#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)
    174174#  include "x86_spinlocks.h" 
    175175#else