Files
dolibarr/htdocs/core/class
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-06-04 10:44:44 +02:00
2024-03-29 18:26:48 +01:00
2024-05-30 13:37:17 +02:00
2024-04-24 21:52:25 +02:00
2024-07-31 13:44:48 +02:00
2024-06-16 12:11:47 +02:00
2024-04-24 02:59:43 +02:00
2024-04-04 01:35:36 +02:00
2024-07-31 18:54:52 +02:00
2024-07-31 14:19:08 +02:00
2024-08-03 13:51:03 +02:00
2024-04-28 01:47:18 +02:00
2024-03-28 17:10:22 +01:00
2024-08-17 15:59:14 +02:00
CSS
2024-07-29 01:21:08 +02:00
2024-08-20 03:19:13 +02:00