
Branch: refs/heads/QA_4_9 Home: https://github.com/phpmyadmin/phpmyadmin Commit: b989e825e14229ab558eeea312d9eaf8a483a2d9 https://github.com/phpmyadmin/phpmyadmin/commit/b989e825e14229ab558eeea312d9... Author: Jack Cherng <jfcherng@gmail.com> Date: 2019-07-27 (Sat, 07 July 2019) +08:00 Changed paths: M libraries/classes/Server/Privileges.php M libraries/classes/Url.php Log Message: ----------- Fix PHP 7.4 deprecation: array/string curly braces access Deprecated: Array and string offset access syntax with curly braces is deprecated https://github.com/php/php-src/blob/0e6e2297fcb27103cc5d550ee8434680ff1e879e... Signed-off-by: Jack Cherng <jfcherng@gmail.com> Commit: a0c4786fcb5cb6a2c360fcf6ae515fcab1ee325d https://github.com/phpmyadmin/phpmyadmin/commit/a0c4786fcb5cb6a2c360fcf6ae51... Author: MaurĂcio Meneghini Fauth <mauricio@fauth.dev> Date: 2019-07-29 (Mon, 07 July 2019) -03:00 Changed paths: M libraries/classes/Server/Privileges.php M libraries/classes/Url.php Log Message: ----------- Merge pull request #15404 from jfcherng/fix-php74-curly-braces Fix PHP 7.4 deprecation: array/string curly braces access