Skip to content

Releases: PhpGt/ProtectedGlobal

Stronger tests and static analysis

25 Sep 12:05
6e8c0b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

Whitelisted variables return null if not set

22 Sep 14:50
4e909c4
Compare
Choose a tag to compare

What's Changed

A lot of dependabot bumps

New Contributors

Full Changelog: v1.0.0...v1.1.0

Stable release

03 Jun 15:22
Compare
Choose a tag to compare

This very basic core library has been in use within WebEngine and untouched for months now. Any enhancements can be tracked in the issue tracker and added to v2.

$GLOBALS replaced in-place

15 Dec 17:53
Compare
Choose a tag to compare
Pre-release

$GLOBALS are passed by reference into the removal function so that the returned array can be used to set the other superglobals while protecting them.

Rather than protecting each global variable in place, the $GLOBALS superglobal is used when setting the whitelists, and when protecting the other variables.

Fully tested

05 Dec 16:27
Compare
Choose a tag to compare
Fully tested Pre-release
Pre-release

All functions have been unit tested in this release.

Initial release

14 Jan 23:09
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

The initial functionality was scoped out, but when implementing with the real $GLOBALS array, a few changes were necessary.

This release marks the initial scope for the repository. Before v1 is near there needs to be tests for edge cases and more usage with the real $GLOBALS array throughout the WebEngine.