Skip to content

Commit 239029f

Browse files
committed
Fix
1 parent 3db87ea commit 239029f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

NEWS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Intl:
2020

2121
Opcache:
2222
. 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)
2425

2526
PDO_PGSQL:
2627
. Fixed GH-12423, DSN credentials being prioritized over the user/password

UPGRADING

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ PHP 8.4 UPGRADE NOTES
154154
========================================
155155

156156
- 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.
158159

159160
- Intl:
160161
. The class constants are typed now.

0 commit comments

Comments
 (0)