Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 431450a23752752cda8b88ccc39829ab09888a13 https://github.com/phpmyadmin/phpmyadmin/commit/431450a23752752cda8b88ccc398... Author: Michal Čihař michal@cihar.com Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths: M libraries/core.lib.php M libraries/plugins/auth/AuthenticationHttp.php M test/classes/plugin/auth/AuthenticationHttpTest.php
Log Message: ----------- Make test run even without runkit
Signed-off-by: Michal Čihař michal@cihar.com
Commit: ca9fbec4c2ec21964d48791d37162aa846889115 https://github.com/phpmyadmin/phpmyadmin/commit/ca9fbec4c2ec21964d48791d3716... Author: Michal Čihař michal@cihar.com Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths: M composer.json
Log Message: ----------- Use newer phpunit (for withConsecutive)
Signed-off-by: Michal Čihař michal@cihar.com
Commit: c2b41b829a10a5a6ff838f83c340620e4825c4cd https://github.com/phpmyadmin/phpmyadmin/commit/c2b41b829a10a5a6ff838f83c340... Author: Michal Čihař michal@cihar.com Date: 2016-02-03 (Wed, 03 Feb 2016)
Changed paths: M libraries/Response.php M libraries/core.lib.php M libraries/plugins/auth/AuthenticationHttp.php M test/classes/plugin/auth/AuthenticationHttpTest.php
Log Message: ----------- Wrap header() and headers_sent() in response
This allows us to test the code without using runkit. Currenly only AuthenticationHttp is migrated to new code, but others will follow.
Signed-off-by: Michal Čihař michal@cihar.com
Compare: https://github.com/phpmyadmin/phpmyadmin/compare/9d10b9430307...c2b41b829a10