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)
commit02b80626f093fd2c63af4b42d04a539eb611a5a7
tree1137d061ff541f17d38d1dc1088f0bbfb30d4522
parente6156e2e4d4bd11bb13f5152ffac269f47eee15c
parent3ce420284ea37e622938173c5dfb4ceec95c3f16
bug #1382 Added isSandbox check around the __toString check in Sandbox extension (Scott Smith, smitherz82)

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