Skip to content

Tags: spaze/phpinfo

Tags

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support PHP 8.4 (#15)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `getFullPageHtml()` (#14)

`getFullPageHtml()` doesn't remove HEAD & BODY and preserve inline styles while still sanitizing what it's supposed to be sanitized.

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Can configure the sanitizer as a standalone object to sanitize arbitr…

…ary strings too (#12)

For example:

```php
$sanitizer = new SensitiveValueSanitizer();
$sanitizer->addSanitization('🍍', '🍌');
$string = $sanitizer->sanitize('🍍🍕');

// [...]

$phpInfo = new PhpInfo($sanitizer);
$html = $phpInfo->getHtml();
```

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #11 from spaze/spaze/eol-phps

Support PHP 7.4 too

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #10 from spaze/spaze/phpinfo-css

Update `phpinfo()` CSS to match PHP 8.3

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #9 from spaze/spaze/numeric-session-ids

Support pure numerical session ids in sanitization

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from spaze/spaze/php-8.3

Support PHP 8.3

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from spaze/spaze/php-8.2-tests

Start testing on PHP 8.2

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #1 from spaze/spaze/php8

Support PHP 8