|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-11-04 12:09 UTC] automap at gmail dot com
Description: ------------ after I upgraded the Apache from 2.0.59 to 2.2.3 then I downloaded php5.2.0 to replace the original php5.0.5 but when I start apache, error log shows as below: Unable to load dynamic library 'C:/php52/ext/php_oci8.dll' - \xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xb3\xcc\xd0\xf2\xa1\xa3\r\n in Unknown on line 0 Reproduce code: --------------- the error log shows that the php_oci8.dll is not loaded when Apache is started my oracle client version is 9.2.0.1 it's good to load oci8 dll before I upgrade because I upgrded php and apache , so I'm not sure whether it's a problem of php, either inside apache Expected result: ---------------- I need to load oci8 into the apache ,so I can connect my oracle db Actual result: -------------- now the oci8 dll can't be loaded.is it the problem of php5.2.0? PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 05:00:01 2025 UTC |
for other users' convenient, there are some important thing should be attention as below: 1.the oracle instant client environmental parameter('path' in windows) should be set before other existed oracle path(if you want to use the former oracle path later) 2.mabye you should download the msvcr71.dll and copy it to the directory where oralce instant client files lie 3.you should restart your system after setting the path parameters