phpldapadmin-php85
"Gerard E. Seibert" <[email protected]>
| Newsgroups | gmane.os.freebsd.questions |
|---|---|
| Organization | seibercom.NET |
| Message-ID | <[email protected]> |
FreeBSD 14.4-RELEASE PHP 8.5.4 I am unable to get 'phpldapadmin-php85' working on my system. These warnings appear when I try to log in: Deprecated: Non-canonical cast (double) is deprecated, use the (float) cast instead in /usr/local/www/phpldapadmin/lib/functions.php on line 2847 Deprecated: Non-canonical cast (double) is deprecated, use the (float) cast instead in /usr/local/www/phpldapadmin/lib/functions.php on line 2848 Deprecated: Using null as an array offset is deprecated, use an empty string instead in /usr/local/www/phpldapadmin/lib/functions.php on line 362 Deprecated: Using null as an array offset is deprecated, use an empty string instead in /usr/local/www/phpldapadmin/lib/functions.php on line 362 Warning: Undefined global variable $_SESSION in /usr/local/www/phpldapadmin/lib/session_functions.php on line 100 Deprecated: Constant E_STRICT is deprecated since 8.4, the error level was removed in /usr/local/www/phpldapadmin/lib/functions.php on line 148 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/phpldapadmin/htdocs/index.php:52) in /usr/local/www/phpldapadmin/lib/page.php on line 69 I tried Googling, but the answers I found only worsened the situation. I completely removed everything, including the 'phpldapadmin' directory, then reinstalled the program. It still fails. Interestingly, I also have 'phpMyAdmin' installed, and it works.