Hi Christopher, On Wed, October 9, 2013 21:27, Christopher Jones wrote: >
> > On 10/05/2013 04:02 PM, Anatol Belski wrote: > > >> you mean OCI of course. Yep, that's the case I've mentioned about >> different names in package.xml, PECL website and/or config.w32 . The >> buld system addresses the name in the config.w32. As it was shortly >> changed to oci_12c and the oci one was removed, so the new name. As the >> PECL site >> still has the name oci, the path can't be found in the uploads. It has >> worked with instantclient 10 and 11 as the oci name was still present >> in config.w32, despite two different ext DLLs was produced. >> >> Not sure what were the best solution for this. Would more tend like >> just making a new extension on PECL for that. Maybe? Especially as the >> intention was to have a DLL with the different name, as now it is. >> >> Regards >> >> >> Anatol >> >> > > Hi Anatol, > > > I pushed the oci8/config.w32 change discussed on IRC. Now three DLLs > are created. This should let your bundling system work for the time being. > > > I haven't uploaded a new PECL package yet. Can you check config.w32 > first? > > Chris > > > -- > [email protected] http://twitter.com/ghrd Free PHP & Oracle > book: > http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual > -098250.html > > this should work now, I made some fixes and triggered the build which looks ok. At your wish only the 12 dll is built, the limitation is that the EXTENSION('oci8', ....) definition still has to be present in the config.w32. That way the extension name is the same in all the presences across PECL. Regards Anatol -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
