Branch: refs/heads/QA_4_6 Home: https://github.com/phpmyadmin/phpmyadmin Commit: f5e8953356465d079cbb6b6f3445aca90c98d801 https://github.com/phpmyadmin/phpmyadmin/commit/f5e8953356465d079cbb6b6f3445... Author: Michal Čihař michal@cihar.com Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths: M libraries/DatabaseInterface.php M libraries/Error.php
Log Message: ----------- Share backtrace processing for debugging and error reporting
We want to achieve same thing in both cases - backtrace which is stripped from sensitive information, has reasonable size and can be read. Sharing the code will make it easier to fix possible problems and also will make both cases behave consistent.
Signed-off-by: Michal Čihař michal@cihar.com
Commit: 4a9da1df40952a53ca947e8fc9ecbf824768d3cf https://github.com/phpmyadmin/phpmyadmin/commit/4a9da1df40952a53ca947e8fc9ec... Author: Michal Čihař michal@cihar.com Date: 2016-06-17 (Fri, 17 Jun 2016)
Changed paths: M test/classes/ErrorTest.php
Log Message: ----------- Adjust tests to new error reporting handling of objects
Signed-off-by: Michal Čihař michal@cihar.com
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/ee0955b30b4f...4a9da1df4095