• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

Install Oracle DB Extension for Multiple PHP

sharulhafiz

Basic Pleskian
The same code works fine on php 5.3.3 by OS vendor since I followed the installation procedure from this website - http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html and video -

But when I change to php 5.6.14, the page won't load with error bellow.

mod_fcgid: stderr: PHP Fatal error: Call to undefined function oci_connect() in /opt/www/vhost/infocomm.utm.my/httpdocs/oracle.php on line 2

The reason for changing PHP is to take advantage of opcache.
 
oci8 was already there in php 5.6.14 and i have enable it. the tutorial given is for installing module. How can i set the environment's library loading path like the oracle tutorial?

B2trlJA.png
 
Back
Top