d2f1d7a1 | 14-Feb-2019 |
Michael Große <mic.grosse@googlemail.com> |
Rename fields and add deprecated __get/__set
These fields might still be accessed from the outside, so in order to not break backwards compatibility, this uses magic methods that emit deprecation er
Rename fields and add deprecated __get/__set
These fields might still be accessed from the outside, so in order to not break backwards compatibility, this uses magic methods that emit deprecation errors.
show more ...
|
debc52aa | 11-Jan-2019 |
Phy <git@phy25.com> |
obfuscate: use utf8_tohtml for hex mode encoding, fixes #2665
Note that its output for "regular" char (codepoint < 2bytes) has also changed (before hex, now decimal), due to the current behavior of
obfuscate: use utf8_tohtml for hex mode encoding, fixes #2665
Note that its output for "regular" char (codepoint < 2bytes) has also changed (before hex, now decimal), due to the current behavior of utf8_tohtml. In this case, the config value "hex" doesn't mean "hex" anymore, but it still obfuscates characters as numbers, as expected. This might need doc update.
show more ...
|
df81ca99 | 11-Jan-2019 |
Phy <git@phy25.com> |
utf8_tohtml: add $all param to encode everything (default false)
This is useful when every character needs to be converted to HTML entities, e.g. (email) `obfuscate()`. Respective test has also been
utf8_tohtml: add $all param to encode everything (default false)
This is useful when every character needs to be converted to HTML entities, e.g. (email) `obfuscate()`. Respective test has also been added.
show more ...
|