Files
dolibarr/htdocs
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-08-27 06:51:12 +02:00
2024-08-23 15:22:03 +02:00
2024-08-16 20:13:02 +02:00
2024-08-27 06:20:04 +02:00
2024-08-22 14:10:59 +02:00
2024-08-25 16:22:49 +02:00
2024-08-29 08:49:27 +02:00
2024-08-22 14:10:59 +02:00
2024-08-23 15:22:03 +02:00
2024-08-23 15:22:03 +02:00
2024-08-22 14:10:59 +02:00
2024-08-10 23:48:11 +02:00
2024-08-16 20:13:02 +02:00
2024-08-22 14:10:59 +02:00
2024-08-27 06:20:04 +02:00
2024-08-28 16:54:07 +02:00
2024-08-28 03:50:49 +02:00
2024-08-28 20:08:57 +02:00
2024-08-27 02:44:14 +02:00
2024-08-29 08:49:27 +02:00
2024-08-15 20:40:37 +02:00
2024-08-14 14:43:57 +02:00