[PHP-DEV] 4.0.2 + 4.0.3p1 not binary compatible? From: Doug MacEachern (dougm <email protected>)
Date: 12/04/00

seems the change in zend_compile.h that moves `filename' from zend_op to
zend_op_array breaks extension binary compatibilty (sizeof() structures
have changed). so if i have an extension compiled with 4.0.2, it will
core dump when run under 4.0.3p1 and vice-versa. is there an effort to
maintain extension binary compatibility between minor releases, or at
least a way for php to detect binary in-compatibility in extensions?

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>