Package: phpldapadmin / 1.2.6.3-0.3+deb12u1
Metadata
Package | Version | Patches format |
---|---|---|
phpldapadmin | 1.2.6.3-0.3+deb12u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
Fix Mandatory function arguments.patch | (download) |
htdocs/collapse.php |
2 1 + 1 - 0 ! |
fix mandatory function arguments must be listed before optional ones |
Fix get_magic_quote_gpc PHP 7.patch | (download) |
lib/common.php |
4 3 + 1 - 0 ! |
do not call get_magic_quote_gpc() when running in php version >= 5.4. This deprecated function has been removed in PHP 8. |
Fix error reporting detection PHP 8.patch | (download) |
lib/functions.php |
7 4 + 3 - 0 ! |
fix php 8 error reporting detection |
Fix memorylimit warning PHP 8.patch | (download) |
lib/config_default.php |
2 1 + 1 - 0 ! |
fix memorylimit warning I did not change the system_message part as it changes the message, it's not needed for this patch Ref: https://github.com/leenooks/phpLDAPadmin/pull/180#discussion_r1141029893 |
Fix deprecated float conversion PHP 8.patch | (download) |
lib/createlm.php |
6 3 + 3 - 0 ! |
fix deprecated float conversion |
Fix trim null PHP 8.patch | (download) |
htdocs/cmd.php |
2 1 + 1 - 0 ! |
fix trim(): passing null to parameter #1 is deprecated - Unrecognized error number: 8192: trim(): Passing null to parameter #1 ($string) of type string is deprecated |
Fix deprecated code PHP 8.1.patch | (download) |
htdocs/export_form.php |
2 1 + 1 - 0 ! |
fix php 8.1 deprecated code |
Fix class name builtin clash PHP 8.patch | (download) |
lib/Attribute.php |
917 0 + 917 - 0 ! |
fix class name attribute to plaattribute because of php8 class name clash It has been introduced when class Attribute has been renamed to PLAAttribute to avoid a name clash with the built-in class of PHP 8. |
Fix openssl 3 cipher name PHP 8.patch | (download) |
lib/functions.php |
12 6 + 6 - 0 ! |
fix openssl 3 php 8 cipher method |
Fix openssl IV length PHP 8.patch | (download) |
lib/functions.php |
16 10 + 6 - 0 ! |
fix openssl iv "openssl_encrypt(): setting of iv length for aead mode failed" |
Fix ldap connect PHP 8.1 is now a class.patch | (download) |
lib/ds_ldap.php |
4 2 + 2 - 0 ! |
fix ldap connect is a class on php 8.1 and not a resource anymore Ref: https://www.php.net/manual/en/function.ldap-connect.php#refsect1-function.ldap-connect-changelog In 8.1.0 -> Returns an LDAP\Connection instance now; previously, a resource was returned. |
Fix strftime is deprecated PHP 8.1.patch | (download) |
lib/HTMLTree.php |
2 1 + 1 - 0 ! |
fix strftime is deprecated on php 8.1 |
Fix dynamic property PHP 8.2.patch | (download) |
lib/PLAAttribute.php |
1 1 + 0 - 0 ! |
fix creation of dynamic property - Deprecated: Creation of dynamic property page::$index is deprecated in /usr/share/phpldapadmin/lib/page.php on line 38 - Deprecated: Creation of dynamic property page::$sysmsg is deprecated in /usr/share/phpldapadmin/lib/page.php on line 468 - Deprecated: Creation of dynamic property page::$_block is deprecated in /usr/share/phpldapadmin/lib/page.php on line 241 - Creation of dynamic property Template::$askcontainer is deprecated - Creation of dynamic property PLAAttribute::$js is deprecated (on create entry of type Thunderbird) - On import feature - On export feature - And others.. |
CVE 2020 35132.patch | (download) |
lib/PageRender.php |
2 1 + 1 - 0 ! |
patch cve-2020-35132 on update data Ref: https://github.com/leenooks/phpLDAPadmin/issues/137 |
Fix htmlspecialchars null PHP 8 mass edit.patch | (download) |
lib/MassRender.php |
2 1 + 1 - 0 ! |
fix htmlspecialchars(): passing null to parameter #1 ($string) of type string is deprecated On mass render edit |
Fix preg_match null PHP 8 remove password.patch | (download) |
lib/PageRender.php |
2 1 + 1 - 0 ! |
fix preg_match(): passing null to parameter #2 ($subject) of type string is deprecated On remove password Have two password for an user, edit, clear one, save changes |