Date: 12/04/00
- Next message: ronen <email protected>: "[PHP-DEV] PHP 4.0 Bug #8104: session_register drops inner object"
- Previous message: Chuck Hagenbuch: "[PHP-DEV] date('r') on windows gets wrong timezone"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DEV] 4.0.2 + 4.0.3p1 not binary compatible?"
- Reply: Rasmus Lerdorf: "Re: [PHP-DEV] 4.0.2 + 4.0.3p1 not binary compatible?"
- Reply: Zeev Suraski: "Re: [PHP-DEV] 4.0.2 + 4.0.3p1 not binary compatible?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: ronen <email protected>: "[PHP-DEV] PHP 4.0 Bug #8104: session_register drops inner object"
- Previous message: Chuck Hagenbuch: "[PHP-DEV] date('r') on windows gets wrong timezone"
- Next in thread: Rasmus Lerdorf: "Re: [PHP-DEV] 4.0.2 + 4.0.3p1 not binary compatible?"
- Reply: Rasmus Lerdorf: "Re: [PHP-DEV] 4.0.2 + 4.0.3p1 not binary compatible?"
- Reply: Zeev Suraski: "Re: [PHP-DEV] 4.0.2 + 4.0.3p1 not binary compatible?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

