2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/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-07-31 13:44:48 +02:00
2024-06-16 12:11:47 +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-08-17 15:59:14 +02:00
CSS
2024-07-29 01:21:08 +02:00
2024-08-20 03:19:13 +02:00