mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-01-17 05:18:32 +01:00
3f311533b5
* Prevent back reference issues in TracedStatement * Prevent substring replacement If a previously replaced value in the query string contains the placeholder for a future replacement, the string inside was being replaced Also, PHP allows the bindParameter syntax to omit the leading ':', so we test to make sure it's there and add it if not