From:             Greg dot Jackson at noaa dot gov
Operating system: Windows NT
PHP version:      5.0.0RC2
PHP Bug Type:     IIS related
Bug description:  With IIS php5isapi.dll can't find some extensions (php_pdf.dll)

Description:
------------
Using IIS, the php5isapi.dll module fails to load certain extensions even
though the file is in the location indicated by the error message.  The
main module of importance to me is php_pdf.dll, though I have also tried
libpdf_php.dll and uncommented some of the other extensions with the same
result.

Reproduce code:
---------------
No code required.  When the ISAPI module loads and attempts to load the
extensions, errors occur.

Expected result:
----------------
No errors.  PDF files produced.

Actual result:
--------------
The ISAPI module displays an error message indicating that
E:\PHP\ext\php_pdf.dll (or other module) can't be found, even though the
file is in that location.  IIS hangs until the dialog box is cleared.  The
PHP ISAPI module appears to operate after that, except for the functions
that require the extensions that did not load.

-- 
Edit bug report at http://bugs.php.net/?id=28636&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28636&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28636&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28636&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28636&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28636&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28636&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28636&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28636&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28636&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28636&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28636&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28636&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28636&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28636&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28636&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28636&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28636&r=float

Reply via email to