[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 2fa4a0: Simplify condition for running stripslashes

Michal Čihař michal at cihar.com
Thu Apr 10 13:31:22 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/phpmyadmin
  Commit: 2fa4a0084c235c81e44697a9e4482bba94c1d628
      https://github.com/phpmyadmin/phpmyadmin/commit/2fa4a0084c235c81e44697a9e4482bba94c1d628
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M libraries/common.inc.php

  Log Message:
  -----------
  Simplify condition for running stripslashes

- get_magic_quotes_gpc is always present in supported PHP versions
- get_magic_quotes_gpc returns false since PHP 5.4.0 where related
  setting has been removed

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


  Commit: a3e05a32efebe15e4c91071e1a379be8ace535a5
      https://github.com/phpmyadmin/phpmyadmin/commit/a3e05a32efebe15e4c91071e1a379be8ace535a5
  Author: Michal Čihař <michal at cihar.com>
  Date:   2014-04-10 (Thu, 10 Apr 2014)

  Changed paths:
    M test/libraries/core/PMA_array_test.php

  Log Message:
  -----------
  Add test for double call of PMA_arrayWalkRecursive

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


Compare: https://github.com/phpmyadmin/phpmyadmin/compare/65e592757c44...a3e05a32efeb


More information about the Git mailing list