Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
Remove-spontaneous-access-to-Internet.patch | Do not access remote resources over Internet * Use locally installed CodeMirror. * Disable version check on start up. |
Nicholas Guriev <guriev-ns@ya.ru> | no | 2019-09-13 | ||
Remove-using-build-date.patch | Avoid using of build date to make build reproducible (Assessment of development period is based on commit dates in Git) | Nicholas Guriev <guriev-ns@ya.ru> | no | 2019-09-07 | ||
Substr-may-be-empty.patch | Check substr() returning value for empty string Since PHP 8.0.0 this function returns empty string instead of false value. | Nicholas Guriev <guriev-ns@ya.ru> | no | debian | 2022-03-08 | |
Nonexistent-get_magic_quotes_gpc.patch | PHP 8.0 compatibility regarding removed get_magic_quotes_gpc() | Christopher Kramer <crazy4chrissi@gmail.com> | yes | upstream | https://bitbucket.org/phpliteadmin/public/commits/855d580e8f12a011d4d005b287a57a0e7d60c6e5 | 2022-03-10 |
Classes-before-index.patch | Define runtime classes before index.php content | Nicholas Guriev <guriev-ns@ya.ru> | not-needed | upstream | 2022-03-10 | |
Deprecated-each-function.patch | Replaced calls of the deprecated (removed in PHP 8) each() function with foreach loops | Christopher Kramer <crazy4chrissi@gmail.com> | no | https://bitbucket.org/phpliteadmin/public/commits/231a9f0baf0cefe08e6a6b4b046d90052018a541 | 2022-03-10 | |
PDO-errmode-silent.patch | Handle possible SQL errors the old way | Nicholas Guriev <guriev-ns@ya.ru> | no | 2022-03-10 | ||
Negative-parseSize.patch | Fix parsing negative values of php.ini directives "memory_limit" may be -1 meaning no limit. Frankly, the conversion function is no longer needed. PHP can parse numeric settings by itself. |
Nicholas Guriev <guriev-ns@ya.ru> | no | 2022-03-10 | ||
Fix-newRows-XSS.patch | Fix an XSS vulnerability with the newRows GET parameter Forcibly cast value to integer. | Nicholas Guriev <guriev-ns@ya.ru> | yes | upstream | 2022-03-10 |