bug #1382 Added isSandbox check around the __toString check in Sandbox extension...
authorFabien Potencier <fabien.potencier@gmail.com>
Sun, 25 May 2014 23:57:06 +0000 (01:57 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sun, 25 May 2014 23:57:06 +0000 (01:57 +0200)
This PR was merged into the 1.15-dev branch.

Discussion
----------

Added isSandbox check around the __toString check in Sandbox extension

The `__toString` policy check currently still happens when the sandbox is disabled

Commits
-------

3ce4202 Added test for sandbox __toString when not enabled
8dfa432 Added isSandbox check around the __toString check


Trivial merge