ID: 45293 Updated by: [email protected] Reported By: manchokapitancho at gmail dot com -Status: No Feedback +Status: Feedback Bug Type: Apache2 related Operating System: Windows XP PHP Version: 5.3CVS-2008-06-17 (snap) New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ Previous Comments: ------------------------------------------------------------------------ [2008-09-04 01:39:33] pviquez at pabloviquez dot com Having the same issue: Current config works fine: Apache 2.2.6 PHP 5.2.6 If I change it to use PHP 5.3 httpd.conf PHPIniDir "C:/php53/" LoadModule php5_module "C:/php53/php5apache2_2.dll" using php.ini-recommended (renamed as php.ini) When it tries to re-start I'm getting: Faulting application httpd.exe, version 2.2.9.0, faulting module unknown, version 0.0.0.0, fault address 0x00730951. ------------------------------------------------------------------------ [2008-08-13 17:56:46] typo3 at maltejansen dot de Hi! I don't know if it's the right place, but it seems to me, that I have the same problem/effect... I'm using Xampp as basic-installation. Including PHP6 works pretty fine with the windows-binaries from snaps.php.net. Including 5.3 instead of 5.2 the apache crashes... ------------------------------------------------------------------------ [2008-07-14 01:00:01] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2008-07-06 11:40:05] [email protected] And you're not loading _any_ extensions in your php.ini file? I bet the reason is that the PHP 5.3 is trying to load PHP 5.2 extensions. ------------------------------------------------------------------------ [2008-06-17 10:51:19] manchokapitancho at gmail dot com Description: ------------ I have apache 2.2.9 installed and it is working normally. When I add LoadModule php5_module "e:/stuff/dev/php52/php5apache2_2.dll", I still have it working since php52 folder contains php 5.2.6. When I change it to LoadModule php5_module "e:/stuff/dev/php53/php5apache2_2.dll", where php53 is the folder where I have PHP 5.3 downloaded from snaps.php.net and cannot get apache running since it directly crashes. Reproduce code: --------------- no Expected result: ---------------- Apache does not crash. Actual result: -------------- Apache crashes. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45293&edit=1
