-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Paul M. Jones
committed
Jan 16, 2015
1 parent
72d8a8f
commit 255cf6a
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
- NEW: Method Profiler::resetProfiles() allows you to clear existing profiles. | ||
- SEC: ExtendedPdo no longer enables self::ATTR_EMULATE_PREPARES by default; this is to avoid security holes when using emulation. | ||
|
||
- FIX: Correctly handles zero-indexed placeholder arrays on execute. | ||
- REF: Extract the statement-rebuilding logic to its own Rebuilder class | ||
|
||
- FIX: Passes all tests on HHVM. | ||
- ADD: ExtendedPdo::fetchGroup() functionality. | ||
|
||
- REF: Added Scrutinizer-CI checks, along with code modifications to improve Scrutinizer score without changing functionality. | ||
- ADD: When binding values via perform(), add the self::PARAM_* type based on the value being bound. | ||
|
||
- DOC: Updates to the README and various docblocks. | ||
- TST: Update testing structure |