Edit report at https://bugs.php.net/bug.php?id=60519&edit=1
ID: 60519 Updated by: s...@php.net Reported by: webmaster at sharpthoughts dot com Summary: OCILobRead2 could not be located in OCI.dll -Status: Open +Status: Bogus Type: Bug -Package: *General Issues +Package: OCI8 related Operating System: Windows Xp PHP Version: Irrelevant Block user comment: N Private report: N New Comment: php_oci8.dll requires Oracle 10gR2 or later client libraries. php_oci8_11g.dll requires Oracle 11gR2 client libraries. The source code compiles various features (or internal behaviors) depending on the Oracle version used during compilation; the runtime Oracle library version therefore needs to have those features. Previous Comments: ------------------------------------------------------------------------ [2011-12-14 10:30:26] webmaster at sharpthoughts dot com Description: ------------ 1. I used the msi download for vc6 php5.2.17-thread-safe and installed the entire package, putting it all in the c:/Server/PHP directory. 2.I updated the windows registry with the values suggested in the php documentation page for installation, changing the values to the directory above wherever the documentation gave the directory as \\php\\. 3. I ran cmd and went to the directory with my htdocs for apache (c:\Server\Apache\htdocs) 4. I typed phpinfo.php at the command line. Said file follows: <html> <body> <?php phpinfo(); ?> </body> </html> 5. I got a popup error window as follows: headline: php.exe - Entry Point Not Found body: The procedure entry point OCILobRead2 could not be located in the dynamic link library OCI.dll 6. After clicking OK I got another popup: headline: CLI icon: "php" bold text on white background: CLI has encountered a problem and needs to close. We are sorry for the inconvenience. regular text on gray background: If you were in the middle of something, the information you were working on might be lost. For more information about this error, click here. 7.Clicking there: headline: CLI text: Error signature -> AppName: php.exe AppVer:5.2.17.17 ModName: php5ts.dll ModVer: 5.2.17.17 Offset: 00f424c To view technical information about the error report, click here. 8. Clicking there: a long list of module numbers and flags and dlls and stuff. 9. Final test: at the commmand line I typed "php" with no arguments. Got same results. Test script: --------------- phpinfo(); Expected result: ---------------- the phpinfo() standard information page Actual result: -------------- the error report stated above ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60519&edit=1