elpasync pushed a change to branch elpa/php-mode. from f5c4016bb6 Update AUTHORS new 0260bd288a Make obsolete php-mode-disable-c-mode-hook variable new 683211c088 Remove 'flymake-cc from flymake-diagnostic-functions new dc67eaecf1 Add php-flymake.el new 0902894e21 Add php-mode-replace-flymake-diag-function new 330070dc01 Fix php-flymake-php-init for legacy flymake new a8a62f39ed Make append to flymake-allowed-file-name-masks only in legacy new 56e5b67c06 Merge pull request #718 from emacs-php/feature/flymake-diagnostic-functions new 7bcc9d64e9 Remove php-mode-disable-c-auto-align-backslashes and always disabled new 2bc4db007c Merge pull request #719 from emacs-php/feature/always-disable-c-auto-align-backslashe
Summary of changes: CHANGELOG.md | 11 +++++ Makefile | 2 +- lisp/php-flymake.el | 140 ++++++++++++++++++++++++++++++++++++++++++++++++++++ lisp/php-mode.el | 53 +++++++++++++------- lisp/php.el | 8 ++- 5 files changed, 190 insertions(+), 24 deletions(-) create mode 100644 lisp/php-flymake.el