Hi Mohamed,
There are some issues with the error reporting client:
- errors are not reported to server : http://sourceforge.net/p/phpmyadmin/bugs/4118/ - some functions require php 5.4, we still support 5.3 : http://sourceforge.net/p/phpmyadmin/bugs/4113/ - did you have time yet to fix the coding style issues?
Thanks for looking into it.
On Wed, Oct 9, 2013 at 8:25 PM, Dieter Adriaenssens < dieter.adriaenssens@gmail.com> wrote:
Hi Mohamed,
There are some issues with the error reporting client:
- errors are not reported to server :
http://sourceforge.net/p/phpmyadmin/bugs/4118/
- some functions require php 5.4, we still support 5.3 :
http://sourceforge.net/p/phpmyadmin/bugs/4113/
- did you have time yet to fix the coding style issues?
Thanks for looking into it.
fixing right now will have a pull request hopefully by the end of the day
-- Kind regards,
Dieter Adriaenssens
October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clk... _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Hi
Dne Wed, 9 Oct 2013 20:25:20 +0200 Dieter Adriaenssens dieter.adriaenssens@gmail.com napsal(a):
There are some issues with the error reporting client:
- errors are not reported to server :
http://sourceforge.net/p/phpmyadmin/bugs/4118/
- some functions require php 5.4, we still support 5.3 :
While testing the error reporting I've made some fixes so that we can actually test this function during the beta phase. So here is first real report:
http://reports.phpmyadmin.net/reports/view/9
Also I've found another issue that there is no error handling while submitting the report:
https://sourceforge.net/p/phpmyadmin/bugs/4137/
Here is list of fixes I've done:
21812d6 Make error reporting work with PHP older than 5.4
This is really just a workaround for 4113 and I'm not sure about side effects of removing JSON_UNESCAPED_SLASHES
4f4167f Enable allow_url_fopen backend for error reporting
What was reason for including false in that condition?
79dd43a Fixed error submission using curl
The Expect header made the server reject any reports.