summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-03-26 23:06:00 +0100
committerJoe Watkins <krakjoe@php.net>2019-03-26 23:06:15 +0100
commite177d26d0efe3d99df1405647cb0e17240460a95 (patch)
treef7fb8653fb5c7946feb5df7048893dfaf23f8c52 /NEWS
parent6ef6d31776ca4f796f761550e9d2137cbbb15a71 (diff)
parent7df8e4fc0abc105cd5d7b933499bdd275459f7ee (diff)
downloadphp-git-e177d26d0efe3d99df1405647cb0e17240460a95.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Fix #77800 phpdbg segfaults on conditional breakpoints
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e5b41748e2..6a73dbb5d2 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,8 @@ PHP NEWS
- phpdbg:
. Fixed bug #76801 (too many open files). (alekitto)
+ . Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints).
+ (krakjoe)
- Reflection:
. Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). (Nikita)