|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2008-10-05 10:18 UTC] johannes@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 12:00:01 2025 UTC | 
Description: ------------ Tried a sample program (from the PHP manual) with Apache 2.0.63 and PHP 5.2.6 installed. Got a OS alert. Title of the alert box "php-win.exe - Unable to locate DLL" Contents of the alert box "The dynamic link library OCI.dll could not be found in the specified path ...<seemed like the Windows path variable expansion>" Subsequently, same alert boxes came for LIBPQ.dll sqlite3.dll aspell-15.dll libcs.dll DB2cli.dll isqltoqa.dll and so on. The .php file was not rendered finally. Reproduce code: --------------- <html> <head> <title>Example</title> </head> <body> <?php echo "Hi, I'm a PHP script!"; ?> </body> </html> Expected result: ---------------- A browser window with a title "Example" and contents as follows. Hi, I'm a PHP script! Actual result: -------------- A series of windows alerts Alert box title : php-win.exe - Unable to locate DLL Alert box contents : The dynamic link library OCI.dll could not be found in the specified path ... <looked like the windows PATH variable is expanded here> Other DLLs not found are LIBPQ.dll sqlite3.dll aspell-15.dll libcs.dll DB2cli.dll isqltoqa.dll iilibapi.dll libSQLDBC_C.dll lcrzo.dll etc., None of these DLLs are found in the system.