Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927379 - net-nds/phpldapadmin: PHP 8.2 breaks
Summary: net-nds/phpldapadmin: PHP 8.2 breaks
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-21 05:44 UTC by ben
Modified: 2024-03-21 13:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
phpldapadmin deprecated function error (php8.2.png,105.68 KB, image/png)
2024-03-21 05:44 UTC, ben
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ben 2024-03-21 05:44:56 UTC
Created attachment 888020 [details]
phpldapadmin deprecated function error

Dynamic functions used by phpldapadmin, but deprecated in 8.2

Deprecated: Creation of dynamic property page::$index is deprecated in /var/www/localhost/htdocs/phpldapadmin/lib/page.php on line 38

Deprecated: Creation of dynamic property page::$sysmsg is deprecated in /var/www/localhost/htdocs/phpldapadmin/lib/page.php on line 468

Deprecated: Creation of dynamic property page::$_block is deprecated in /var/www/localhost/htdocs/phpldapadmin/lib/page.php on line 241

Downgraded PHP to 8.1.26-r1 and works.