ubuntu/+source/phpliteadmin:applied/ubuntu/mantic

Last commit made on 2022-03-12
Get this branch:
git clone -b applied/ubuntu/mantic https://git.launchpad.net/ubuntu/+source/phpliteadmin
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
applied/ubuntu/mantic
Repository:
lp:ubuntu/+source/phpliteadmin

Recent commits

5aa8257... by Nicholas Guriev

1.9.8.2-2 (patches applied)

Imported using git-ubuntu import.

74acdbb... by Nicholas Guriev

Fix an XSS vulnerability with the newRows GET parameter

Gbp-Pq: Fix-newRows-XSS.patch.

441490f... by Nicholas Guriev

Fix parsing negative values of php.ini directives

Gbp-Pq: Negative-parseSize.patch.

428b762... by Nicholas Guriev

Handle possible SQL errors the old way

Gbp-Pq: PDO-errmode-silent.patch.

c551cab... by Nicholas Guriev

Replaced calls of the deprecated (removed in PHP 8) each() function with foreach loops

Gbp-Pq: Deprecated-each-function.patch.

90a8dd3... by Nicholas Guriev

Define runtime classes before index.php content

Gbp-Pq: Classes-before-index.patch.

3612e8a... by Nicholas Guriev

PHP 8.0 compatibility regarding removed get_magic_quotes_gpc()

Gbp-Pq: Nonexistent-get_magic_quotes_gpc.patch.

73c26b0... by Nicholas Guriev

Check substr() returning value for empty string

Gbp-Pq: Substr-may-be-empty.patch.

a4a538c... by Nicholas Guriev

Avoid using of build date to make build reproducible

Gbp-Pq: Remove-using-build-date.patch.

8b041a9... by Nicholas Guriev

Do not access remote resources over Internet

Gbp-Pq: Remove-spontaneous-access-to-Internet.patch.