| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2017-04-18 08:06 UTC] barbuslex at gmail dot com
 
-Status: Open
+Status: Closed
  [2017-04-18 08:06 UTC] barbuslex at gmail dot com
  [2017-04-18 08:23 UTC] requinix@php.net
 
-Status: Closed
+Status: Not a bug
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 15:00:01 2025 UTC | 
Description: ------------ All my php scripts using PDO Oci not working since the update in 7.0.18. Uncaught Error: Call to undefined function oci_connect() in C:\wwwroot\html\test\inc\bdd.php:28 Stack trace: #0 C:\wwwroot\html\test\inc\common.php(28): require_once() #1 C:\wwwroot\html\test\index.php(2): require_once('C:\\wwwroot\\html...') #2 {main} thrown in C:\wwwroot\html\test\inc\bdd.php on line 28 Cannot connect to database : could not find driver I have rollback to PHP 7.0.17 : it works perfectly ! I use the same php.ini in both version.