diff options
author | Christopher Jones <sixd@php.net> | 2013-07-31 09:58:28 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-07-31 09:58:28 -0700 |
commit | e3a4b87e899ac55995f783e52379801973e199e7 (patch) | |
tree | 4d7b42a1cc393c79f83a9dbb470cd45be5269372 /NEWS | |
parent | 0625d5ce67bcaf4a82b0f95dc6968ca5473c8171 (diff) | |
download | php-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-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 (?, *, **). |