ID: 40700 Updated by: [EMAIL PROTECTED] Reported By: php at proscan dot demon dot co dot uk -Status: Assigned +Status: Feedback Bug Type: *General Issues Operating System: MS Win XP [Version 5.1.2600] PHP Version: 5.2.1 Assigned To: jmertic New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2007-03-15 19:06:05] [EMAIL PROTECTED] Did you have any other versions of PHP installed before this one? ------------------------------------------------------------------------ [2007-03-02 22:38:42] php at proscan dot demon dot co dot uk Description: ------------ using the win32 msi for, v5.2.1, installer leads to many errors. Using the zip file simply works, eureka! Reproduce code: --------------- PHP Warning: PHP Startup: Unable to load dynamic library 'D:\PHP\ext\php_ifx.dll' - The specified module could not be f ound. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'D:\PHP\ext\php_pdo_oci.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'D:\PHP\ext\php_pspell.dll' - The specified module could not b e found. in Unknown on line 0 PHP Warning: Module 'bz2' already loaded in Unknown on line 0 PHP Warning: Module 'curl' already loaded in Unknown on line 0 ETC... Expected result: ---------------- D:\PHP>php -v PHP 5.2.1 (cli) (built: Feb 7 2007 23:11:26) Copyright (c) 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies Actual result: -------------- PHP Warning: PHP Startup: Unable to load dynamic library 'D:\PHP\ext\php_ifx.dll' - The specified module could not be f ound. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'D:\PHP\ext\php_pdo_oci.dll' - The specified module could not be found. in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library 'D:\PHP\ext\php_pspell.dll' - The specified module could not b e found. in Unknown on line 0 PHP Warning: Module 'bz2' already loaded in Unknown on line 0 PHP Warning: Module 'curl' already loaded in Unknown on line 0 ETC... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=40700&edit=1