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

 ID:                 60928
 Comment by:         rolando dot umana at gmail dot com
 Reported by:        bardobakker at gmail dot com
 Summary:            php crash after http post without content type
                     header set
 Status:             Not a bug
 Type:               Bug
 Package:            Apache2 related
 Operating System:   Linux
 PHP Version:        5.3.9
 Block user comment: N
 Private report:     N

 New Comment:

hi! I'm getting a similar error (seg fault)
what is the purpose of disabling mbstring? in my case, I can't disable it 
because 
my entire application depends on it. 

what is mbstring causing to produce this issue?

thanks!


Previous Comments:
------------------------------------------------------------------------
[2012-03-10 14:04:31] cataphr...@php.net

I'm closing this as it's apparently not a problem in the latest version. If the 
problem resurfaces, please report it again.

------------------------------------------------------------------------
[2012-02-03 17:06:00] bardobakker at gmail dot com

I've installed plesk on my server. Last night it has automatic updated php from 
5.3.9 to 5.3.10.
Now I can't even reproduce the bug!
I can't downgrade, since plesk gets deinstalled in the first place during the 
downgrade.
Let close it and not waste our time?

------------------------------------------------------------------------
[2012-02-03 16:57:29] bardobakker at gmail dot com

Hi again,
Sorry for late reply...
So, I disabled mbstring as you asked, and no seg. fault now!
Where is this leading to? Should I switch it back on? What is it doing?
tanx

------------------------------------------------------------------------
[2012-02-02 08:46:57] cataphr...@php.net

You can disable mbstring by commenting out the "extension=mbstring.so" line 
from the configuration file and restarting Apache (and then confirm "mbstring" 
doesn't show up in phpinfo()).

------------------------------------------------------------------------
[2012-01-31 22:31:09] bardobakker at gmail dot com

php.ini has the default mbstring options = everything commented out
mbstring.ini has only the line:

extension=mbstring.so

In a local .htaccess file I added:

php_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0

which doesn't change anything in the output of phpinfo()

How would you disable mbstring?
Can it have something to do with mime type stuff or so?

Output phpinfo: http://www.mymoza.com/tup/info.php

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


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=60928


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

Reply via email to