From:             langis at rogers dot com
Operating system: Windows XP Home
PHP version:      5.0.0RC3
PHP Bug Type:     Dynamic loading
Bug description:  Error loading many of the modules

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.


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

Reply via email to