[phpMyAdmin Git] [phpmyadmin/phpmyadmin] 218f13: Avoid syntax error in javascript messages

Michal Čihař michal at cihar.com
Sun Dec 27 10:24:01 CET 2015


  Branch: refs/heads/QA_4_5
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 218f13d8e0de20c1d0f417d1792c8629f8d053e6
      https://github.com/phpmyadmin/phpmyadmin/commit/218f13d8e0de20c1d0f417d1792c8629f8d053e6
  Author: Michal Čihař <michal at cihar.com>
  Date:   2015-12-27 (Sun, 27 Dec 2015)

  Changed paths:
    M ChangeLog
    M js/messages.php

  Log Message:
  -----------
  Avoid syntax error in javascript messages

If max_input_vars is set to invalid value (eg. 1000M), the generated
javascript is invalid. We fix this by forcing the value to be integer,
what should do the same thing as PHP is doing when parsing this.

Fixes #11783

Signed-off-by: Michal Čihař <michal at cihar.com>




More information about the Git mailing list