Re: [PHP-DEV] Re: TSRM compatibility note

2001-07-30 Thread Zeev Suraski
The new API no longer requires separate fetch's for the different TLS's. This has two implications: - Code that requires several TLS's is quicker, since at most, you only call one fetch, instead of several (you also pass less info on the stack when you send TLS's to functions) - Since there's

[PHP-DEV] Re: TSRM compatibility note

2001-07-30 Thread Harald Radi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi zeev, is there a short explanation of this tsrm stuff somewhere ? i'd like to know which kind of functions should take use of the tsrm features. while reviewing your changes to the ext/com module i'm stumbled into a few inconsistencies (as far