summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a41a74acc4..7d7d86b102 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,8 @@ PHP NEWS
- JIT:
. Fixed bug #77857 (Wrong result if executed with JIT). (Laruence)
+ . Fixed bug #79255 (PHP cannot be compiled with enable JIT).
+ (Laruence, Dmitry)
- LDAP:
. Removed deprecated ldap_sort. (mcmic)