Bug#401129: [php-maint] Bug#401129: [m68k] FTBFS due to alignment problem

Roman Zippel zippel at linux-m68k.org
Fri Dec 1 21:35:10 CET 2006


Hi,

On Fri, 1 Dec 2006, sean finney wrote:

> @@ -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 ?

Yes, I noticed that too and it's fixed now:

http://news.php.net/php.zend-engine.cvs/5439

bye, Roman




More information about the pkg-php-maint mailing list