Edit report at http://bugs.php.net/bug.php?id=51298&edit=1

 ID:               51298
 Updated by:       paj...@php.net
 Reported by:      trotsky_icepick at hotmail dot com
 Summary:          Error when loading php5apache2_2.dll
 Status:           Assigned
 Type:             Bug
 Package:          Apache2 related
 Operating System: Windows Vista SP2
 PHP Version:      5.3.2
 Assigned To:      pajoye

 New Comment:

Please, really, stop to add completely unrelated comments to this
issue.



This bug is clearly identified, there is a thread safe issue with the
date initialization. Every recent comments about missing DLLs are not
crashes but bad configurations.


Previous Comments:
------------------------------------------------------------------------
[2010-05-28 00:19:33] ppylak at gmail dot com

Supplement to my previous post.

I've added to c:\PHP\ such dlls (from pgAdmin III 1.10 installation):



gssapi32.dll,

comerr32.dll,

krb5_32.dll,

libintl-8.dll,

libiconv-2.dll,

k5sprt32.dll



and line



Loadfile "C:/PHP/libpq.dll"



to httpd.conf and my Apache has started with no changes to php.ini.

------------------------------------------------------------------------
[2010-05-28 00:01:49] ppylak at gmail dot com

In my opinion this problem is connected with loading libpq.dll, which
(in present 

version) needs some other dlls to work, but these dlls aren't included
in php MSI 

installer (and even in zip).

------------------------------------------------------------------------
[2010-05-27 19:04:33] chris dot groothoff at mbits dot com dot au

I have been struggling with te hsame issue on a W2K3 Server SP2. AS soon
as you install the PHP 5.3.2 VC9 or V6 version the Apache server fails
to start. the event log show the following error - Faulting application
httpd.exe, version 2.2.15.0, faulting module php5ts.dll, version
5.3.2.0, fault address 0x000e6d2c. I have also tryied the 5.2.13 VC6
version and this also gives teh same error.

I am going to try the ZIP solution suggested, but I can see why people
frefer the MSI version :-)

I did try to locate an earlier version of Apache V2.0.X, but can not
find a binary download.

------------------------------------------------------------------------
[2010-05-25 23:44:33] peter dot martin at spam dot la

I've got "faulting module php5ts.dll" error while starting the Apache
server with PHP and Postgres in following instalation:

- httpd-2.2.15-win32-x86-openssl-0.9.8m-r2.msi

- php-5.3.2-Win32-VC6-x86.zip

httpd.conf:

- nothing unusual configured

php.ini configuration:

- set up my own php error log file error_log = "C:/PHP/logs/error.log"

- uncomment PgSQL extension



The solution for this was to modify httpd.conf as follows:

LoadModule php5_module "C:/PHP/php5apache2_2.dll"

PHPIniDir "C:/PHP"

# added

Loadfile "C:/PHP/php5ts.dll" 

Loadfile "C:/PHP/libpq.dll"



Try it and send response...:)

------------------------------------------------------------------------
[2010-05-19 17:18:00] paj...@php.net

If you feel like you can fix this bug within days, heh, please go ahead.

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    http://bugs.php.net/bug.php?id=51298


-- 
Edit this bug report at http://bugs.php.net/bug.php?id=51298&edit=1

Reply via email to