2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/dev
MDW e6630cd7d1 Qual: Improve dol_syslog (#30782)
* Qual: 🛟 Fix reference to $db with $this->db

# Qual: reference to $db with $this->db

$db was undeclared, use $this->db.

* Fix suspected issue with environment max size and md5sum working on limited files

* Qual: Fix LDAP typing

* Qual: Improve dol_syslog

# Qual: Improve dol_syslog

The changes:
- Keep the log file open for less time (better for concurrency);
- Open the log file only to append data (no internal preparation for writing);
- Avoids re-assigning a constant array;
- Add PHPDoc information about the array parameters and return values;
- May reduce the computation of global settings;
- Result in a slight performance improvement.
2024-08-29 08:49:27 +02:00
..
2024-04-11 19:07:05 +02:00
2024-06-05 14:55:07 +02:00
2024-06-23 13:57:35 +02:00
2024-08-29 08:49:27 +02:00
Doc
2023-11-26 19:23:07 +01:00
2024-08-14 14:46:38 +02:00
2023-10-08 20:25:46 +02:00
2024-08-13 14:23:49 +02:00

README (English)
--------------------------------

This directory contains sub-directories to provide tools or documentation for developers.

Note: All files in this directory are in the source repository only and are not provided with a standard release. They are useless to make Dolibarr working.

You may find a more complete documentation on Dolibarr on the wiki:

https://wiki.dolibarr.org/

and on

https://doxygen.dolibarr.org/