On Tue, 2003-12-09 at 21:21, Jani Taskinen wrote: > On Tue, 9 Dec 2003, Wez Furlong wrote: > > >> it was actually my idea to for the oci8 stuff - and have some new > >> maintainer maintain it in pecl. > > > >Yep, I remember. > > > >> i see no valid reason against it. he can start hacking on it (in pecl) > >> starting today - once he is comfortable with it we'll nuke the ext/oci > >> and use(link, package) the stuff from pecl. > > > >We can go a little bit further than that; lets move it properly in > >CVS and roll a pecl release (1.0), and then Tony can continue > >his work in the way that pecl is supposed to be working. > > And you're moving us into the support nightmare.. > Instead of asking what php version they use, we need > to start asking which possible versions of different > extensions they happen to use, how they compiled them, > etc. etc. etc. > > Thanks, but no thanks. Keep PECL as sibe...for the not-so-golden > exts and the rest in php-src.
We know which releases of which (pecl) extensions are bundled with each PHP release. But to meet this problem, we should ask people to attach a dump of phpinfo() or phpinfo("extname") and make sure that contains the necessary information. At the very least, the extension version number should be in there, preferably added automatically. There's a field for version number in the extension struct. I recall you supporting me whole-heartedly on the very same issue back in the 4.1.0 days when the version info was added, remember? How people compile the extensions should be clear from that also, at least just as clear as it is today. - Stig -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php