Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Fix-Mandatory-function-arguments.patch | Fix Mandatory function arguments must be listed before optional ones | William Desportes <williamdes@wdes.fr> | yes | upstream | 2023-03-18 | |
Fix-get_magic_quote_gpc-PHP-7.patch | Do not call get_magic_quote_gpc() when running in PHP version >= 5.4. This deprecated function has been removed in PHP 8. |
William Desportes <williamdes@wdes.fr> | yes | upstream | 2023-03-18 | |
Fix-error-reporting-detection-PHP-8.patch | Fix PHP 8 error reporting detection | William Desportes <williamdes@wdes.fr> | no | vendor | 2023-03-18 | |
Fix-memorylimit-warning-PHP-8.patch | Fix memorylimit warning I did not change the system_message part as it changes the message, it's not needed for this patch |
William Desportes <williamdes@wdes.fr> | yes | upstream | 2023-03-18 | |
Fix-deprecated-float-conversion-PHP-8.patch | Fix deprecated float conversion | William Desportes <williamdes@wdes.fr> | yes | upstream | 2023-03-18 | |
Fix-trim-null-PHP-8.patch | 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 |
William Desportes <williamdes@wdes.fr> | yes | upstream | 2023-03-18 | |
Fix-deprecated-code-PHP-8.1.patch | Fix PHP 8.1 deprecated code | William Desportes <williamdes@wdes.fr> | yes | upstream | 2023-03-18 | |
Fix-class-name-builtin-clash-PHP-8.patch | 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. |
Patrick Monnerat <patrick@monnerat.net> | yes | upstream | 2023-03-18 | |
Fix-openssl-3-cipher-name-PHP-8.patch | Fix openssl 3 PHP 8 cipher method | William Desportes <williamdes@wdes.fr> | yes | upstream | 2023-03-18 | |
Fix-openssl-IV-length-PHP-8.patch | Fix openssl IV "openssl_encrypt(): Setting of IV length for AEAD mode failed" | William Desportes <williamdes@wdes.fr> | yes | upstream | 2023-03-18 | |
Fix-ldap-connect-PHP-8.1-is-now-a-class.patch | Fix LDAP connect is a class on PHP 8.1 and not a resource anymore In 8.1.0 -> Returns an LDAP\Connection instance now; previously, a resource was returned. |
William Desportes <williamdes@wdes.fr> | yes | upstream | 2023-03-18 | |
Fix-strftime-is-deprecated-PHP-8.1.patch | Fix strftime is deprecated on PHP 8.1 | William Desportes <williamdes@wdes.fr> | no | vendor | 2023-03-18 | |
Fix-dynamic-property-PHP-8.2.patch | 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.. |
William Desportes <williamdes@wdes.fr> | no | vendor | 2023-03-18 | |
CVE-2020-35132.patch | Patch CVE-2020-35132 on update data | William Desportes <williamdes@wdes.fr> | no | vendor | 2023-03-18 | |
Fix-htmlspecialchars-null-PHP-8-mass-edit.patch | Fix htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated On mass render edit |
William Desportes <williamdes@wdes.fr> | no | upstream | 2023-03-19 | |
Fix-preg_match-null-PHP-8-remove-password.patch | 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 |
William Desportes <williamdes@wdes.fr> | no | upstream | 2023-03-19 |