Branch: refs/heads/QA_4_8 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 3989a1ffe22c35f0a825c38d37bd0f38def4ec85 https://github.com/phpmyadmin/phpmyadmin/commit/3989a1ffe22c35f0a825c38d37bd... Author: William Desportes williamdes@wdes.fr Date: 2019-05-01 (Wed, 05 May 2019) +02:00
Changed paths: M js/error_report.js
Log Message: ----------- Fix #15146 - Error reports can not be sent because too large
Fixes #15146 See: 926a9f47bdf54c8da8b87875d55b648135d0c332
Aligned with php code (that does quite the same truncate on the context stack)
Signed-off-by: William Desportes williamdes@wdes.fr
Commit: 4909352c8840399fbfd4137796f5cc1890971be8 https://github.com/phpmyadmin/phpmyadmin/commit/4909352c8840399fbfd4137796f5... Author: William Desportes williamdes@wdes.fr Date: 2019-05-01 (Wed, 05 May 2019) +02:00
Changed paths: M libraries/classes/ErrorReport.php
Log Message: ----------- Fix #14992 - Fixed php notices when reporting errors
Fixes: #14992
I reverted a minor issue introduced by a10e2b0b96bcf2ff8657a1a729aee8d25b17df3c that prevented sending the stack trace to the reporting server
Signed-off-by: William Desportes williamdes@wdes.fr