Branch: refs/heads/QA Home: https://github.com/phpmyadmin/sql-parser Commit: 8ea41bcf08bf83cf433076078b4a0e3748ddef7c https://github.com/phpmyadmin/sql-parser/commit/8ea41bcf08bf83cf433076078b4a0e3748ddef7c Author: Nicolas Giraud <[email protected]> Date: 2020-02-09 (Sun, 02 February 2020) +01:00
Changed paths: M src/Token.php M tests/data/lexer/lexNumber.in M tests/data/lexer/lexNumber.out Log Message: ----------- Fix #270 - Replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons. Fixes: #270 Commit: 32877c42fb29571f1adcaa275b6aa4bb15d829f2 https://github.com/phpmyadmin/sql-parser/commit/32877c42fb29571f1adcaa275b6aa4bb15d829f2 Author: William Desportes <[email protected]> Date: 2020-02-09 (Sun, 02 February 2020) +01:00 Changed paths: M src/Token.php M tests/data/lexer/lexNumber.in M tests/data/lexer/lexNumber.out Log Message: ----------- Merge #286 - replace sscanf by equivalent native PHP functions because sscanf can be disabled for security reasons. Pull-request: #286 Fixes: #270 Signed-off-by: William Desportes <[email protected]> Commit: 28833656d14a738886186b3150665ea6822c99ec https://github.com/phpmyadmin/sql-parser/commit/28833656d14a738886186b3150665ea6822c99ec Author: William Desportes <[email protected]> Date: 2020-02-09 (Sun, 02 February 2020) +01:00 Changed paths: M CHANGELOG.md Log Message: ----------- Add CHANGELOG entry for #270 Pull-request: #286 Signed-off-by: William Desportes <[email protected]> _______________________________________________ Git mailing list [email protected] https://lists.phpmyadmin.net/mailman/listinfo/git
