Name |
Last commit
|
Last update |
---|---|---|
application | ||
bundles | ||
laravel | ||
public | ||
storage | ||
.gitattributes | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
artisan | ||
license.txt | ||
paths.php | ||
readme.md |
Sometimes the logged queries would be rendered with visible HTML entities in the profiler, due to double encoding (You know, > stuff). I could not find out why it was being escaped twice, but I found an easy fix: since PHP 5.2.3 the htmlspecialchars function had a double_encoding parameter that could be set to false. Voilà!
Name |
Last commit
|
Last update |
---|---|---|
application | Loading commit data... | |
bundles | Loading commit data... | |
laravel | Loading commit data... | |
public | Loading commit data... | |
storage | Loading commit data... | |
.gitattributes | Loading commit data... | |
.gitignore | Loading commit data... | |
.travis.yml | Loading commit data... | |
CONTRIBUTING.md | Loading commit data... | |
artisan | Loading commit data... | |
license.txt | Loading commit data... | |
paths.php | Loading commit data... | |
readme.md | Loading commit data... |