> 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
--
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]