https://bugzilla.wikimedia.org/show_bug.cgi?id=67719
Bryan Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Normal See Also| |https://bugzilla.wikimedia. | |org/show_bug.cgi?id=67517 --- Comment #1 from Bryan Davis <[email protected]> --- This problem is caused by the switch to HHVM as the default runtime for the wiki. HHVM doesn't run xdebug. To get the old behavior back, the user needs to enable the `zend` role which switches the primary wiki back to running under mod_php. For HHVM there is another debugging tool/protocol [0] that we could enable. Chad has also proposed setting MW-Vagrant up to run another Apache endpoint serving the default wiki using mod_php in bug 67517. [0]: https://github.com/facebook/hhvm/blob/master/hphp/doc/debugger.devdocs -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
