Changeset 219
- Timestamp:
- 06/26/06 18:06:23 (2 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/eaccelerator.c (modified) (1 diff)
- eaccelerator/trunk/eaccelerator.h (modified) (1 diff)
- eaccelerator/trunk/win32/eAccelerator.dsp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r213 r219 1 2006-06-26 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 * Fix ticket #108 3 * Removed webui.[c|h] from the windows project files 4 1 5 2006-06-06 Hans Rakers <hans at parse dot nl> 2 6 * Fix for ticket #101 ('bailout' is used in zend_globals.h in a ZTS eaccelerator/trunk/eaccelerator.c
r213 r219 1956 1956 1957 1957 static void make_hash_dirs(char *fullpath, int lvl) { 1958 int i,j;1958 int j; 1959 1959 int n = strlen(fullpath); 1960 1960 mode_t old_umask = umask(0); eaccelerator/trunk/eaccelerator.h
r212 r219 103 103 #endif 104 104 105 #ifndef _INTPTR_T_DEFINED 106 typedef intptr_t; 107 #define _INTPTR_T_DEFINED 108 #endif 109 105 110 #ifdef HAVE_EACCELERATOR 106 111 #ifndef HAVE_EACCELERATOR_STANDALONE_LOADER eaccelerator/trunk/win32/eAccelerator.dsp
r192 r219 209 209 SOURCE=..\shm.c 210 210 # End Source File 211 # Begin Source File212 213 SOURCE=..\webui.c214 # End Source File215 211 # End Group 216 212 # Begin Group "Header Files" … … 268 264 269 265 SOURCE=..\shm.h 270 # End Source File271 # Begin Source File272 273 SOURCE=..\webui.h274 266 # End Source File 275 267 # End Group