On Tue, Sep 17, 2013 at 10:37 AM, Jan Ehrhardt <[email protected]> wrote: > "Anatol Belski" in php.pecl.dev (Tue, 17 Sep 2013 19:19:56 +0200): >>Currently oci8 is built in both core and PECL with --with-oci8=<path to >>instantclient10> --with-oci8-11g=<path to instant client11>. Despite that >>both options, only one dll is produced, php_oci8.dll. > > Strange. I get two DLL's in one build: > http://x32.elijst.nl/phpinfo.php55nts
we refer to OCI11 and 12 (or other) support in sepate DLLs. We began to do that with 8 and 10 or someting like that. It allows a php user to use one or the other depending on which oracle client is installed on his host. Cheers, -- Pierre @pierrejoye | http://www.libgd.org -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
