php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58194 php_pdo_oci.dll can not load
Submitted: 2008-05-13 12:27 UTC Modified: 2021-05-16 04:22 UTC
From: jroze at gipsis dot fr Assigned: cmb (profile)
Status: No Feedback Package: PDO OCI
PHP Version: 5.2.5 OS: WIN XP SP2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
31 - 10 = ?
Subscribe to this entry?

 
 [2008-05-13 12:27 UTC] jroze at gipsis dot fr
Description:
------------
Hello there,

I have a problem loading php_pdo.dll library using the last stable 5.2.6 (same with 5.2.4) version of PHP.

Here is a snippet of my php.ini file :

extension_dir = "C:\php\ext\"
extension=php_oci8.dll
extension=php_pdo.dll
extension=php_pdo_oci.dll

And here is the error i get :

PHP Warning:  PHP Startup: Unable to load dynamic library
'C:\\php\\ext\\php_pdo.dll' - the specified procedure could not be found.\r\n in Unknown on line 0

Note that it works  if i get the php_pdo.dll file from PHP 5.2.0 provided with EasyPHP 2.0b !!!

Oracle is installed and other extension like php_oci8 works.

I already read comments on bug #6225, there are saying that is must work with the lastest version of php but it doesn't.

Thanks for your help





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-12-28 23:54 UTC] zhangdan1122 at gmail dot com
i have the same problem
but i saw it in apache error log
said "Unable to load dynamic library"
wait for your answer

thank u very much
 [2021-05-03 11:48 UTC] cmb@php.net
-Status: Open +Status: Feedback -Package: PDO_OCI +Package: PDO OCI -Assigned To: +Assigned To: cmb
 [2021-05-03 11:48 UTC] cmb@php.net
Is this still an issue with any of the actively supported PHP
versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2021-05-16 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 19:01:33 2024 UTC