-
Notifications
You must be signed in to change notification settings - Fork 92
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
Showing
3 changed files
with
39 additions
and
1 deletion.
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,3 +1,18 @@ | ||
snuffleupagus (0.8.3) UNRELEASED; urgency=low | ||
[ jvoisin ] | ||
* Mix the stacktrace in the sha256 for the filename of .dump() | ||
* Add the ability to dump the parameter passed to `eval` | ||
* Add the ability to match on `eval`'s parameter | ||
* Add optional extended checks for `readonly_exec` | ||
* Add config error for ini rules with identical key | ||
* Add disabled functions return type to config export | ||
* Make it actually possible to configure sloppy comparison on latests PHP7 | ||
* Allow file:// prefix in include() wich readonly_exec mode | ||
* Fix a possible crash when exporting function list | ||
* Fix a minor memory leak when parsing cookie-related configuration | ||
|
||
-- jvoisin <[email protected]> Sat, 27 Aug 2022 17:30:00 +0200 | ||
|
||
snuffleupagus (0.8.2) UNRELEASED; urgency=low | ||
[ jvoisin ] | ||
* Fix compilation when ZTS is used | ||
|
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
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