logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: start problem 2.2.18-win32-x86-ssl-r2 <> PHP 5.3.6
Author
Louis



Joined: 13 May 2011
Posts: 3

PostPosted: Fri 13 May '11 9:55    Post subject: start problem 2.2.18-win32-x86-ssl-r2 <> PHP 5.3.6 Reply with quote

Hello,

I tried to update my windows7 64 bit server from the 2.2.17 release to the 2.2.18 release.

It did not work.

If I remove the PHP lines at the end of the conf file 2.2.18 starts normally.
(PHPIniDir "C:/Program Files (x86)/PHP/"
LoadModule php5_module "C:/Program Files (x86)/PHP/php5apache2_2.dll")

However with these two lines in place the server crashes at startup.

When starting httpd from the command line, the error is:
APPCRASH
StackHash_0a9e
exeptioncode 5
details below

Probleemhandtekening:
Gebeurtenisnaam van probleem: APPCRASH
Naam van de toepassing: httpd.exe
Versie van toepassing: 2.2.18.0
Tijdstempel van toepassing: 4dcc188c
Naam van foutmodule: StackHash_0a9e
Versie van foutmodule: 0.0.0.0
Tijdstempel van foutmodule: 00000000
Uitzonderingscode: c0000005
Uitzonderingsmarge: 00000000
Versie van besturingssysteem: 6.1.7601.2.1.0.768.3
Landinstelling-id: 1043
Aanvullende informatie 1: 0a9e
Aanvullende informatie 2: 0a9e372d3b4ad19135b953a78882e789
Aanvullende informatie 3: 0a9e
Aanvullende informatie 4: 0a9e372d3b4ad19135b953a78882e789

Lees de onlineprivacyverklaring:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0413

Als de onlineprivacyverklaring niet beschikbaar is, lees dan onze offlineprivacyverklaring:
C:\Windows\system32\nl-NL\erofflps.txt


Any idea!?


Louis
Back to top
Louis



Joined: 13 May 2011
Posts: 3

PostPosted: Fri 13 May '11 20:15    Post subject: Traced the problem config lines Reply with quote

Hello,

After some investigation I was able to trace down the problem to two lines withing the php.ini file (==> BUG)

[PHP_PDO_ODBC]
extension=php_pdo_odbc.dll
[PHP_PDO_SQLITE]
extension=php_pdo_sqlite.dll
;==> BUG [PHP_SNMP]
;==> BUG extension=php_snmp.dll
[PHP_SOAP]
extension=php_soap.dll
[PHP_SOCKETS]

Of course the config files is and was correct, however the new appace version ^does not like^ the pnp_snmp.dll for some reason


Louis
extension=php_sockets.dll
Back to top


Reply to topic   Topic: start problem 2.2.18-win32-x86-ssl-r2 <> PHP 5.3.6 View previous topic :: View next topic
Post new topic   Forum Index -> Apache