Edit report at https://bugs.php.net/bug.php?id=60828&edit=1
ID: 60828 Comment by: anon at anon dot anon Reported by: bugzilla33 at gmail dot com Summary: crash with specific php.ini Status: Open Type: Bug Package: Reproducible crash Operating System: Win 7 32/64 bit PHP Version: 5.4.0RC6 Block user comment: N Private report: N New Comment: A possibly related issue: it also crashes with php_exif.dll listed before php_mbstring.dll. It has done for years. Previous Comments: ------------------------------------------------------------------------ [2012-01-20 21:39:02] bugzilla33 at gmail dot com Description: ------------ 1. use Apache 2.2.21 VC9 2. download http://windows.php.net/downloads/qa/php-5.4.0RC6-Win32-VC9-x86.zip 3. unpack to c:\php5\ 4. use php.ini-production -> php.ini 5. change php.ini: extension_dir = "c:\php5\ext" extension=php_gd2.dll extension=php_mbstring.dll extension=php_openssl.dll extension=php_sockets.dll 6. or download php.ini from http://host0001.webd.pl/bugs/php/crash.zip 7. restart apache 8. run test script Test script: --------------- <?php header('Location: http://php.net/'); ?> or <?php phpinfo(); ?> Expected result: ---------------- no crush like 5.4 RC4 - bug introduced in PHP 5.4 RC5 Actual result: -------------- crush on first (second) script run after apache restart ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60828&edit=1