Branch: refs/heads/master
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: 0ee0d8e8c56fd9b279152274b02be5b5988d6659
https://github.com/phpmyadmin/phpmyadmin/commit/0ee0d8e8c56fd9b279152274b02…
Author: Michal ÄŒihaÅ™ <mcihar(a)suse.cz>
Date: 2013-06-11 (Tue, 11 Jun 2013)
Changed paths:
M ChangeLog
M libraries/plugins/export/ExportJson.class.php
Log Message:
-----------
bug #3962 Proper escaping of JSON export
We now use json_encode instead of home made encoder. Also we now
generate JSON data on the fly, what reduces memory usage.
Branch: refs/heads/QA_4_0
Home: https://github.com/phpmyadmin/phpmyadmin
Commit: d34f8d5182b34519de2b5b6778d09c49da5111dc
https://github.com/phpmyadmin/phpmyadmin/commit/d34f8d5182b34519de2b5b6778d…
Author: Michal ÄŒihaÅ™ <mcihar(a)suse.cz>
Date: 2013-06-10 (Mon, 10 Jun 2013)
Changed paths:
M libraries/error.inc.php
Log Message:
-----------
Disable response wrapper in fatal error path
There might be some critical pieces (eg. json, pcre or session) missing
and there is no way to make Response class working at this point.
Fixes #3981