Skip to content

1.3.7

Compare
Choose a tag to compare
@unfulvio unfulvio released this 10 Jul 22:25
· 145 commits to master since this release

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.