On Sun, Oct 6, 2013 at 1:02 AM, Anatol Belski <[email protected]> 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.
For opcache it is easy to fix from a technical point of view, while Zend does not do any opcache release, I'm not sure it is worse worrying about it for now. In general I do not feel like patching pecl installer and extend package.xml specs to support that. Maybe simply add a extnames file, something like: php_oci12c php_oci11c so we can simply parse it to get the names, thoughts? Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
