Bug #51298 [Com]: TZ detection crash

2010-07-05 Thread chris dot groothoff at mbits dot com dot au
Edit report at http://bugs.php.net/bug.php?id=51298edit=1

 ID:   51298
 Comment by:   chris dot groothoff at mbits dot com dot au
 Reported by:  trotsky_icepick at hotmail dot com
 Summary:  TZ detection crash
 Status:   Assigned
 Type: Bug
 Package:  Apache2 related
 Operating System: Windows Vista SP2
 PHP Version:  5.3.2
 Assigned To:  pajoye

 New Comment:

I fail to understand why pajoye is so negative towards the comments
provided. This topic may not be a bug directly related to the
application Apache or PHP (and this forum), but it is a bug preventing
the installation an operation of the application caused by the
installation package/process provided. pajoye indicated that the issue
has been identified, but why then are people providing evidence that
this issue is still causing so much concern. For me, I followed the path
of using the ZIP file rather than the MSI. This would suggest that the
MSI installer package has not been configured with the correct options.
So would it not be fair to say that the someone need to take
responsibility for this issue and 1. take a look at the MSI and 2.
provide a valid resolution.


Previous Comments:

[2010-07-05 23:54:05] paj...@php.net

Change title to do not catch all config related reports.


[2010-07-05 23:52:42] paj...@php.net

Because I explained already where this exact bug comes from.



99.% of the other cases are only due to missing DLLs in the PATH or
using the wrong DLLs (like mysql's DLL instead of php's libmysql.dll).


[2010-07-05 23:22:03] chuck at bwassociates dot com

I fail to see why you believe this is an unrelated issue to the bug. The
bug title is Error when loading php5apache2_2.dll and that is what I,
along with many others, have been suffering. 



While you may believe it is a date issue, and that may be so, the
problem exists and someone should be seriously looking at the problem
rather than dismissing it with flippant remarks and snide comments. To
date, I have not seen anyone respond positively to this problem or
attempt to solve it.


[2010-07-05 22:46:10] paj...@php.net

Can you please stop to add totally unrelated support questions to this
bug please? Don't mess with DLL, binaries, etc. if you are not sure what
to do.


[2010-07-05 22:04:51] chuck at bwassociates dot com

I downloaded php-5.3.2-nts-Win32-VC6-x86.zip and followed the
installation instructions. No joy. Reason: There areno
php5apache2_2.dll, php5apache2_2filter.dll, or php5ts.dll to be found in
the zip file. Now I am curious as to why others appear to have them. 



I extracted the files from the php-5.3.2-Win32-VC6-x86.msi installer and
moved the needed dlls into the manual installation. No joy. In fact the
only difference now was that Apache crashed hard whereas before it
merely logged that it could not find the php5apache2_2.dll.




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=51298edit=1


Bug #51298 [Com]: Error when loading php5apache2_2.dll

2010-05-30 Thread chris dot groothoff at mbits dot com dot au
Edit report at http://bugs.php.net/bug.php?id=51298edit=1

 ID:   51298
 Comment by:   chris dot groothoff at mbits dot com dot au
 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:

Just to let you know that the suggestion to install the ZIP version
(thread safe version) of the installation + manual configuration does
allow it to work properly. This would seem to suggest that it seem that
the MSI installer version is doing some thing during the install. If I
get a chance to pule the MSI apart, it may reveal the what it is trying
to do.

I have tested version 5.2.3 and 5.2.13, both work fine when installed
from the ZIP file.

BTW - I have resorted to using 5.2.13 as it contains the PHP_SNMP.DLL
that was required to run CACTI as I am not sure where to get a version
for 5.2.3.


Previous Comments:

[2010-05-28 00:21:54] paj...@php.net

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.


[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...:)




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=51298edit=1


Bug #51298 [Com]: Error when loading php5apache2_2.dll

2010-05-27 Thread chris dot groothoff at mbits dot com dot au
Edit report at http://bugs.php.net/bug.php?id=51298edit=1

 ID:   51298
 Comment by:   chris dot groothoff at mbits dot com dot au
 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:

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.


Previous Comments:

[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.


[2010-05-19 17:10:33] williams at uncc dot edu

There is still a problem with the Windows PHP binaries.  From 4/19
pajoye seems to believe it is a date bug to fix as soon as possible.
It has been a month!



I have php-5.3.2-Win32-VC6-x86 and httpd-2.2.15-win32-x86-no_ssl
installed.  If I run phpinfo() (in web page) more than once (first run -
get results, second or later runs within a few seconds - get crash) I
get this error message:



AppName httpd.exe  AppVer 2.2.15.0  ModName php5ts.dll

ModVer 5.3.2.0  offset 001d79b5



I have searched for other versions of php5ts.dll - none

I have NOT mixed vc9 PHP with Apache



PHP seems to run okay in command-line, ie I can run phpinfo() in cmd box
with no problem.  I If run as test web page I get the error.



Here are php -m /php -m -n results:



C:\php -m

[PHP Modules]

bcmath

calendar

com_dotnet

Core

ctype

date

dom

ereg

filter

ftp

hash

iconv

json

libxml

mcrypt

mhash

mysqlnd

odbc

pcre

PDO

Phar

Reflection

session

SimpleXML

SPL

standard

tokenizer

wddx

xml

xmlreader

xmlwriter

zip

zlib



[Zend Modules]





C:\php -m -n

[PHP Modules]

bcmath

calendar

com_dotnet

Core

ctype

date

dom

ereg

filter

ftp

hash

iconv

json

libxml

mcrypt

mhash

mysqlnd

odbc

pcre

PDO

Phar

Reflection

session

SimpleXML

SPL

standard

tokenizer

wddx

xml

xmlreader

xmlwriter

zip

zlib



[Zend Modules]



I have disabled all but core modules.


[2010-04-30 15:43:09] slowchaos at msn dot com

Update I have Apached 2.2.15 and PHP 5.3.2 running just fine (WinXP
system). I'm not sure of the difference in 5.2 and 5.3 - I'm not a nuts
and bolts php guy - but all is now well in my world :)


[2010-04-30 06:55:02] slowchaos at msn dot com

Had this problem with Apache 2.2.15 and PHP 5.2.13. Tried rolling back
to earlier versions of PHP - back to PHP 5.2.10. Same thing. Rolled back
to Apache 2.2.14 - still same issue. My apache crashes when trying to
enable mysqli or mysql extension. System path is correct. Libmysql is in
appropriate place. Mcrypt also crashes the server as well as a few
others.




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=51298edit=1