Changeset 204
- Timestamp:
- 04/13/06 12:37:27 (2 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (1 diff)
- eaccelerator/trunk/config.m4 (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r203 r204 1 2006-04-13 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 3 * When content cache is used also compiled shared memory functions 4 1 5 2006-04-11 Hans Rakers <hans at parse dot nl> 2 * Fix for 64-bit compilation warnings "cast to pointer from 3 integer of different size" 6 7 * Fix for 64-bit compilation warnings "cast to pointer from 8 integer of different size" 4 9 5 10 2006-04-11 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> eaccelerator/trunk/config.m4
r178 r204 132 132 if test "$eaccelerator_content_caching" = "yes"; then 133 133 AC_DEFINE(WITH_EACCELERATOR_CONTENT_CACHING, 1, [Define if you like to use eAccelerator content cachin API]) 134 AC_DEFINE(WITH_EACCELERATOR_SHM, 1, [Define if you like to use the eAccelerator functions to store keys in shared memory]) 134 135 fi 135 136 if test "$eaccelerator_disassembler" = "yes"; then