d4a83eff40
net/phpldapadmin (version 1) was written some years ago. The developer of PLA (https://github.com/leenooks/phpLDAPadmin) officially dropped support for PLA1, but PLA2 is still not full functional as PLA1. I've made small patches which enable support for php84 (changes of some builtin php functions, declarations of variables and so on). With these patches PLA1 (still) is working corectly. PR: 287238 Event: Wiesbaden Hackathon 202604
12 lines
352 B
PHP
12 lines
352 B
PHP
--- lib/import_functions.php.orig 2025-05-26 10:22:02 UTC
|
|
+++ lib/import_functions.php
|
|
@@ -147,6 +147,8 @@ class ImportLDIF extends Import {
|
|
class ImportLDIF extends Import {
|
|
private $_currentLineNumber = 0;
|
|
private $_currentLine = '';
|
|
+ private $_currentDnLine = '';
|
|
+ private $dnLineNumber = 0;
|
|
private $template;
|
|
public $error = array();
|
|
|