Bug#890127: phpldapadmin: phpLDAPadmin uses features that are deprecated in PHP 7.2

2018-06-17 Thread Timo van Roermund
Thanks, Luciano! Those patches works fine, indeed. Cheers, Timo

Bug#890127: phpldapadmin: phpLDAPadmin uses features that are deprecated in PHP 7.2

2018-06-16 Thread Luciano França
/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,

Bug#890127: phpldapadmin: phpLDAPadmin uses features that are deprecated in PHP 7.2

2018-02-11 Thread T.A. van Roermund
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