Re: [PHP-DEV] TSRM compatibility note

2001-07-30 Thread Jouni Ahto
On Mon, 30 Jul 2001, Zeev Suraski wrote: > We should probably change ext_skel to generate new-style fetches and > macros, so that new extensions take advantage of the faster approach. Ok. Will fix later this week. Have to first catch up on what this actually means. (I lost my home connection

[PHP-DEV] TSRM compatibility note

2001-07-30 Thread Zeev Suraski
Just FYI - code working with the old-style TSRM should still go on working. It just wouldn't take advantage of the faster single fetch approach we switched to. We should probably change ext_skel to generate new-style fetches and macros, so that new extensions take advantage of the faster appr