On Tue, September 17, 2013 21:18, Jan Ehrhardt wrote: > "Anatol Belski" in php.pecl.dev (Tue, 17 Sep 2013 19:58:12 +0200): > >> On Tue, September 17, 2013 19:37, Jan Ehrhardt 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 >>> >> >> Yep, you have oci8 and pdo_oci, that are two different extensions. >> > > If you count the pdo_oci.dll as well, I get three DLL's in one build: > pdo_oci8.ddl, pdo_oci8_11g.dll and pdo_oci.dll. Take a look at > https://dl.dropboxusercontent.com/u/8954372/php-5.5.3-nts-Win32-VC11-x86. > zip > > This is built in a single operation: configure and nmake snap. You will > see all three DLL's in the snapshot.txt. > > Jan > > > -- > PECL development discussion Mailing List (http://pecl.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >
God damn, that's right :) seems to be a feature overloading the config.w32. I have to fix the build system to take that in account. Thanks Anatol -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
