Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 0ee0d8e8c56fd9b279152274b02be5b5988d6659 https://github.com/phpmyadmin/phpmyadmin/commit/0ee0d8e8c56fd9b279152274b02b... Author: Michal Čihař mcihar@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.