Current File : //opt/RZphp73/includes/doc/System_Daemon/docs/NOTES |
* Support for custom log handler
* Solve E_STRICT warnings and avoid errors thrown (but ignored) by autoloader, setOption and getDatadir. Fixes #18677
* Better handling of non-existing replacement vars.
* Adding log alert function as requested in #19101
* Use sleep vs usleep depending on input. Fixes #19121
* Added System_Daemon_OS driver for Arch Linux and template for Arch's rc.d script
* Removed System_Daemon_OS driver for BSD, No support in this release
* Added "status" argument to init.d Debian script
* Removed "--name $NAME" due to debian Lenny can't handle names longer than 15 characters
* Return original string if unable to replace var between { and }. Fixes #18561 where json was being printed
* Added warning about caps & long appNames. Those cause restarting issues