File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
Opcache:
22
22
. Added large shared segments support for FreeBSD. (David Carlier)
23
- . If JIT is enabled, PHP will now exit with a fatal error on startup in case of JIT startup initialization issues. (danog)
23
+ . If JIT is enabled, PHP will now exit with a fatal error on startup
24
+ in case of JIT startup initialization issues. (danog)
24
25
25
26
PDO_PGSQL:
26
27
. Fixed GH-12423, DSN credentials being prioritized over the user/password
Original file line number Diff line number Diff line change @@ -154,7 +154,8 @@ PHP 8.4 UPGRADE NOTES
154
154
========================================
155
155
156
156
- Opcache:
157
- . If JIT is enabled, PHP will now exit with a fatal error on startup in case of JIT startup initialization issues.
157
+ . If JIT is enabled, PHP will now exit with a fatal error on startup
158
+ in case of JIT startup initialization issues.
158
159
159
160
- Intl:
160
161
. The class constants are typed now.
You can’t perform that action at this time.
0 commit comments