From:             ath at algonet dot se
Operating system: Windows
PHP version:      5.0.3
PHP Bug Type:     InterBase related
Bug description:  php_interbase.dll missing  from 5.0.3 zip distribution

Description:
------------
After installing PHP 5.0.3 (Windows) from .ZIP file and verifying that
command line version seems to work as expected, I change two entries in
the php.ini file, i.e.

extension_dir = "d:\php\"
extension=php_interbase.dll

This leads to an error dialogue & error message:

$ php
PHP Warning:  PHP Startup: Unable to load dynamic library
'd:\php\php_interbase.dll' - The specified module could not be found.
 in Unknown on line 0

A search show that the .dll is not included in the .ZIP distribution,
though the required gds32.dll can be found.
I can't find it in the PECL archive either, and just to be 100% sure I
also checked that it isn't already preloaded.

The manual suggests that the module documentation should be consulted, but
it only seems to suggest a recompile --with_interbase'.

Looks like the dll is missing from the 5.0.3 distribution.




  


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

Reply via email to