Skip to content

Commit 02df934

Browse files
committed
Add my phpMyAdmin 2025/10 report
Previous one: 021f364
1 parent d819063 commit 02df934

4 files changed

Lines changed: 174 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+++
2+
transparent = true
3+
4+
[extra]
5+
author = "William Desportes"
6+
+++
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
+++
2+
title = "Report for October 2025"
3+
date = 2025-11-05T17:16:00+00:01
4+
updated = 2025-11-05T17:16:00+00:01
5+
category = "phpMyAdmin - reports"
6+
7+
[extra]
8+
author = "William Desportes"
9+
author_url = "https://williamdes.eu"
10+
11+
[taxonomies]
12+
tags = ["phpMyAdmin", "OSS-report"]
13+
+++
14+
15+
Here is my phpMyAdmin report for October 2025.
16+
17+
<!-- more -->
18+
19+
In October I worked on updating phpMyAdmin to 5.2.3 in different distributions.
20+
21+
## First week (40)
22+
23+
**Nothing to report**
24+
25+
## Second week (41)
26+
27+
phpMyAdmin 5.2.3 was released, I worked on updating our Docker image:
28+
- Installed the `uploadprogress` PHP extension
29+
- Updated to PHP 8.3
30+
31+
Then I packaged phpMyAdmin 5.2.3 into Debian.
32+
33+
## Third week (42)
34+
35+
Debian is migrating to PSR/http-message v2, I made the patch in phpMyAdmin and imported it into Debian.
36+
37+
## Fourth week (43)
38+
39+
**Nothing to report**
40+
41+
## Fifth week (44)
42+
43+
**Nothing to report**
55.3 KB
Binary file not shown.
Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
# Consulting Services for phpMyAdmin
2+
3+
## Report - October 2025
4+
5+
## Overview
6+
7+
In October I worked on updating phpMyAdmin to 5.2.3 in different distributions.
8+
9+
## First week (40)
10+
11+
**Nothing to report**
12+
13+
## Second week (41)
14+
15+
phpMyAdmin 5.2.3 was released, I worked on updating our Docker image:
16+
- Installed the `uploadprogress` PHP extension
17+
- Updated to PHP 8.3
18+
19+
Then I packaged phpMyAdmin 5.2.3 into Debian.
20+
21+
## Third week (42)
22+
23+
Debian is migrating to PSR/http-message v2, I made the patch in phpMyAdmin and imported it into Debian.
24+
25+
## Fourth week (43)
26+
27+
**Nothing to report**
28+
29+
## Fifth week (44)
30+
31+
**Nothing to report**
32+
33+
# Commit list
34+
35+
## phpmyadmin/phpmyadmin (GitHub)
36+
37+
### Week 42
38+
39+
- [66b797e199 - Migrate psr/http-message to v2](https://github.com/phpmyadmin/phpmyadmin/commit/66b797e1996aa30bc53561d36300b507e47d65f6)
40+
- [c784570216 - Merge #19868 - Improve documentation about PHP extensions](https://github.com/phpmyadmin/phpmyadmin/commit/c7845702164250e17911eccb25528bea460f70e9)
41+
42+
## phpmyadmin/docker (GitHub)
43+
44+
### Week 41
45+
46+
- [452a995fe6 - Install the extension from the folder directly](https://github.com/phpmyadmin/docker/commit/452a995fe6c90b96473fc17c3d704786c33d42bc)
47+
- [fc38d23ff1 - Enable the uploadprogress extension](https://github.com/phpmyadmin/docker/commit/fc38d23ff1f946b497ed756d3c5116e8aea3aaed)
48+
- [739bbbbe8c - Add CHANGELOG entries](https://github.com/phpmyadmin/docker/commit/739bbbbe8cafd1684d3aef3bcc16d04d9033b861)
49+
- [6bfaf085b4 - Enable the uploadprogress extension](https://github.com/phpmyadmin/docker/commit/6bfaf085b446254da3c16994244431a239d7f512)
50+
- [04b3786429 - Update to 5.2.3 release](https://github.com/phpmyadmin/docker/commit/04b37864299e965801df9540531d8b128fdd328c)
51+
- [5e91d468ca - Update to PHP 8.3](https://github.com/phpmyadmin/docker/commit/5e91d468ca68f639e72dd51ca62860756eee07ae)
52+
53+
## docker-library/official-images (GitHub)
54+
55+
### Week 41
56+
57+
- [43fb1ae8d5 - Update phpMyAdmin to 5.2.3 (#20045)](https://github.com/docker-library/official-images/commit/43fb1ae8d56190425a2107a228598ad4570dc158)
58+
59+
## macports/macports-ports (GitHub)
60+
61+
### Week 41
62+
63+
- [e3e98677cd - phpMyAdmin: update to 5.2.3](https://github.com/macports/macports-ports/commit/e3e98677cdb02f7890aa54d4fdff98df26b7275b)
64+
65+
## termux/termux-packages (GitHub)
66+
67+
### Week 41
68+
69+
- [3648672be0 - phpMyAdmin: Adjust the settings (#26822)](https://github.com/termux/termux-packages/commit/3648672be02a472c0189a57273076d6b3e535177)
70+
- [5a2f7a5af3 - Remove Indexes option for Apache and remove deprecated PHP options and add PHP open_basedir](https://github.com/termux/termux-packages/commit/5a2f7a5af3713f87ac7a59cc75a00436fe8751b0)
71+
- [d6d2c82359 - Update phpMyAdmin to 5.2.3](https://github.com/termux/termux-packages/commit/d6d2c82359180a5dc972cc4fa516fae083fb75aa)
72+
73+
## phpmyadmin-team/phpmyadmin (GitLab)
74+
75+
### Week 41
76+
77+
- [d5dd212ab0 - d/ch](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/d5dd212ab032e791984ca58169cfef8cb3df2a57)
78+
- [b1b5e729db - Allow Symfony 7](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/b1b5e729dbec70c8a2944bd2b59e5c2da0cb2bb8)
79+
- [b548a5ec2f - Use PHPUnit --do-not-cache-result --fail-on-empty-test-suite](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/b548a5ec2fc57a9ff99ee9382d8732554da46c59)
80+
- [15ed8eeb38 - Drop the custom separator logic for old PHPUnit 11](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/15ed8eeb3840db1f9b5cd3bd699540c01f60e4c2)
81+
- [13e3fd79eb - Refresh patches](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/13e3fd79ebbf7f0baa051afbb092105b1ebb438a)
82+
- [f987b9fadb - d/ch](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/f987b9fadbb1466397b91797733b48114d9bb2e7)
83+
- [ec49ed0e82 - Update upstream source from tag 'upstream/5.2.3+dfsg'](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/ec49ed0e82c783a72de10b5c32a69327402d1a27)
84+
- [271761e928 - New upstream version 5.2.3+dfsg](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/271761e928267a4a2f1438f1671ad324a0aa805c)
85+
- [d4966639ce - Fix d/copyright backtick ends](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/d4966639ced0387c9df6f626c6b931f938e165a0)
86+
- [f30f52b08b - Remove now default Priority: optional](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/f30f52b08bd9167227b77ab1e9ad750ef89f08f1)
87+
- [b304950d99 - Remove now default Rules-Requires-Root: no](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/b304950d99a01e4a49d8df919d0a8a869b91f677)
88+
89+
### Week 42
90+
91+
- [531e301648 - d/ch](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/531e3016488202a4644a4ba8fc14a63edba1158a)
92+
- [7f13e830dd - Allow PSR/http-message v2](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/7f13e830dd0a1b8b0b7d8edca2685a77fcdc5615)
93+
- [85b77e3f82 - Send 4:5.2.3+dfsg-1 to unstable](https://salsa.debian.org/phpmyadmin-team/phpmyadmin/-/commit/85b77e3f82b530ee4e56cc1812c0a1660a4115f1)
94+
95+
# Handled issues
96+
97+
## phpmyadmin/phpmyadmin (GitHub)
98+
99+
### Week 40
100+
101+
- [19662 - .](https://github.com/phpmyadmin/phpmyadmin/issues/19662)
102+
103+
### Week 41
104+
105+
- [19880 - .](https://github.com/phpmyadmin/phpmyadmin/issues/19880)
106+
107+
### Week 42
108+
109+
- [19594 - Is the sodium extension required?](https://github.com/phpmyadmin/phpmyadmin/issues/19594)
110+
111+
### Week 43
112+
113+
- [19899 - [Bug]: UploadDir seems to not work](https://github.com/phpmyadmin/phpmyadmin/issues/19899)
114+
115+
### Week 44
116+
117+
- [19906 - [6.0] [IIS] `Declaration of PhpMyAdmin\Controllers\Config\GetConfigController::__invoke(PhpMyAdmin\Http\ServerRequest $request): void must be compatible with PhpMyAdmin\Controllers\InvocableController::__invoke(PhpMyAdmin\Http\ServerRequest $request)`](https://github.com/phpmyadmin/phpmyadmin/issues/19906)
118+
119+
## phpmyadmin/docker (GitHub)
120+
121+
### Week 41
122+
123+
- [437 - Enable the uploadprogress PHP extension](https://github.com/phpmyadmin/docker/issues/437)
124+
- [464 - PHP 8.2 MySQL 9.4 and vector columns results in error #2014, upgrade to PHP 8.3?](https://github.com/phpmyadmin/docker/issues/464)
125+
- [465 - `uploadprogress.tar.gz` not removed from image](https://github.com/phpmyadmin/docker/issues/465)

0 commit comments

Comments
 (0)