summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-07-31 09:58:28 -0700
committerChristopher Jones <sixd@php.net>2013-07-31 09:58:28 -0700
commite3a4b87e899ac55995f783e52379801973e199e7 (patch)
tree4d7b42a1cc393c79f83a9dbb470cd45be5269372 /NEWS
parent0625d5ce67bcaf4a82b0f95dc6968ca5473c8171 (diff)
downloadphp-git-e3a4b87e899ac55995f783e52379801973e199e7.tar.gz
Fixed bug #62691 (solaris sed has no -i switch)
Make 'make distclean' remove generated DTrace .h file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 78f6539f83..6fe5c3a763 100644
--- a/NEWS
+++ b/NEWS
@@ -9,8 +9,9 @@ PHP NEWS
. Fixed bug #65304 (Use of max int in array_sum). (Laruence)
. Fixed bug #65291 (get_defined_constants() causes PHP to crash in a very
limited case). (Arpad)
+ . Fixed bug #62691 (solaris sed has no -i switch). (Chris Jones)
-- OPcahce:
+- OPcache:
. Added opcache.restrict_api configuration directive that may limit
usage of OPcahce API functions only to patricular script(s). (Dmitry)
. Added support for glob symbols in blacklist entries (?, *, **).