You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maintenance release - alternate PHP version check using WP Requirements, automated SVN deploys (experimenting with grunt to deploy automatically a new release to wordpress.org svn - doesn't really affect plugin behaviour
There were reports of PHP errors thrown when WP PHP Console was used with other plugins, particularly errors related to 'headers sent' #11. This might be due to the fact that when PHP Console is used as a WordPress plugin, being a plugin the headers are sent already and also there's no dependency management in WordPress between plugins. A workaround was found, but consists of writing the session data captured by PHP Console to a file inside WP PHP Console installation. The filename is secured by a md5 hash but this is another occasion to remind you that PHP Console shouldn't be used on a live production environment but rather to do your debugging and code analysis on a local machine.