ID:               48697
 User updated by:  glen at delfi dot ee
 Reported By:      glen at delfi dot ee
 Status:           Closed
 Bug Type:         mbstring related
 Operating System: PLD Linux
 PHP Version:      5.2.10
 Assigned To:      moriyoshi
 New Comment:

blah, why you never include scm commit in the bug? would be helpful
instead have to dig myself....


Previous Comments:
------------------------------------------------------------------------

[2009-09-14 04:12:54] moriyo...@php.net

Changed the summary again as it turned out mb_parse_str() has nothing
to do with this.

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

[2009-09-14 04:11:48] moriyo...@php.net

This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.



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

[2009-09-14 04:11:29] s...@php.net

Automatic comment from SVN on behalf of moriyoshi
Revision: http://svn.php.net/viewvc/?view=revision&revision=288301
Log: - Looks like bug #48697 has already been fixed in RC1.

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

[2009-09-14 00:09:48] moriyo...@php.net

Changed summary

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

[2009-07-09 07:21:49] ivan1986 at list dot ru

<?php

echo mb_internal_encoding()."\n";
mb_internal_encoding('utf-8');
echo mb_internal_encoding()."\n";

parse_str('a=1&b=2');

echo mb_internal_encoding()."\n";

?>

ISO-8859-1
UTF-8
ISO-8859-1

must by

ISO-8859-1
UTF-8
UTF-8

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

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
    http://bugs.php.net/48697

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

Reply via email to