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

 ID:                 60828
 Updated by:         paj...@php.net
 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:

"Fix it then so that the internal loading order is not strictly tied to the 
order 
in php.ini"

they are loaded as listed in php.ini


Previous Comments:
------------------------------------------------------------------------
[2012-01-22 16:08:15] bugzilla33 at gmail dot com

only Apache log after crash:

[Sun Jan 22 17:03:51 2012] [notice] Parent: child process exited with status 
255 -- Restarting.

php_errors.log does not appear anything new

------------------------------------------------------------------------
[2012-01-21 19:39:10] paj...@php.net

You are welcome to contribute a patch.

However there is no crash but a warning, as I told you already, check your logs.

------------------------------------------------------------------------
[2012-01-21 19:21:18] anon at anon dot anon

@pajoye
Fix it then so that the internal loading order is not strictly tied to the 
order in php.ini. By the way, they're listed in the ini file in the broken 
order by default.

------------------------------------------------------------------------
[2012-01-21 10:35:04] bugzilla33 at gmail dot com

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

I will test this bug on Monday on another machine.

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

------------------------------------------------------------------------


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=60828


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

Reply via email to