Commit f9d9ab4
committed
bug #7502 Fix test bootstrap crash on PHP < 8.4 due to enable_native_lazy_objects (Honza Novak)
This PR was merged into the 5.x branch.
Discussion
----------
Fix test bootstrap crash on PHP < 8.4 due to enable_native_lazy_objects
## Summary
- Adds a `\PHP_VERSION_ID >= 80400` check before enabling `enable_native_lazy_objects` in test app Doctrine configurations
- Fixes test suite bootstrap crash when running on PHP 8.2/8.3 via DDEV
Fixes #7501
Commits
-------
b4f59d0 Fix test bootstrap crash on PHP < 8.4 by adding PHP version check for native lazy objects4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- tests/Functional/Apps
- AdminRouteApp/config/packages
- CustomizationApp/config/packages
- DefaultApp/config/packages
- SecuredApp/config/packages
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments