ID:               46235
 Updated by:       [EMAIL PROTECTED]
 Reported By:      madhusar at yahoo dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Compile Warning
 Operating System: Windows 2000
 PHP Version:      5.2.6
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Please get installation support.


Previous Comments:
------------------------------------------------------------------------

[2008-10-05 09:46:33] madhusar at yahoo dot com

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.  


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=46235&edit=1

Reply via email to