-
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 19, 2015
1 parent
2592555
commit 841099b
Showing
1 changed file
with
1 addition
and
9 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 @@ | ||
- SEC: ExtendedPdo no longer enables self::ATTR_EMULATE_PREPARES by default; this is to avoid security holes when using emulation. | ||
|
||
- REF: Extract the statement-rebuilding logic to its own Rebuilder class | ||
|
||
- ADD: ExtendedPdo::fetchGroup() functionality. | ||
|
||
- ADD: When binding values via perform(), add the self::PARAM_* type based on the value being bound. | ||
|
||
- TST: Update testing structure | ||
- CHG: ExtendedPdo::prepare() now profiles the query-preparation time |