php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29084 Error loading many of the modules
Submitted: 2004-07-10 13:11 UTC Modified: 2004-07-10 14:25 UTC
From: langis at rogers dot com Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 5.0.0RC3 OS: Windows XP Home
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: langis at rogers dot com
New email:
PHP Version: OS:

 

 [2004-07-10 13:11 UTC] langis at rogers dot com
Description:
------------
I had to disable loading the following libraies otherwise my Apache Web Server would not start.  In many cases these libraries could not be found eventhough they were properly named and in the directory where the server was looking for them.
;extension=php_exif.dll
;extension=php_iconv.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_java.dll
;extension=php_mcrypt.dll
;extension=php_mysql.dll
;extension=php_mysqli.dll
;extension=php_oci8.dll
;extension=php_oracle.dll
;extension=php_pdf.dll
;extension=php_pspell.dll
;extension=php_sybase_ct.dll


Reproduce code:
---------------
When all of these lines were there in the PHP.ini, the server would not start and not report an error.  I had to start and stop the server numerous time enabling each dynamic load one at a time to isolate the libraries which were culprit.

Expected result:
----------------
I downloaded a windows binary zip file of the php5 rc43 from your site.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-10 14:26 UTC] derick@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 09:01:26 2024 UTC