Edit report at https://bugs.php.net/bug.php?id=55863&edit=1
ID: 55863 User updated by: py dot lannes at gmail dot com Reported by: py dot lannes at gmail dot com Summary: Apache2 crashes if PHP is enabled Status: Open Type: Bug Package: Apache2 related Operating System: Windows Server 2008 PHP Version: Irrelevant Block user comment: N Private report: N New Comment: I tried creating a file named dummy.php containing <?php phpinfo(); ?> When I try opening it through command-line or via PHP-win.exe PHP crashes immediately. Same failing module as above... Previous Comments: ------------------------------------------------------------------------ [2011-10-06 21:05:59] py dot lannes at gmail dot com Description: ------------ I'm running Apache 2.2.21 on a Win 2K8 server and tried VC9 (PHP 5.3.8) version of PHP... it almost worked (PHP couldn't connect to MySQL and had troubles interpreting PHP code). After carefully reading the PHP download page, I removed my PHP install (except for the php.ini) and installed VC6 (PHP 5.2.17). This is where my troubles starts! If I uncomment this in httpd.conf #PHPIniDir "C:\Program Files (x86)\PHP\" #LoadModule php5_module "C:\Program Files (x86)\PHP\php5apache2_2.dll" Apache can't start and I get the following in the system event log (crappy translation by myself): Failing application name: httpd.exe, version : 2.2.21.0, Timestamp : 0x4e6a3015 Failing Module: php5ts.dll, version : 5.2.17.17, Timestamp : 0x4d25fb49 ----- I feel like I'm trapped! What the heck is that php5ts.dll doing? I know there can be problems with some crappy DLLs like lib_mycrypt.dll, but nothing that critical! I don't understand WHY it crashes... ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55863&edit=1