• v9.0.0 aa5c3b9dcc

    clemens.schwaighofer released this 2023-05-31 16:52:20 +09:00 | 257 commits to master since this release

    Debug\Logging is deprecated and replaced with Logging\Logging

    • There is no more output (print) only logging to file.
    • Also added all the standard logging levels
    • prepare for Monolog support

    Debug Support update

    • Add new file/line reporter for called at
    • add dump var/export var support for better debug output
    • removed all "##..##" replace parts, it is either full HTML or full Text

    UniqID/Hash updates

    • Add proper random_bytes() as replacement for mt_rand()
    • Update all uniqid create calls to not create "hash" from uniqid, but directly created uniqid
    • uuid v4 update to better creation (no mt_rand)
    • Hashes allow all hashes without restrictions

    All classes (except Legacy Logger) have all class variables as strict type.

    const types have not yet, will come in PHP 8.3

    Downloads