Binary compatibility was broken long ago in 4.0.7.

At 07:09 02/08/2001, [EMAIL PROTECTED] wrote:
> > On Thu, 02 Aug 2001, Zeev Suraski wrote:
> > > zeev                Thu Aug  2 09:16:20 2001 EDT
> > >
> > >   Modified files:
> > >     /Zend   zend.c zend_execute_API.c zend_hash.c zend_hash.h zend_list.c
> > >             zend_list.h
> > >   Log:
> > >   Some cleanup
> >
> > I really wish all these TSRM changes were left for 4.1. There are just
> > way too many functions affected and I guarantee you that all the
> > standalone extensions will be broken because people will not expect such
> > breakage from a point release.
>
>It also breaks binary compatibility forcing everyone to release new
>extensions.  The change from
>
>ZEND_API void wrong_param_count()
>
>to
>
>ZEND_API void zend_wrong_param_count(TSRMLS_D)
>
>Makes extensions built for 4.0.6 break against current CVS right now:
>
>PHP Warning:  Unable to load dynamic library
>'/usr/local/lib/php/php_ming.so' - /usr/local/lib/php/php_ming.so:
>undefined symbol: wrong_param_count in Unknown on line 0
>
>-Rasmus

--
Zeev Suraski <[EMAIL PROTECTED]>
CTO &  co-founder, Zend Technologies Ltd. http://www.zend.com/


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to