php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40700 win32 5.2.1 MSI not installing correctly
Submitted: 2007-03-02 22:38 UTC Modified: 2008-08-22 18:08 UTC
Votes:4
Avg. Score:4.5 ± 0.9
Reproduced:3 of 3 (100.0%)
Same Version:3 (100.0%)
Same OS:3 (100.0%)
From: php at proscan dot demon dot co dot uk Assigned: jmertic (profile)
Status: No Feedback Package: Windows Installer
PHP Version: 5.2.1 OS: MS Win XP [Version 5.1.2600]
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: php at proscan dot demon dot co dot uk
New email:
PHP Version: OS:

 

 [2007-03-02 22:38 UTC] 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...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-03-15 19:06 UTC] jmertic@php.net
Did you have any other versions of PHP installed before this one?
 [2007-03-26 11:44 UTC] jmertic@php.net
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.



 [2007-04-03 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 10:01:31 2024 UTC