From:             madhusar at yahoo dot com
Operating system: Windows 2000
PHP version:      5.2.6
PHP Bug Type:     Compile Warning
Bug description:  Series of OS alerts

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 bug report at http://bugs.php.net/?id=46235&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=46235&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=46235&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=46235&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=46235&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=46235&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=46235&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=46235&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=46235&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=46235&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=46235&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=46235&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=46235&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=46235&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=46235&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=46235&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=46235&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=46235&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=46235&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=46235&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=46235&r=mysqlcfg

Reply via email to