Changeset 219

Show
Ignore:
Timestamp:
06/26/06 18:06:23 (2 years ago)
Author:
bart
Message:

* Fix ticket #108
* Removed webui.[c|h] from the windows project file

Files:

Legend:

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

    r213 r219  
     12006-06-26  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
     2        * Fix ticket #108 
     3        * Removed webui.[c|h] from the windows project files 
     4 
    152006-06-06  Hans Rakers <hans at parse dot nl> 
    26        * Fix for ticket #101 ('bailout' is used in zend_globals.h in a ZTS 
  • eaccelerator/trunk/eaccelerator.c

    r213 r219  
    19561956 
    19571957static void make_hash_dirs(char *fullpath, int lvl) { 
    1958   int i, j; 
     1958  int j; 
    19591959  int n = strlen(fullpath); 
    19601960  mode_t old_umask = umask(0); 
  • eaccelerator/trunk/eaccelerator.h

    r212 r219  
    103103#endif 
    104104 
     105#ifndef _INTPTR_T_DEFINED  
     106        typedef intptr_t; 
     107        #define _INTPTR_T_DEFINED 
     108#endif 
     109 
    105110#ifdef HAVE_EACCELERATOR 
    106111#ifndef HAVE_EACCELERATOR_STANDALONE_LOADER  
  • eaccelerator/trunk/win32/eAccelerator.dsp

    r192 r219  
    209209SOURCE=..\shm.c 
    210210# End Source File 
    211 # Begin Source File 
    212  
    213 SOURCE=..\webui.c 
    214 # End Source File 
    215211# End Group 
    216212# Begin Group "Header Files" 
     
    268264 
    269265SOURCE=..\shm.h 
    270 # End Source File 
    271 # Begin Source File 
    272  
    273 SOURCE=..\webui.h 
    274266# End Source File 
    275267# End Group