Commit e453534
Alexandre Courtiol
Ships the missing third pub-dir worker shim alongside pub/index.php
(App\Http) and pub/static.php (App\StaticResource), routing media
on-demand processing through the FrankenPHP worker pool instead of a
fresh per-request Magento bootstrap.
pub/get.php
-> \$frankengento = \Opengento\Application\App\Media::class;
-> include 'worker.php';
The Media app implementation lands in the companion PR at
opengento/magento2-application (see PR description for the link).
composer.json
-------------
- Adds pub/get.php to extra.map so the file is copied into the
project's pub/ directory at install time (same mechanism as the
existing index.php and static.php entries).
- Bumps the require constraints to match the PHP 8.4+ / Magento 2.4.8+
support matrix:
php: (new) ^8.4
magento/magento2-base: * -> ^2.4.8
opengento/module-application: >=0.5 -> >=0.7
The >=0.7 bump assumes opengento/module-application releases a 0.7
after merging the companion PR. Tighten or loosen as appropriate
once the version is published.
Closes #2 and #3.
1 parent 631f9e0 commit e453534
2 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
55 | 59 | | |
56 | 60 | | |
57 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments