Skip to content

Releases: barbushin/php-console

3.1.8: Merge pull request #158 from TimSchmittmann/master

25 Jul 03:44
aa1d71d
Compare
Choose a tag to compare
Add loopback address for ipv6 network to 'isLocal' check

3.1.7

03 Mar 10:24
c171ec6
Compare
Choose a tag to compare

PHP 7 compatibility + Travis fixes

3.1.5

29 Oct 01:32
Compare
Choose a tag to compare
Fix PhpConsole\Handler::setErrorsHandlerLevel() for some PHP versions

3.1.4

30 Jun 07:55
Compare
Choose a tag to compare
Add public PhpConsole\Connector::disable() method

Referenced to https://github.com/barbushin/php-console-laravel/issues/7

Release 3.1.3

30 Mar 15:39
Compare
Choose a tag to compare
Remove `final` operator for some methods for  mock-testing

Release 3.1.2

20 Mar 05:08
Compare
Choose a tag to compare

Ready for integration with Monolog

Release 3.1.1

03 Feb 13:46
Compare
Choose a tag to compare

Fixed #40 jQuery is loaded check in examples
Added flush debug messages buffer before proceed eval request

PhpConsole 3.1

28 Jan 14:47
Compare
Choose a tag to compare

In this release PHP Console gets more smart and stable client-server protocol.

Added: Service provider for Laravel framework http://github.com/barbushin/php-console-laravel

Modified: Handler::getInstance()->debug() now works without Handler::getInstance()->start()

Fixed: headers problem if flush() or ob_end_clean() is called before script shutdown

Fixed: problem with frameworks that overrides $_SESSION handler see https://github.com/barbushin/php-console#troubleshooting-with-_session-handler-overridden-in-some-frameworks

Migration: Update PHP Console Google Chrome extension to last version >= 3.0.20

PhpConsole 3.0

28 Jan 12:30
Compare
Choose a tag to compare

Since 2 long years of intensive development... Google Chrome extension PHP Console is updated to new fantastic version 3.0

New features

  • Dump any type variable.
  • Execute PHP code remotely.
  • Protect access by password.
  • Group console logs by request.
  • Jump to error file:line in your text editor.
  • New communication protocol.
  • Copy error/debug data to clipboard.
  • Options now available by click on icon in address bar.
  • New server library with old version adapter.

Overview

Presentation video

Migration

  • New PHP Console extension comes with new server library.
  • You can migrate to new server library without any code changes, using \PhpConsole\OldVersionAdapter. See instructions.
  • New server library is PSR-0 and PSR-3 compatible, so it requires PHP > 5.3.

But, anyway, if you want to use old version of PHP Console extension compatible with old PHP < 5.3 server library, you can install it again. There will be no conflicts if both extension versions will be installed on your Google Chrome.

Feedback

  • If you have any problems with migration to new version, please report feedback.
  • If you like new PHP Console version, please rate it on Google WebStore.

Views statistics