From 70699d7f68275b84d79f8b924b26c0a3f659a75b Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Mon, 26 May 2014 15:40:26 +0800 Subject: [PATCH] Update NEWs and add a test --- NEWS | 3 +++ ext/opcache/tests/issue0183.phpt | 25 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 ext/opcache/tests/issue0183.phpt diff --git a/NEWS b/NEWS index df234c0fede..73be964cce5 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ PHP NEWS . Fixed bug #67308 (Serialize of DateTime truncates fractions of second). (Adam) +- OPCache: + . Fixed issue #183 (TMP_VAR is not only used once). (Dmitry, Laruence) + ?? ??? 2014, PHP 5.5.13 - CLI server: diff --git a/ext/opcache/tests/issue0183.phpt b/ext/opcache/tests/issue0183.phpt new file mode 100644 index 00000000000..9e18f6d2e83 --- /dev/null +++ b/ext/opcache/tests/issue0183.phpt @@ -0,0 +1,25 @@ +--TEST-- +ISSUE #183 (TMP_VAR is not only used once) +--INI-- +opcache.enable=1 +opcache.enable_cli=1 +opcache.optimization_level=-1 +--SKIPIF-- + + +--FILE-- +