hi roman, On Fri, 2006-12-01 at 17:40 +0100, Roman Zippel wrote: > Hi, > > Here is also how it's officially fixed now in CVS: > > http://news.php.net/php.zend-engine.cvs/5437 > > Please release a new package with this patch.
erm... @@ -373,6 +373,11 @@ #ifndef ZEND_MM_ALIGNMENT # define ZEND_MM_ALIGNMENT 8 # define ZEND_MM_ALIGNMENT_LOG2 3 +#elif ZEND_MM_ALIGNMENT < 4 +# undef ZEND_MM_ALIGNMENT +# undef ZEND_MM_ALIGNMENT +# define ZEND_MM_ALIGNMENT 4 +# define ZEND_MM_ALIGNMENT_LOG2 2 #endif #define ZEND_MM_ALIGNMENT_MASK ~(ZEND_MM_ALIGNMENT-1) is it me or should that second undef be replaced with ZEND_MM_ALIGNMENT_LOG2 ? sean
signature.asc
Description: This is a digitally signed message part