Edit report at https://bugs.php.net/bug.php?id=60828&edit=1

 ID:                 60828
 Comment by:         bugzilla33 at gmail dot com
 Reported by:        bugzilla33 at gmail dot com
 Summary:            crash with specific php.ini
 Status:             Bogus
 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:

I do not understand - in my case php_exif.dll is not loaded.

I will test this bug on Monday on another machine.


Previous Comments:
------------------------------------------------------------------------
[2012-01-21 09:28:05] paj...@php.net

It is not a crash but a configuration. mbstring has to be loaded before exif. 
That means you have to put

extension=php_mbstring.dll

before

extension=php_exif.dll

Also cannot reproduce any crash using header. Double check your error log for 
the actual error message.

------------------------------------------------------------------------
[2012-01-21 01:29:32] anon at anon dot anon

A possibly related issue: it also crashes with php_exif.dll listed before 
php_mbstring.dll. It has done for years.

------------------------------------------------------------------------
[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

Reply via email to