I can run phpinfo() as http://localhost/dashboard/phpinfo.php and it works fine, and shows my OC8i config. When I try any PHP in NetBeans I get : PHP Warning: PHP Startup: Unable to load dynamic library 'oci8_12c' (tried: E:\xampp\php\ext\oci8_12c (The specified procedure could not be found.), E:\xampp\php\ext\php_oci8_12c.dll (The specified procedure could not be found.)) in Unknown on line 0 Red colour and italics are mine. my php.ini does have extension_dir="E:\xampp\php\ext" uncommented, and 'php_oci8_12c.dll ' is located thetre, and I can run PHP queries from a web page, just not from within Netbeans. Netbeans: Product Version: Apache NetBeans IDE 11.0 (Build incubator-netbeans-release-404-on-20190319) Java: 1.8.0_102; Java HotSpot(TM) 64-Bit Server VM 25.102-b14 Runtime: Java(TM) SE Runtime Environment 1.8.0_102-b14 System: Windows 10 version 10.0 running on amd64; Cp1252; en_AU (nb) User directory: C:\Users\nhc\AppData\Roaming\NetBeans\11.0 Cache directory: C:\Users\nhc\AppData\Local\NetBeans\Cache\11.0
PHP: PHP Version 7.3.6 | OCI8 Support | enabled | | OCI8 DTrace Support | disabled | | OCI8 Version | 2.2.0 | | Oracle Run-time Client Library Version | 19.3.0.0.0 | | Oracle Compile-time Instant Client Version | 12.1 | | Directive | Local Value | Master Value | | oci8.connection_class | no value | no value | | oci8.default_prefetch | 100 | 100 | | oci8.events | Off | Off | | oci8.max_persistent | -1 | -1 | | oci8.old_oci_close_semantics | Off | Off | | oci8.persistent_timeout | -1 | -1 | | oci8.ping_interval | 60 | 60 | | oci8.privileged_connect | Off | Off | | oci8.statement_cache_size | 20 | 20 | | Statistics | | | Active Persistent Connections | 0 | | Active Connections | 0 | What do I need to do to make NetBeans work. Thank you in advance, Neil H. Currie
