Skip to content
This repository has been archived by the owner on Jan 8, 2021. It is now read-only.

Fix missing parameters in profiler output. #46

Merged
merged 1 commit into from
Aug 5, 2014

Conversation

S3RK
Copy link
Contributor

@S3RK S3RK commented May 19, 2014

Passing ParameterContainer straight to logger causes losing some parameters.
ParameterContainer stops iterating once it reaches parameter with false value.
Calling getNamedArray() is tested way to fix it.
See https://github.com/zendframework/zf2/blob/release-2.3.1/library/Zend/Db/Adapter/Driver/Pdo/Statement.php#L269

Passing ParameterContainer straight to logger causes losing some parameters.
ParameterContainer stops iterating once it reaches parameter with "false" value.
Calling `getNamedArray()` is tested way to fix it.
See https://github.com/zendframework/zf2/blob/release-2.3.1/library/Zend/Db/Adapter/Driver/Pdo/Statement.php#L269
bjyoungblood added a commit that referenced this pull request Aug 5, 2014
Fix missing parameters in profiler output.
@bjyoungblood bjyoungblood merged commit 890d8b5 into bjyoungblood:master Aug 5, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants