Thanks, Luciano!
Those patches works fine, indeed.
Cheers,
Timo
/usr/share/phpldapadmin/lib/functions.php on line 54
change line 54 to "function my_autoload($className) {"
Add this code "spl_autoload_register("my_autoload");" on line 777
/usr/share/phpldapadmin/lib/functions.php on line 1083
change line 1083 to "$CACHE[$sortby] = __create_function('$a, $b',$
Package: phpldapadmin
Version: 1.2.2-6.1
Severity: normal
Dear Maintainer,
I'm using phpLDAPadmin ... together with PHP 7.2 and I noticed the following
warnings are thrown:
Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in
/usr/share/phpldapadmin/lib/functions.php
3 matches
Mail list logo