php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68051 Apache 2.4.10 VC9 (apachelounge) PHP 5.4.33 TS
Submitted: 2014-09-19 09:26 UTC Modified: 2014-09-21 15:28 UTC
From: frank dot rittershofer at solutionware dot ch Assigned:
Status: Closed Package: *Configuration Issues
PHP Version: 5.4.33 OS: Windows Server 2012
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: frank dot rittershofer at solutionware dot ch
New email:
PHP Version: OS:

 

 [2014-09-19 09:26 UTC] frank dot rittershofer at solutionware dot ch
Description:
------------
I used the latest windows binaries from windows.php.net  5.4.33 VC9 and apachelounge 2.4.10 win32 VC9 Modules will not be loaded. 


[19-Sep-2014 09:00:09 UTC] PHP Warning:  PHP Startup: curl: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

[19-Sep-2014 09:00:09 UTC] PHP Warning:  PHP Startup: fileinfo: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

[19-Sep-2014 09:00:09 UTC] PHP Warning:  PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

[19-Sep-2014 09:00:09 UTC] PHP Warning:  PHP Startup: intl: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

[19-Sep-2014 09:00:09 UTC] PHP Warning:  PHP Startup: ldap: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

[19-Sep-2014 09:00:09 UTC] PHP Warning:  PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

[19-Sep-2014 09:00:09 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/Program Files (x86)/php54/ext/php_mysql.dll' - The specified procedure could not be found.

 in Unknown on line 0

[19-Sep-2014 09:00:09 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/Program Files (x86)/php54/ext/php_mysqli.dll' - The specified procedure could not be found.

 in Unknown on line 0

[19-Sep-2014 09:00:09 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/Program Files (x86)/php54/ext/php_soap.dll' - The specified procedure could not be found.

 in Unknown on line 0

[19-Sep-2014 09:00:09 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/Program Files (x86)/php54/ext/php_sockets.dll' - The specified procedure could not be found.

 in Unknown on line 0

[19-Sep-2014 09:00:10 UTC] PHP Warning:  PHP Startup: curl: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

[19-Sep-2014 09:00:10 UTC] PHP Warning:  PHP Startup: fileinfo: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

[19-Sep-2014 09:00:10 UTC] PHP Warning:  PHP Startup: gd: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

[19-Sep-2014 09:00:10 UTC] PHP Warning:  PHP Startup: intl: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

[19-Sep-2014 09:00:10 UTC] PHP Warning:  PHP Startup: ldap: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

[19-Sep-2014 09:00:10 UTC] PHP Warning:  PHP Startup: mbstring: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20131226
These options need to match
 in Unknown on line 0

[19-Sep-2014 09:00:10 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/Program Files (x86)/php54/ext/php_mysql.dll' - The specified procedure could not be found.

 in Unknown on line 0

[19-Sep-2014 09:00:10 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/Program Files (x86)/php54/ext/php_mysqli.dll' - The specified procedure could not be found.

 in Unknown on line 0

[19-Sep-2014 09:00:10 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/Program Files (x86)/php54/ext/php_soap.dll' - The specified procedure could not be found.

 in Unknown on line 0

[19-Sep-2014 09:00:10 UTC] PHP Warning:  PHP Startup: Unable to load dynamic library 'c:/Program Files (x86)/php54/ext/php_sockets.dll' - The specified procedure could not be found.

 in Unknown on line 0




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-09-21 15:28 UTC] frank dot rittershofer at solutionware dot ch
-Status: Open +Status: Closed
 [2014-09-21 15:28 UTC] frank dot rittershofer at solutionware dot ch
Sorry guys I'm an idiot....
funny thing...
Apache configured with php as module. PHPinidir set to 5.4 version.
php.ini configured to extension_dir with correct path to 5.4 version.
Windows Path set to php 5.4.  Everything works fine. But I had a php56
directory in Programm Files with no path to it and whenn I start the
apache service it starts to mix between php 5.4 and 5.6. mysterios....
After deleting the php 5.6 directory everything went fine.

So sorry for the bulshit bug request.

Regards
Frank
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 23:01:30 2024 UTC