#45809 [Fbk->Opn]: Apache crashes after replacing PHP-Version
[email protected] ("typo3 at maltejansen dot de")
| Newsgroups | php.bugs |
|---|---|
| Message-ID | <[email protected]> |
ID: 45809 User updated by: typo3 at maltejansen dot de Reported By: typo3 at maltejansen dot de -Status: Feedback +Status: Open Bug Type: Apache2 related Operating System: Windows XP SP2 PHP Version: 5.3.0alpha1 New Comment: I have just included the recommaned php.ini (PHPIniDir ".../xampp/php53alpha"), but the apache still crashes. Removing all php-stuff is no solution, because I have to switch between a stable 5.2.x version and the 5.3 version. And switching to PHP6 is no problem with some simular adjustment. Previous Comments: ------------------------------------------------------------------------ [2008-08-14 00:08:07] [email protected] Hello, I'm having the same problem but isn't it because Win's snaps aren't up to date with that rsync problem on snaps.php.net? Mine is even stronger, php -v says that libmcrypt.dll is missing and then crashes. ------------------------------------------------------------------------ [2008-08-13 22:16:51] [email protected] It really looks like you are mixing dlls. PHP6 may work because of the different main dll name (php6ts.dll). So yes, be sure to have two completely separate environment for 5.2.6 and 5.3.0-dev. Verify that you have no common paths in PATH and or no php dlls in %WINDIR%. ------------------------------------------------------------------------ [2008-08-13 21:59:52] typo3 at maltejansen dot de I have just included the recommaned php.ini (PHPIniDir ".../xampp/php53alpha"), but the apache still crashes. Removing all php-stuff is no solution, because I have to switch between a stable 5.2.x version and the 5.3 version. And switching to PHP6 is no problem with some simular adjustment. ------------------------------------------------------------------------ [2008-08-13 18:54:56] [email protected] Check your php.ini that you're not loading any shared extensions which might be from the PHP 5.2 installation. Best choice: remove ALL existing PHP stuff before you install new one.. ------------------------------------------------------------------------ [2008-08-13 18:16:35] typo3 at maltejansen dot de Description: ------------ Wenn I'm replacing the PHP5.2 with the latest binaries of (5.3) from http://snaps.php.net/ the apache crashes. When I'm using the binaries of 6.0 the apache and php are working pretty fine. Reproduce code: --------------- * Installation of Xampp * Download binaries from http://snaps.php.net/ (php-5.3-dev (zip)) * Copy binaries to "...\xampp\php53\" * Replace simular line to new path (..\xampp\apache\conf\extra\httpd-xampp.conf): LoadModule php5_module "../xampp/php53alpha/php5apache2_2.dll" * Start Apache Expected result: ---------------- The Apache should run smoothly. Actual result: -------------- Apache crashes ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=45809&edit=1